DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [RFC PATCH 0/3] extend vmdq_dcb sample for X710 supporting
@ 2016-01-11  2:50 Jingjing Wu
  2016-01-11  2:50 ` [dpdk-dev] [RFC PATCH 1/3] i40e: enable DCB in VMDQ vsis Jingjing Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Jingjing Wu @ 2016-01-11  2:50 UTC (permalink / raw)
  To: dev

Currently, the example vmdq_dcb only works on Intel® 82599 NICs.
This patch set extended this sample to make it works both on
Intel® 82599 and X710/XL710 NICs. This patch set also enabled
DCB VMDQ mode in i40e driver and added unsupported mode checking
in ixgbe driver.

Jingjing Wu (3):
  i40e: enable DCB in VMDQ vsis
  ixgbe: add more multi queue mode checking
  examples/vmdq_dcb: extend sample for X710 supporting

 doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst | 169 ++++++----
 drivers/net/i40e/i40e_ethdev.c                   | 153 +++++++--
 drivers/net/i40e/i40e_ethdev.h                   |  28 +-
 drivers/net/ixgbe/ixgbe_ethdev.c                 |   5 +
 examples/vmdq_dcb/main.c                         | 388 ++++++++++++++++++-----
 5 files changed, 582 insertions(+), 161 deletions(-)

-- 
2.4.0

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2016-03-08 17:25 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11  2:50 [dpdk-dev] [RFC PATCH 0/3] extend vmdq_dcb sample for X710 supporting Jingjing Wu
2016-01-11  2:50 ` [dpdk-dev] [RFC PATCH 1/3] i40e: enable DCB in VMDQ vsis Jingjing Wu
2016-01-11  2:50 ` [dpdk-dev] [RFC PATCH 2/3] ixgbe: add more multi queue mode checking Jingjing Wu
2016-01-11  2:50 ` [dpdk-dev] [RFC PATCH 3/3] examples/vmdq_dcb: extend sample for X710 supporting Jingjing Wu
2016-01-20  8:57 ` [dpdk-dev] [PATCH 0/3] extend vmdq_dcb " Jingjing Wu
2016-01-20  8:57   ` [dpdk-dev] [PATCH 1/3] i40e: enable DCB in VMDQ vsis Jingjing Wu
2016-02-12 12:16     ` Bruce Richardson
2016-01-20  8:57   ` [dpdk-dev] [PATCH 2/3] ixgbe: add more multi queue mode checking Jingjing Wu
2016-01-20  8:57   ` [dpdk-dev] [PATCH 3/3] examples/vmdq_dcb: extend sample for X710 supporting Jingjing Wu
2016-02-17  6:58   ` [dpdk-dev] [PATCH v2 0/3] extend vmdq_dcb " Jingjing Wu
2016-02-17  6:58     ` [dpdk-dev] [PATCH v2 1/3] i40e: enable DCB in VMDQ VSIs Jingjing Wu
2016-02-24  6:58       ` Zhang, Helin
2016-02-25  7:04         ` Wu, Jingjing
2016-02-17  6:58     ` [dpdk-dev] [PATCH v2 2/3] ixgbe: disallow unsupported RX mode Jingjing Wu
2016-02-17  6:58     ` [dpdk-dev] [PATCH v2 3/3] examples/vmdq_dcb: extend sample for X710 supporting Jingjing Wu
2016-02-25  7:33     ` [dpdk-dev] [PATCH v3 0/3] extend vmdq_dcb " Jingjing Wu
2016-02-25  7:33       ` [dpdk-dev] [PATCH v3 1/3] i40e: enable DCB in VMDQ VSIs Jingjing Wu
2016-02-26  8:06         ` Zhang, Helin
2016-02-25  7:33       ` [dpdk-dev] [PATCH v3 2/3] ixgbe: disallow unsupported RX mode Jingjing Wu
2016-02-26  8:06         ` Zhang, Helin
2016-02-25  7:33       ` [dpdk-dev] [PATCH v3 3/3] examples/vmdq_dcb: extend sample for X710 supporting Jingjing Wu
2016-02-26  8:06         ` Zhang, Helin
2016-03-08 17:25       ` [dpdk-dev] [PATCH v3 0/3] extend vmdq_dcb " Bruce Richardson

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).