From owner-svn-src-all@FreeBSD.ORG Wed May 5 10:30:56 2010 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 263A5106566C; Wed, 5 May 2010 10:30:56 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Wed, 5 May 2010 19:30:49 +0900 From: Norikatsu Shigemura To: Navdeep Parhar Message-Id: <20100505193049.cd94c63e.nork@FreeBSD.org> In-Reply-To: <201005050041.o450fesw090589@svn.freebsd.org> References: <201005050041.o450fesw090589@svn.freebsd.org> X-Mailer: Sylpheed 3.0.0 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r207643 - in head: sys/dev/cxgb usr.sbin/cxgbtool X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 10:30:57 -0000 Hi np! On Wed, 5 May 2010 00:41:40 +0000 (UTC) Navdeep Parhar wrote: > Add support for hardware filters to cxgb(4). The T3 chip can inspect > L2/3/4 headers and can drop or steer packets as instructed. Filtering > based on src ip, dst ip, src port, dst port, 802.1q, udp/tcp, and mac > addr is possible. Add support in cxgbtool to program these filters. Great news. Do you have any schedule to implement ipfw(4) hardware acceleration? :-) -- Norikatsu Shigemura