Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 22:28:08 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r236341 - user/np/toe_iwarp/sbin/ifconfig
Message-ID:  <201205302228.q4UMS89H084292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Wed May 30 22:28:08 2012
New Revision: 236341
URL: http://svn.freebsd.org/changeset/base/236341

Log:
  No need for VLAN_TOE right now (and bz@ took bits 026 and 027 for
  IPv6 checksum caps anyway).

Modified:
  user/np/toe_iwarp/sbin/ifconfig/ifconfig.c

Modified: user/np/toe_iwarp/sbin/ifconfig/ifconfig.c
==============================================================================
--- user/np/toe_iwarp/sbin/ifconfig/ifconfig.c	Wed May 30 22:27:34 2012	(r236340)
+++ user/np/toe_iwarp/sbin/ifconfig/ifconfig.c	Wed May 30 22:28:08 2012	(r236341)
@@ -916,7 +916,7 @@ unsetifdescr(const char *val, int value,
 #define	IFCAPBITS \
 "\020\1RXCSUM\2TXCSUM\3NETCONS\4VLAN_MTU\5VLAN_HWTAGGING\6JUMBO_MTU\7POLLING" \
 "\10VLAN_HWCSUM\11TSO4\12TSO6\13LRO\14WOL_UCAST\15WOL_MCAST\16WOL_MAGIC" \
-"\17TOE4\20TOE6\21VLAN_HWFILTER\23VLAN_HWTSO\24LINKSTATE\25NETMAP\26VLAN_TOE"
+"\17TOE4\20TOE6\21VLAN_HWFILTER\23VLAN_HWTSO\24LINKSTATE\25NETMAP"
 
 /*
  * Print the status of the interface.  If an address family was



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