[dpdk-dev] [PATCH 1/3] i40e: enable DCB in VMDQ vsis

2016-02-12 Thread Bruce Richardson
On Wed, Jan 20, 2016 at 04:57:14PM +0800, Jingjing Wu wrote: > Previously, DCB is only enabled on PF, queue mapping and BW > configuration is only done on PF vsi. This patch enabled DCB > for VMDQ vsis by following steps: > 1. Take BW and ETS configuration on VEB. > 2. Take BW and ETS configurati

[dpdk-dev] [PATCH 1/3] i40e: enable DCB in VMDQ vsis

2016-01-20 Thread Jingjing Wu
Previously, DCB is only enabled on PF, queue mapping and BW configuration is only done on PF vsi. This patch enabled DCB for VMDQ vsis by following steps: 1. Take BW and ETS configuration on VEB. 2. Take BW and ETS configuration on VMDQ vsis. 3. Update TC and queues mapping on VMDQ vsis. To enab