From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v2 5/5] net: Add Open vSwitch kernel components. Date: Mon, 21 Nov 2011 16:27:35 -0800 Message-ID: <20111121162735.1dfe4cc4@nehalam.linuxnetplumber.net> References: <1321911029-20707-1-git-send-email-jesse@nicira.com> <1321911029-20707-6-git-send-email-jesse@nicira.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "David S. Miller" To: Jesse Gross Return-path: In-Reply-To: <1321911029-20707-6-git-send-email-jesse-l0M0P4e3n4LQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org Errors-To: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org List-Id: netdev.vger.kernel.org One more comment... Shouldn't this device be using netdev_increment_features() like bridging and bonding to have the features of the pseudo device reflect those of the underlying hardware. This would make the device have TSO only if underlying hardware supported it, etc.