All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] public/io/netif.h: support for toeplitz hashing
@ 2016-01-06 13:11 Paul Durrant
  2016-01-06 13:11 ` [PATCH v3 1/3] public/io/netif.h: document transmit and receive wire formats separately Paul Durrant
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul Durrant @ 2016-01-06 13:11 UTC (permalink / raw)
  To: xen-devel; +Cc: Paul Durrant

This series documents changes needed to support toeplitz hashing in a
backend, configurable by the frontend.

Patch #1 is a clean-up patch that clarifies the guest transmit and
receive side packet formats.

Patch #2 documents a new 'control ring' for passing bulk data between
frontend and backend. This is needed for passing the hash mapping table
and hash key. It also documents messages to allow a frontend to configure
toeplitz hashing.

Patch #3 documents a new extra info segment that can be used for passing
hash values along with packets on both the transmit and receive side.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-07 13:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-06 13:11 [PATCH v2 0/3] public/io/netif.h: support for toeplitz hashing Paul Durrant
2016-01-06 13:11 ` [PATCH v3 1/3] public/io/netif.h: document transmit and receive wire formats separately Paul Durrant
2016-01-06 13:11 ` [PATCH v3 2/3] public/io/netif.h: document control ring and toeplitz hashing Paul Durrant
2016-01-07 13:09   ` Paul Durrant
2016-01-06 13:11 ` [PATCH v3 3/3] public/io/netif.h: document new extra info for passing hash values Paul Durrant

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.