[dpdk-dev] [PATCH v3 0/3] extend vmdq_dcb sample for X710 supporting

Jingjing Wu jingjing.wu at intel.com
Thu Feb 25 08:33:32 CET 2016


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

v2 changes:
 - commit log doc rewording.
 - rebase on latest dpdk-next-net/rel_16_04 branch.
 - code style fix

v3 changes:
 - replace I40E_3_BIT_MASK with RTE_LEN2MASK()

Jingjing Wu (3):
  i40e: enable DCB in VMDQ VSIs
  ixgbe: disallow unsupported RX mode
  examples/vmdq_dcb: extend sample for X710 supporting

 doc/guides/rel_notes/release_16_04.rst           |   3 +
 doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst | 171 ++++++----
 drivers/net/i40e/i40e_ethdev.c                   | 156 +++++++--
 drivers/net/i40e/i40e_ethdev.h                   |  28 +-
 drivers/net/ixgbe/ixgbe_ethdev.c                 |   5 +
 examples/vmdq_dcb/main.c                         | 391 ++++++++++++++++++-----
 6 files changed, 589 insertions(+), 165 deletions(-)

-- 
2.4.0



More information about the dev mailing list