From: David Miller <davem@...emloft.net> To: bhutchings@...arflare.com Cc: mekaviraj@...il.com, netdev@...r.kernel.org Subject: Re: NETIF_F_FRAGLIST and NETIF_F_SG difference From: Ben Hutchings Date: Tue, 02 Mar 2010 02:51:58 +0000 > On Mon, 2010-03-01 at 17:40 ...
NETIF_F_LRO_BIT, /* large receive offload */ @@ -121,7 +121,6 @@ enum { #define NETIF_F_IPV6_CSUM __NETIF_F(IPV6_CSUM) #define NETIF_F_LOOPBACK __NETIF_F(LOOPBACK) #define NETIF_F_LRO __NETIF_F(LRO) #define NETIF_F_NETNS_LOCAL __NETIF_F(NETNS_LOCAL) #define NETIF_...