DPDK patches and discussions
 help / color / mirror / Atom feed
From: Beilei Xing <beilei.xing@intel.com>
To: jingjing.wu@intel.com
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/3] remove unused code of DPDK version
Date: Wed, 23 Aug 2017 16:44:33 +0800	[thread overview]
Message-ID: <1503477876-79084-1-git-send-email-beilei.xing@intel.com> (raw)

Since there's no specific version number to distinguish
DPDK pf and Linux kernel pf, DPDK vf won't recognize if
host is DPDK pf or kernel pf. The specific virtual channel
commands for DPDK pf and code of DPDK version can be deleted.

Beilei Xing (3):
  net/i40e: remove virtual channel command for VLAN pvid
  net/i40e: remove virtual channel command for VSI queue
  net/i40e: remove DPDK PF version specific code

 drivers/net/i40e/i40e_ethdev_vf.c | 191 +++-----------------------------------
 drivers/net/i40e/i40e_pf.c        | 108 ---------------------
 drivers/net/i40e/i40e_pf.h        |  60 ------------
 3 files changed, 12 insertions(+), 347 deletions(-)

-- 
2.5.5

             reply	other threads:[~2017-08-23  8:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-23  8:44 Beilei Xing [this message]
2017-08-23  8:44 ` [dpdk-dev] [PATCH 1/3] net/i40e: remove virtual channel command for VLAN pvid Beilei Xing
2017-08-23  8:44 ` [dpdk-dev] [PATCH 2/3] net/i40e: remove virtual channel command for VSI queue Beilei Xing
2017-08-23  8:44 ` [dpdk-dev] [PATCH 3/3] net/i40e: remove DPDK PF version specific code Beilei Xing
2017-08-28 11:21 ` [dpdk-dev] [PATCH 0/3] remove unused code of DPDK version Ferruh Yigit
2017-08-29  1:33   ` Xing, Beilei
2017-08-30  8:31 ` 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=1503477876-79084-1-git-send-email-beilei.xing@intel.com \
    --to=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --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).