]> xenbits.xensource.com Git - people/pauldu/linux.git/commit
xen-netback: pass an L4 or L3 skb hash value to the frontend
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 9 Oct 2015 13:53:15 +0000 (14:53 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 19 Oct 2015 14:11:36 +0000 (15:11 +0100)
commit3fc6ac6dc78388c7b705bd4709f6b70c60f63c02
tree481b498878a3161c83afb44ec30a0db2034314f7
parent1bd1dfef15825d59682dda38e8794f61500195e4
xen-netback: pass an L4 or L3 skb hash value to the frontend

If the frontend indicates it's capable (see netif.h for details) and an
skb has an L4 or L3 hash value then pass the value to the frontend in
a xen_netif_extra_info segment.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
drivers/net/xen-netback/common.h
drivers/net/xen-netback/netback.c
drivers/net/xen-netback/xenbus.c