From: David Vrabel Date: Wed, 22 Oct 2014 13:08:53 +0000 (+0100) Subject: xen-netback: make feature-rx-notify mandatory X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~25^2~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc96f648df1bbc2729abbb84513cf4f64273a1f1;p=pandora-kernel.git xen-netback: make feature-rx-notify mandatory Frontends that do not provide feature-rx-notify may stall because netback depends on the notification from frontend to wake the guest Rx thread (even if can_queue is false). This could be fixed but feature-rx-notify was introduced in 2006 and I am not aware of any frontends that do not implement this. Signed-off-by: David Vrabel Acked-by: Wei Liu Signed-off-by: David S. Miller --- Reading git-diff-tree failed