DPDK patches and discussions
 help / color / mirror / Atom feed
From: Qi Zhang <qi.z.zhang@intel.com>
To: jingjing.wu@intel.com, helin.zhang@intel.com
Cc: dev@dpdk.org, Qi Zhang <qi.z.zhang@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/2] net/i40e: enable VF untag drop
Date: Mon, 13 Mar 2017 00:55:41 -0400	[thread overview]
Message-ID: <20170313045543.65464-1-qi.z.zhang@intel.com> (raw)
In-Reply-To: <20170303015924.68986-1-qi.z.zhang@intel.com>

Add a new API to enable untag drop for a specific VF. 
This is an experimental API.

v2:
- Add a flag "untag_drop" in i40e_vsi to help track the untag drop
  status, so it prevent error from i40e_aq_remove_vlan when call
  rte_pmd_i40e_set_vf_vlan_untag_drop twice.
  Due to hardware limitation, the error code from i40e_aq_remove_vlan
  is not able to help distinct a specific double removal error from
  other errors.

Qi Zhang (2):
  net/i40e: enable VF untag drop
  app/testpmd: enable VF untag drop in testpmd

 app/test-pmd/cmdline.c          | 104 ++++++++++++++++++++++++++++++++++++++++
 drivers/net/i40e/i40e_ethdev.c  |  54 +++++++++++++++++++++
 drivers/net/i40e/i40e_ethdev.h  |   1 +
 drivers/net/i40e/rte_pmd_i40e.h |  18 +++++++
 4 files changed, 177 insertions(+)

-- 
2.9.3

  parent reply	other threads:[~2017-03-13  4:04 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03  1:59 [dpdk-dev] [PATCH 0/2] " Qi Zhang
2017-03-03  1:59 ` [dpdk-dev] [PATCH 1/2] net/i40e: " Qi Zhang
2017-03-07 10:51   ` Ferruh Yigit
2017-03-09  3:24     ` Zhang, Qi Z
2017-03-14 13:29       ` Ferruh Yigit
2017-03-14 14:32         ` Zhang, Qi Z
2017-03-14 18:16           ` Iremonger, Bernard
2017-03-23 17:00             ` Ferruh Yigit
2017-03-23 17:22               ` Iremonger, Bernard
2017-03-03  1:59 ` [dpdk-dev] [PATCH 2/2] app/testpmd: enable VF untag drop in testpmd Qi Zhang
2017-03-07 11:13   ` Ferruh Yigit
2017-03-09  2:59     ` Zhang, Qi Z
2017-03-14 13:32       ` Ferruh Yigit
2017-03-14 14:43         ` Zhang, Qi Z
2017-03-13  4:55 ` Qi Zhang [this message]
2017-03-13  4:55   ` [dpdk-dev] [PATCH v2 1/2] net/i40e: enable VF untag drop Qi Zhang
2017-03-13  4:55   ` [dpdk-dev] [PATCH v2 2/2] app/testpmd: enable VF untag drop in testpmd Qi Zhang
2017-03-23 17:01     ` Ferruh Yigit

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=20170313045543.65464-1-qi.z.zhang@intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    --cc=jingjing.wu@intel.com \
    /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).