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

2016-10-19 Thread Iremonger, Bernard
Hi Wenzhuo, > > > > Subject: RE: [PATCH v2] net/ixgbe: support multiqueue mode VMDq > > > > DCB with SRIOV > > > > > > > > Hi Wenzhuo, > > > > > > > > > > if (hw->mac.type != ixgbe_mac_82598EB) { @@ -3339,11 > > > > > > +3340,17 > > > > > @@ > > > > > > ixgbe_dcb_tx_hw_config(struct

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

2016-10-19 Thread Lu, Wenzhuo
Hi Bernard, > -Original Message- > From: Iremonger, Bernard > Sent: Tuesday, October 18, 2016 4:58 PM > To: Lu, Wenzhuo; dev at dpdk.org; Shah, Rahul R > Subject: RE: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with > SRIOV > > Hi Wenzhuo, > > > > > > Subject: RE: [PATCH

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

2016-10-18 Thread Iremonger, Bernard
Hi Wenzhuo, > > Subject: RE: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB > > with SRIOV > > > > Hi Wenzhuo, > > > > > > if (hw->mac.type != ixgbe_mac_82598EB) { @@ -3339,11 +3340,17 > > > @@ > > > > ixgbe_dcb_tx_hw_config(struct ixgbe_hw *hw, > > > > if

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

2016-10-18 Thread Lu, Wenzhuo
Hi Bernard, > -Original Message- > From: Iremonger, Bernard > Sent: Tuesday, October 18, 2016 12:27 AM > To: Lu, Wenzhuo; dev at dpdk.org; Shah, Rahul R > Subject: RE: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with > SRIOV > > Hi Wenzhuo, > > > > if (hw->mac.type !=

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

2016-10-17 Thread Lu, Wenzhuo
Hi Bernard, Rahul, > -Original Message- > From: Iremonger, Bernard > Sent: Friday, October 14, 2016 9:29 PM > To: dev at dpdk.org; Shah, Rahul R; Lu, Wenzhuo > Cc: Iremonger, Bernard > Subject: [PATCH v2] net/ixgbe: support multiqueue mode VMDq DCB with SRIOV > > modify

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

2016-10-14 Thread Bernard Iremonger
modify ixgbe_dcb_tx_hw_config function. modify ixgbe_dev_mq_rx_configure function. modify ixgbe_configure_dcb function. Changes in v2: Rebased to DPDK v16.11-rc1 Signed-off-by: Rahul R Shah Signed-off-by: Bernard Iremonger --- drivers/net/ixgbe/ixgbe_ethdev.c | 9 -