Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Sep 2006 22:45:51 +0200
From:      Pawel Worach <pawel.worach@gmail.com>
To:        Andre Oppermann <andre@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c
Message-ID:  <450084FF.4060008@gmail.com>
In-Reply-To: <200609062207.k86M7Ep6070293@repoman.freebsd.org>
References:  <200609062207.k86M7Ep6070293@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Andre Oppermann wrote:
> andre       2006-09-06 22:07:14 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sbin/ifconfig        ifconfig.8 ifconfig.c 
>   Log:
>   Make TSO (TCP segmentation offload) capabilities visible and accessible with
>   'ifconfig em0 tso' and 'ifconfig em0 -tso'.  TSO for IPv4 and IPv6 is always
>   enabled or disabled together.  The driver may enable only one if it doesn't
>   support both.
>   

Hi Andre,

Something looks strange with the capabilities flags here...
# ifconfig -m em0 | more
em0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
         options=8b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWCSUM>
 
capabilities=db<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,POLLING8TSO49TSO6,
VLAN_HWCSUM>

-- 
Pawel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?450084FF.4060008>