DPDK patches and discussions
 help / color / mirror / Atom feed
From: Michal Jastrzebski <michalx.k.jastrzebski@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/2] Enable DCB in SRIOV mode for ixgbe driver
Date: 12 Jan 2015 06:41:17 -0800	[thread overview]
Message-ID: <6c3329$jtfrch@orsmga002.jf.intel.com> (raw)

Date: Mon, 12 Jan 2015 15:39:39 +0100
Message-Id: <1421073581-6644-1-git-send-email-michalx.k.jastrzebski@intel.com>
X-Mailer: git-send-email 2.1.1

From: Pawel Wodkowski <pawelx.wodkowski@intel.com>


Hi,

this patchset enables DCB in SRIOV (ETH_MQ_RX_VMDQ_DCB and ETH_MQ_TX_VMDQ_DCB)

for each VF and PF for ixgbe driver.



As a side effect this allow to use multiple queues for TX in VF (8 if there is

16 or less VFs or 4 if there is 32 or less VFs) when PFC is not enabled.





Pawel Wodkowski (2):

  pmd: add DCB for VF for ixgbe

  testpmd: fix dcb in vt mode



 app/test-pmd/cmdline.c              |    4 +-

 app/test-pmd/testpmd.c              |   39 ++++++++++----

 app/test-pmd/testpmd.h              |   10 ----

 lib/librte_ether/rte_ethdev.c       |   84 +++++++++++++++++++++---------

 lib/librte_ether/rte_ethdev.h       |    5 +-

 lib/librte_pmd_e1000/igb_pf.c       |    3 +-

 lib/librte_pmd_ixgbe/ixgbe_ethdev.c |   10 ++--

 lib/librte_pmd_ixgbe/ixgbe_ethdev.h |    1 +

 lib/librte_pmd_ixgbe/ixgbe_pf.c     |   98 ++++++++++++++++++++++++++++++-----

 lib/librte_pmd_ixgbe/ixgbe_rxtx.c   |    7 ++-

 10 files changed, 190 insertions(+), 71 deletions(-)



-- 

1.7.9.5

             reply	other threads:[~2015-01-12 14:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12 14:41 Michal Jastrzebski [this message]
2015-01-12 15:44 ` Jastrzebski, MichalX K
2015-01-12 15:50 Michal Jastrzebski
2015-01-13  9:50 ` Wodkowski, PawelX
2015-01-13 10:11 ` Vlad Zolotarov

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='6c3329$jtfrch@orsmga002.jf.intel.com' \
    --to=michalx.k.jastrzebski@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).