]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[xen] Set the "feature-rx-notify" flag for netfront devices
authorMichael Brown <mcb30@ipxe.org>
Fri, 6 Mar 2015 17:19:09 +0000 (17:19 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 9 Mar 2015 08:52:03 +0000 (08:52 +0000)
commit3eb91209d99b2bddc23ee6a1d81d025f0a6545eb
tree7a55fe2397c00452df85618a288d854b52bc7242
parente905cdcce386f9752ff8a655f9ed0e4961a9a902
[xen] Set the "feature-rx-notify" flag for netfront devices

iPXE already sends RX notifications to the backend when needed, but
does not set the "feature-rx-notify" flag.  As of XenServer 6.5, this
flag is mandatory and omitting it will cause the backend to fail.

Fix by setting the "feature-rx-notify" flag, to inform the backend
that we will send notifications.

Reported-by: Shalom Bhooshi <shalom.bhooshi@citrix.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/netfront.c