From owner-cvs-all Sun Feb 23 22: 3:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254F437B405; Sun, 23 Feb 2003 22:03:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCFC943F93; Sun, 23 Feb 2003 22:03:13 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1O63D0U050343; Sun, 23 Feb 2003 22:03:13 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1O63DNw050342; Sun, 23 Feb 2003 22:03:13 -0800 (PST) Message-Id: <200302240603.h1O63DNw050342@repoman.freebsd.org> From: Sam Leffler Date: Sun, 23 Feb 2003 22:03:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ubsec ubsec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/02/23 22:03:13 PST Modified files: sys/dev/ubsec ubsec.c Log: o instead of applying arbitrary tunables, just honor the COP_F_BATCH flag that can be marked on each symmetric op o eliminate hw.ubsec.maxbatch and hw.ubsec.maxaggr since they are not needed anymore o change ubsec_feed to return void instead of int since zero is always returned and noone ever looked at the return value Revision Changes Path 1.16 +46 -73 src/sys/dev/ubsec/ubsec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message