[dpdk-dev] [PATCH] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV

2016-09-21 Thread Remy Horton
On 26/08/2016 10:08, Bernard Iremonger wrote: > modify ixgbe_dcb_tx_hw_config function. > modify ixgbe_dev_mq_rx_configure function. > modify ixgbe_configure_dcb function. > > Signed-off-by: Rahul R Shah > Signed-off-by: Bernard Iremonger > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 9 -

[dpdk-dev] [PATCH] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV

2016-08-26 Thread Bernard Iremonger
modify ixgbe_dcb_tx_hw_config function. modify ixgbe_dev_mq_rx_configure function. modify ixgbe_configure_dcb function. Signed-off-by: Rahul R Shah Signed-off-by: Bernard Iremonger --- drivers/net/ixgbe/ixgbe_ethdev.c | 9 - drivers/net/ixgbe/ixgbe_rxtx.c | 37 +--