DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] support of multiple sizes of redirection table
@ 2014-08-22  8:26 Helin Zhang
  2014-08-22  8:26 ` [dpdk-dev] [PATCH 1/5] ethdev: " Helin Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Helin Zhang @ 2014-08-22  8:26 UTC (permalink / raw)
  To: dev

As e1000, ixgbe and i40e hardware use different sizes of
redirection table, ethdev needs to be reworked to support
multiple sizes of that table. Also each PMD should be
reworked to support this change, and can be told the table
size directly. In addition, commands in testpmd have been
reworked to support these changes.

Helin Zhang (5):
  ethdev: support of multiple sizes of redirection table
  e1000: rework of updating/querying redirection table
  ixgbe: rework of updating/querying redirection table
  i40e: rework of updating/querying redirection table
  app/testpmd: rework of updating/querying redirection table

 app/test-pmd/cmdline.c               | 159 ++++++++++++++++++++++--------
 app/test-pmd/config.c                |  37 ++++---
 app/test-pmd/testpmd.h               |   4 +-
 lib/librte_ether/rte_ethdev.c        | 116 +++++++++++++---------
 lib/librte_ether/rte_ethdev.h        |  43 +++++---
 lib/librte_pmd_e1000/igb_ethdev.c    | 184 ++++++++++++++++++++++++-----------
 lib/librte_pmd_i40e/i40e_ethdev.c    |  88 +++++++++++------
 lib/librte_pmd_i40e/i40e_ethdev.h    |   1 +
 lib/librte_pmd_i40e/i40e_ethdev_vf.c |   1 +
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c  | 136 ++++++++++++++++----------
 10 files changed, 512 insertions(+), 257 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2014-08-22  8:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-22  8:26 [dpdk-dev] [PATCH 0/5] support of multiple sizes of redirection table Helin Zhang
2014-08-22  8:26 ` [dpdk-dev] [PATCH 1/5] ethdev: " Helin Zhang
2014-08-22  8:26 ` [dpdk-dev] [PATCH 2/5] e1000: rework of updating/querying " Helin Zhang
2014-08-22  8:26 ` [dpdk-dev] [PATCH 3/5] ixgbe: " Helin Zhang
2014-08-22  8:26 ` [dpdk-dev] [PATCH 4/5] i40e: " Helin Zhang
2014-08-22  8:26 ` [dpdk-dev] [PATCH 5/5] app/testpmd: " Helin Zhang

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).