xen-netback: pass hash value to the frontend
authorPaul Durrant <Paul.Durrant@citrix.com>
Fri, 13 May 2016 08:37:28 +0000 (09:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 May 2016 17:35:56 +0000 (13:35 -0400)
commitf07f989338587bc2b202f6e3c8e8468c450bd6a2
tree87e05544ca5d886d7da7c930ae627bfb7a1ce991
parent40d8abdee806d496a60ee607a6d01b1cd7fabaf0
xen-netback: pass hash value to the frontend

My recent patch to include/xen/interface/io/netif.h defines a new extra
info type that can be used to pass hash values between backend and guest
frontend.

This patch adds code to xen-netback to pass hash values calculated for
guest receive-side packets (i.e. netback transmit side) to the frontend.

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>
drivers/net/xen-netback/interface.c
drivers/net/xen-netback/netback.c