Merge branch 'xen-netback-control-ring'
Paul Durrant says:
====================
xen-netback: support for control ring
My recent patch to import an up-to-date include/xen/interface/io/netif.h
from the Xen Project brought in the necessary definitions to support the
new control shared ring and protocol. This patch series updates xen-netback
to support the new ring.
Patch #1 adds the necessary boilerplate to map the control ring and handle
messages. No implementation of the new protocol is included in this patch
so that it can be kept to a reasonable size.
Patch #2 adds the protocol implementation.
Patch #3 adds support for passing has values calculated by xen-netback to
capable frontends.
Patch #4 adds support for accepting hash values calculated by capable
frontends and using them the set the socket buffer hash.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/xen-netback/Makefile 1 addition, 1 deletiondrivers/net/xen-netback/Makefile
- drivers/net/xen-netback/common.h 66 additions, 8 deletionsdrivers/net/xen-netback/common.h
- drivers/net/xen-netback/hash.c 384 additions, 0 deletionsdrivers/net/xen-netback/hash.c
- drivers/net/xen-netback/interface.c 127 additions, 7 deletionsdrivers/net/xen-netback/interface.c
- drivers/net/xen-netback/netback.c 232 additions, 17 deletionsdrivers/net/xen-netback/netback.c
- drivers/net/xen-netback/xenbus.c 69 additions, 10 deletionsdrivers/net/xen-netback/xenbus.c
Loading
Please register or sign in to comment