]> xenbits.xensource.com Git - people/pauldu/linux.git/commit
xen-netback: add an implementation of toeplitz hashing...
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 12 Jan 2016 10:19:59 +0000 (10:19 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 1 Feb 2016 15:43:42 +0000 (15:43 +0000)
commit8dfa188a44f36698c1a2b12965bc01a082cb5bd3
tree4d0ae433298a17bfbadd51d2cd8ce1eaf0c422e9
parent5b0a6e78479eb0156688b00efb2a3a90f02d142b
xen-netback: add an implementation of toeplitz hashing...

...for receive-side packets.

My recent patch to include/xen/interface/io/netif.h defines a set of
control messages that can be used by a VM frontend driver to configure
toeplitz hashing of receive-side packets and consequent steering of those
packets to particular queues.

This patch introduces an implementation of toeplitz hashing and into
xen-netback and allows it to be configured using the new control messages.

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