All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Updates to public/io/netif.h
@ 2015-10-20 12:35 Paul Durrant
  2015-10-20 12:35 ` [PATCH v5 1/5] public/io/netif.h: document the reality of netif_rx_request/reponse Paul Durrant
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Paul Durrant @ 2015-10-20 12:35 UTC (permalink / raw)
  To: xen-devel; +Cc: Paul Durrant

This series makes several modifications to netif.h in anticipation of
implementing NDIS RSS support in the Windows frontend driver.

Patch #1 documents the (sad) reality of the netif_rx_request/response
protocol, which has been long overdue.

Patch #2 adds a definition of the NETRXF_gso_prefix flag which has been
present in the Linux variant of the header for several years

Patch #3 adds documentation for how negotiation of a hash algortithm to
be used on the frontend receive side should be done.

Patch #4 adds a new netif_extra_info type for passing hash values between
backend and frontend (or vice versa).

Patch #5 (new in v4) reduces comment duplication and fixes formatting.

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

end of thread, other threads:[~2015-10-22 12:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20 12:35 [PATCH v4 0/4] Updates to public/io/netif.h Paul Durrant
2015-10-20 12:35 ` [PATCH v5 1/5] public/io/netif.h: document the reality of netif_rx_request/reponse Paul Durrant
2015-10-20 12:35 ` [PATCH v5 2/5] public/io/netif.h: add definition of gso_prefix flag Paul Durrant
2015-10-20 12:35 ` [PATCH v5 3/5] public/io/netif.h: add documentation for hash negotiation and mapping Paul Durrant
2015-10-22  8:47   ` Jan Beulich
2015-10-22 10:44     ` Paul Durrant
2015-10-22 11:00       ` Jan Beulich
2015-10-22 11:32         ` Ian Campbell
2015-10-22 11:42           ` Paul Durrant
2015-10-22 12:10             ` Paul Durrant
2015-10-22 12:32               ` Jan Beulich
2015-10-20 12:35 ` [PATCH v5 4/5] public/io/netif.h: add extra info slots for passing hash values Paul Durrant
2015-10-22  8:51   ` Jan Beulich
2015-10-22 10:45     ` Paul Durrant
2015-10-22 11:00       ` Jan Beulich
2015-10-20 12:35 ` [PATCH v5 5/5] public/io/netif.h: tidy up and remove duplicate comments 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.