alistair23-linux/drivers/net/xen-netback
Paul Durrant 4e15ee2cb4 xen-netback: add control ring boilerplate
My recent patch to include/xen/interface/io/netif.h defines a new shared
ring (in addition to the rx and tx rings) for passing control messages
from a VM frontend driver to a backend driver.

This patch adds the necessary code to xen-netback to map this new shared
ring, should it be created by a frontend, but does not add implementations
for any of the defined protocol messages. These are added in a subsequent
patch for clarity.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-16 13:35:56 -04:00
..
common.h xen-netback: add control ring boilerplate 2016-05-16 13:35:56 -04:00
interface.c xen-netback: add control ring boilerplate 2016-05-16 13:35:56 -04:00
Makefile
netback.c xen-netback: add control ring boilerplate 2016-05-16 13:35:56 -04:00
xenbus.c xen-netback: add control ring boilerplate 2016-05-16 13:35:56 -04:00