From owner-freebsd-net@FreeBSD.ORG Fri Jun 12 18:40:07 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B72AC1065672; Fri, 12 Jun 2009 18:40:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 62A208FC23; Fri, 12 Jun 2009 18:40:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 28A9A41C729; Fri, 12 Jun 2009 20:40:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id vqE63vBqGLFp; Fri, 12 Jun 2009 20:40:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id A779241C712; Fri, 12 Jun 2009 20:40:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id F3BB84448E6; Fri, 12 Jun 2009 18:35:37 +0000 (UTC) Date: Fri, 12 Jun 2009 18:35:37 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Navdeep Parhar In-Reply-To: <20090612182404.GA20035@hub.freebsd.org> Message-ID: <20090612183349.B22887@maildrop.int.zabbadoz.net> References: <20090611184555.J22887@maildrop.int.zabbadoz.net> <20090612013406.GB72855@michelle.cdnetworks.co.kr> <20090612100900.M22887@maildrop.int.zabbadoz.net> <20090612170703.GA994@hub.freebsd.org> <20090612173728.B22887@maildrop.int.zabbadoz.net> <20090612182404.GA20035@hub.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Pyun YongHyeon , FreeBSD net mailing list , "George V. Neville-Neil" , Michael Tuexen , Andrew Thompson , Jack F Vogel , Andrew Gallatin , Pyun YongHyeon Subject: Re: Ethernet NIC drivers depending unconditionally on INET X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 18:40:08 -0000 On Fri, 12 Jun 2009, Navdeep Parhar wrote: Hi, >>> cxgb(4) >>> will not let you enable IFCAP_TSO6 on the interface. It has always >>> been disallowed as far as I can tell. >> >> Yes, you have it in the logic bu you define it to 0;) >> #define IFCAP_TSO6 0x0 > > Not quite. TSO_SUPPORTED is defined and so cxgb(4) picks up the > right values of IFCAP_TSO4 and IFCAP_TSO6. It's just that IFCAP_TSO6 > is not in the enabled-by-default capabilities (CXGB_CAP_ENABLE), and > cxgb_ioctl will not let you enable IFCAP_TSO6. > > cxgb's silicon supports TSO+IPv6, so I'm not sure why things are the > way they are. If the stack's tso6 works, then this is a bug in > cxgb. Oki, I think once this all has settled we'll be able to text it on cxgb as well; let us get the infrastructure shaken out first. /bz -- Bjoern A. Zeeb The greatest risk is not taking one.