Re: [Xen-devel] [PATCH net-next 8/8] xen-netback: add support for toeplitz hashing

2015-10-26 Thread Wei Liu
On Wed, Oct 21, 2015 at 11:36:25AM +0100, Paul Durrant wrote: > This patch adds all the necessary infrastructure to allow a frontend to > specify toeplitz hashing of network packets on its receive side. (See > netif.h for details of the xenbus protocol). > > The toeplitz hash algorithm itself was

[Xen-devel] [PATCH net-next 8/8] xen-netback: add support for toeplitz hashing

2015-10-21 Thread Paul Durrant
This patch adds all the necessary infrastructure to allow a frontend to specify toeplitz hashing of network packets on its receive side. (See netif.h for details of the xenbus protocol). The toeplitz hash algorithm itself was based on pseudo-code provided by Microsoft at: