cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c

Pawel Worach pawel.worach at gmail.com
Thu Sep 7 13:46:02 PDT 2006


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


More information about the cvs-src mailing list