[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-30 Thread Thomas Monjalon
2016-06-30 01:40, Lu, Wenzhuo: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Lu, Wenzhuo > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > 2016-06-23 01:04, Lu, Wenzhuo: > > > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > > > 2016-05-06 05:33, W

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-30 Thread Lu, Wenzhuo
Hi Thomas, > -Original Message- > From: Lu, Wenzhuo > Sent: Thursday, June 30, 2016 4:23 PM > To: 'Thomas Monjalon' > Cc: dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe > > Hi Thomas, > > > -Orig

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-30 Thread Lu, Wenzhuo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, June 30, 2016 3:42 PM > To: Lu, Wenzhuo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe > > 2016-

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-30 Thread Lu, Wenzhuo
Hi Thomas, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Lu, Wenzhuo > Sent: Friday, June 24, 2016 8:46 AM > To: Thomas Monjalon > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ix

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-24 Thread Lu, Wenzhuo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, June 23, 2016 8:22 PM > To: Lu, Wenzhuo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe > > 2016-

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-23 Thread Thomas Monjalon
2016-06-23 01:04, Lu, Wenzhuo: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2016-05-06 05:33, Wenzhuo Lu: > > > +int > > > +rte_eth_dev_mq_mode_set(uint8_t port_id, > > > + enum rte_eth_rx_mq_mode rx_mq_mode, > > > + enum rte_eth_tx_mq_mode tx_mq

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-23 Thread Lu, Wenzhuo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, June 23, 2016 1:02 AM > To: Lu, Wenzhuo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe > > 2016

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-22 Thread Thomas Monjalon
2016-05-06 05:33, Wenzhuo Lu: > An issue is found that DCB cannot be configured on ixgbe > NICs. It's said the TX queue number is not right. > On ixgbe the max TX queue number is not fixed, it depends > on the multi-queue mode. The API rte_eth_dev_configure > should be used to configure this mode.

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-06-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Thursday, May 05, 2016 10:34 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo > Subject: [dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe > > An issue is

[dpdk-dev] [PATCH v3] ethdev: fix DCB config issue on ixgbe

2016-05-06 Thread Wenzhuo Lu
An issue is found that DCB cannot be configured on ixgbe NICs. It's said the TX queue number is not right. On ixgbe the max TX queue number is not fixed, it depends on the multi-queue mode. The API rte_eth_dev_configure should be used to configure this mode. But the input of this API includes TX qu