From owner-cvs-src@FreeBSD.ORG Mon Jun 11 21:20:15 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CE9816A46D for ; Mon, 11 Jun 2007 21:20:15 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id BAD4313C4B8 for ; Mon, 11 Jun 2007 21:20:14 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 93622 invoked from network); 11 Jun 2007 20:33:55 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 11 Jun 2007 20:33:55 -0000 Message-ID: <466DBC8F.1040801@freebsd.org> Date: Mon, 11 Jun 2007 23:20:15 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Andrew Gallatin References: <200706111459.l5BExvTp020932@repoman.freebsd.org> <466D9BBB.1060601@freebsd.org> <466D9D94.1020908@samsco.org> <466DA400.6000003@freebsd.org> <18029.42579.130017.451610@grasshopper.cs.duke.edu> <466DA974.8000106@freebsd.org> <18029.43672.255434.192320@grasshopper.cs.duke.edu> In-Reply-To: <18029.43672.255434.192320@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/net if_ethersubr.c src/sys/dev/mxge mxge_lro.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 21:20:15 -0000 Andrew Gallatin wrote: > Andre Oppermann writes: > > Lets add the interface capabilities flag for LRO including the ifconfig > > support and be done with this episode. > > OK. I'm about out of time for today. If you haven't beaten > me to it, I will try to do it tomorrow or the next day. > I assume you're willing to review a patch? It's already committed to if.h and ifconfig(8). IFCAP_LRO. Change is very simple. Same driver internal usage as with IFCAP_TSO[46]. -- Andre