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

2016-03-08 Thread Bruce Richardson
On Thu, Feb 25, 2016 at 03:33:32PM +0800, Jingjing Wu wrote: > 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

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

2016-02-25 Thread Jingjing Wu
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