> -----Original Message-----
> From: Wu, Jingjing
> Sent: Thursday, February 25, 2016 3:34 PM
> To: Richardson, Bruce
> Cc: dev at dpdk.org; Wu, Jingjing; Zhang, Helin
> Subject: [PATCH v3 3/3] examples/vmdq_dcb: extend sample for X710
> supporting
>
> Currently, the example vmdq_dcb only works on Intel(R) 82599 NICs.
> This patch extended this sample to make it work both on Intel(R) 82599 and
> X710/XL710 NICs by following changes:
> 1. add VMDQ base queue checking to avoid forwarding on PF queues.
> 2. assign each VMDQ pools with MAC address.
> 3. add more arguments (nb-tcs, enable-rss) to change the default
> setting
> 4. extend the max number of queues from 128 to 1024.
> This patch also reworked the user guide for the vmdq_dcb sample.
>
> Signed-off-by: Jingjing Wu <jingjing.wu at intel.com>
Acked-by: Helin Zhang <helin.zhang at intel.com>