DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jingjing Wu <jingjing.wu@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] enable mirror functionality in i40e driver
Date: Wed, 13 May 2015 16:38:05 +0800	[thread overview]
Message-ID: <1431506288-22814-1-git-send-email-jingjing.wu@intel.com> (raw)

This patch set enables mirror functionality in i40e driver, and
redefine structure and macros used to configure mirror.

Jingjing Wu (3):
  ethdev: rename rte_eth_vmdq_mirror_conf
  ethdev: redefine the mirror type
  i40e: enable mirror functionality in i40e driver

 app/test-pmd/cmdline.c              |  60 ++++---
 lib/librte_ether/rte_ethdev.c       |  28 ++-
 lib/librte_ether/rte_ethdev.h       |  30 ++--
 lib/librte_pmd_i40e/i40e_ethdev.c   | 334 ++++++++++++++++++++++++++++++++++++
 lib/librte_pmd_i40e/i40e_ethdev.h   |  23 +++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c |  72 +++++---
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h |   4 +-
 7 files changed, 464 insertions(+), 87 deletions(-)

-- 
1.9.3

             reply	other threads:[~2015-05-13  8:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13  8:38 Jingjing Wu [this message]
2015-05-13  8:38 ` [dpdk-dev] [PATCH 1/3] ethdev: rename rte_eth_vmdq_mirror_conf Jingjing Wu
2015-05-13  8:38 ` [dpdk-dev] [PATCH 2/3] ethdev: redefine the mirror type Jingjing Wu
2015-05-13  8:38 ` [dpdk-dev] [PATCH 3/3] i40e: enable mirror functionality in i40e driver Jingjing Wu
2015-05-13  8:43 ` [dpdk-dev] " Wu, Jingjing

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=1431506288-22814-1-git-send-email-jingjing.wu@intel.com \
    --to=jingjing.wu@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).