Re: [PATCH RESEND] net: convert xen-netfront to hw_features
From: David Miller <davem@davemloft.net>
Date: 2011-04-04 18:08:49
Also in:
xen-devel
From: David Miller <davem@davemloft.net>
Date: 2011-04-04 18:08:49
Also in:
xen-devel
From: Ian Campbell <redacted> Date: Mon, 4 Apr 2011 13:29:19 +0100
quoted
From 0b56469abe56efae415b4603ef508ce9aec0e4c1 Mon Sep 17 00:00:00 2001From: Ian Campbell <redacted> Date: Mon, 4 Apr 2011 10:58:50 +0100 Subject: [PATCH] xen: netfront: assume all hw features are available until backend connection setup We need to assume that all features will be available when registering the netdev otherwise they are ommitted from the initial set of dev->wanted_features. When we connect to the backed we reduce the set as necessary due to the call to netdev_update_features() in xennet_connect(). Signed-off-by: Ian Campbell <redacted>
I've applied this, thanks Ian.