All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] allow to dynamically change RSS configuration
@ 2014-04-30 13:55 Ivan Boule
       [not found] ` <1398866126-16931-1-git-send-email-ivan.boule-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Ivan Boule @ 2014-04-30 13:55 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

This set of patches allows to dynamically get and set the RSS configuration of a
port:
- rss functions (IP/UDP/TCP ...)
- rss hash key

-- 
Ivan Boule

Ivan Boule (5):
  ethdev: check RX queue indices in RETA config against number of
    queues
  ethdev: allow to set RSS hash computation flags and/or key
  app/testpmd: configure RSS without restart
  ethdev: allow to get RSS hash functions and key
  app/testpmd: allow to configure RSS hash key

 app/test-pmd/cmdline.c              |  177 ++++++++++++++++++++++++++++++++---
 app/test-pmd/config.c               |   93 ++++++++++++++++++
 app/test-pmd/testpmd.h              |    3 +
 lib/librte_ether/rte_ethdev.c       |   48 +++++++++-
 lib/librte_ether/rte_ethdev.h       |   48 ++++++++++
 lib/librte_pmd_e1000/e1000_ethdev.h |    6 ++
 lib/librte_pmd_e1000/igb_ethdev.c   |    2 +
 lib/librte_pmd_e1000/igb_rxtx.c     |  145 ++++++++++++++++++++--------
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c |    2 +
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h |    6 ++
 lib/librte_pmd_ixgbe/ixgbe_rxtx.c   |  143 +++++++++++++++++++++-------
 11 files changed, 587 insertions(+), 86 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-05-14 12:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 13:55 [PATCH 0/5] allow to dynamically change RSS configuration Ivan Boule
     [not found] ` <1398866126-16931-1-git-send-email-ivan.boule-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-04-30 13:55   ` [PATCH 1/5] ethdev: check RX queue indices in RETA config against number of queues Ivan Boule
2014-04-30 13:55   ` [PATCH 2/5] ethdev: allow to set RSS hash computation flags and/or key Ivan Boule
     [not found]     ` <1398866126-16931-3-git-send-email-ivan.boule-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-01 23:21       ` Ananyev, Konstantin
     [not found]         ` <2601191342CEEE43887BDE71AB9772580EFA2293-kPTMFJFq+rEu0RiL9chJVbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-05-14  8:43           ` Ivan Boule
     [not found]             ` <53732CC2.4060906-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-14 12:56               ` Ananyev, Konstantin
2014-04-30 13:55   ` [PATCH 3/5] app/testpmd: configure RSS without restart Ivan Boule
2014-04-30 13:55   ` [PATCH 4/5] ethdev: allow to get RSS hash functions and key Ivan Boule
2014-04-30 13:55   ` [PATCH 5/5] app/testpmd: allow to configure RSS hash key Ivan Boule

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.