[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090930.195123.33813752.davem@davemloft.net>
Date: Wed, 30 Sep 2009 19:51:23 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: shemminger@...tta.com
Cc: sbhatewara@...are.com, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, shemminger@...ux-foundation.org,
jgarzik@...ox.com, anthony@...emonkey.ws, chrisw@...s-sol.org,
greg@...ah.com, akpm@...ux-foundation.org,
virtualization@...ts.linux-foundation.org, pv-drivers@...are.com
Subject: Re: [PATCH 2.6.32-rc1] net: VMware virtual Ethernet NIC driver:
vmxnet3
From: Stephen Hemminger <shemminger@...tta.com>
Date: Wed, 30 Sep 2009 17:39:23 -0700
> Why not use NETIF_F_LRO and ethtool to control LRO support?
In fact, you must, in order to handle bridging and routing
correctly.
Bridging and routing is illegal with LRO enabled, so the kernel
automatically issues the necessary ethtool commands to disable
LRO in the relevant devices.
Therefore you must support the ethtool LRO operation in order to
support LRO at all.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists