DPDK patches and discussions
 help / color / mirror / Atom feed
From: Helin Zhang <helin.zhang@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/5] support of multiple sizes of redirection table
Date: Fri, 22 Aug 2014 16:26:04 +0800	[thread overview]
Message-ID: <1408695969-9774-1-git-send-email-helin.zhang@intel.com> (raw)

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

             reply	other threads:[~2014-08-22  8:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-22  8:26 Helin Zhang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1408695969-9774-1-git-send-email-helin.zhang@intel.com \
    --to=helin.zhang@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).