netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] RSS fix for ixgbe/ixgbevf
@ 2015-04-29  2:57 Fan Du
  2015-04-29  2:57 ` [PATCH v2 1/3] ixgbe: Specify rx hash type wrt rx desc RSS type Fan Du
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fan Du @ 2015-04-29  2:57 UTC (permalink / raw)
  To: jeffrey.t.kirsher
  Cc: alexander.h.duyck, emil.s.tantilov, intel-wired-lan, netdev, Fan Du

This patchset provides RSS hash value for upper stack by indicating
whether it's a L3 or L4 hash. Thus other component of network
stack could utilize this hash value provided by NIC without caculating
by themselves.

Test:
* Simple iperf test using ixgbe for 82599ES
* Build test only for ixgbevf
* make C=1 CF=-D__CHECK_ENDIAN__, no warnings introduced by this patchset

Changelog:
v2:
  - Add patch3 to make all hash value from RSS part.
v1:
  - Code style issue suggeted by Tantilov, Emil S.
  - Initial version

Fan Du (3):
  ixgbe: Specify rx hash type wrt rx desc RSS type
  ixgbevf: Set rx hash type for ingress packets
  ixgbe: Don't report flow director filter's status

 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c    |    2 -
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c     |   25 ++++++++++++++++---
 drivers/net/ethernet/intel/ixgbevf/defines.h      |   12 +++++++++
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |   27 +++++++++++++++++++++
 4 files changed, 60 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2015-05-06 22:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29  2:57 [PATCH v2 0/3] RSS fix for ixgbe/ixgbevf Fan Du
2015-04-29  2:57 ` [PATCH v2 1/3] ixgbe: Specify rx hash type wrt rx desc RSS type Fan Du
2015-05-06 22:45   ` [Intel-wired-lan] " Schmitt, Phillip J
2015-04-29  2:57 ` [PATCH v2 2/3] ixgbevf: Set rx hash type for ingress packets Fan Du
2015-05-06 22:45   ` [Intel-wired-lan] " Schmitt, Phillip J
2015-04-29  2:57 ` [PATCH v2 3/3] ixgbe: Don't report flow director filter's status Fan Du
2015-05-06 22:46   ` [Intel-wired-lan] " Schmitt, Phillip J
2015-04-30 12:59 ` [PATCH v2 0/3] RSS fix for ixgbe/ixgbevf Jeff Kirsher
2015-05-06 19:47   ` [Intel-wired-lan] " Schmitt, Phillip J

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).