From owner-p4-projects@FreeBSD.ORG Thu Jun 13 12:08:31 2013 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E45597C2; Thu, 13 Jun 2013 12:08:30 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A3A057C0 for ; Thu, 13 Jun 2013 12:08:30 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from skunkworks.freebsd.org (skunkworks6.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) by mx1.freebsd.org (Postfix) with ESMTP id 932A61989 for ; Thu, 13 Jun 2013 12:08:30 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DC8UNU009742 for ; Thu, 13 Jun 2013 12:08:30 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.7/8.14.6/Submit) id r5DC8Tla009739 for perforce@freebsd.org; Thu, 13 Jun 2013 12:08:29 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 13 Jun 2013 12:08:29 GMT Message-Id: <201306131208.r5DC8Tla009739@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 229657 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 12:08:31 -0000 http://p4web.freebsd.org/@@229657?ac=10 Change 229657 by rwatson@rwatson_cinnamon on 2013/06/13 12:08:16 Substantially bump up static limits on the number of concurrent TESLA classes and instances. We will want to make this more dynamic in the future. Affected files ... .. //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/libtesla/tesla_internal.h#4 edit Differences ... ==== //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/libtesla/tesla_internal.h#4 (text+ko) ==== @@ -241,9 +241,11 @@ /* * XXXRW: temporarily, maximum number of classes and instances are hard-coded * constants. In the future, this should somehow be more dynamic. + * + * XXXRW: this is still true. */ -#define TESLA_MAX_CLASSES 12 -#define TESLA_MAX_INSTANCES 8 +#define TESLA_MAX_CLASSES 128 +#define TESLA_MAX_INSTANCES 128 /* * When the assertion fails, what to do?