Re: [dpdk-dev] [PATCH] ethdev: convert Tx offloads to Tx queue config

2018-05-04 Thread Ferruh Yigit
On 5/4/2018 2:59 PM, Ferruh Yigit wrote: > On 5/3/2018 10:24 AM, Andrew Rybchenko wrote: >> On 05/03/2018 09:03 AM, Qi Zhang wrote: >>> Tx offload will be converted to txq_flags automatically during >>> rte_eth_dev_info_get and rte_eth_tx_queue_info_get. So PMD can >>> clean the code to get rid of

Re: [dpdk-dev] [PATCH] ethdev: convert Tx offloads to Tx queue config

2018-05-04 Thread Ferruh Yigit
On 5/3/2018 10:24 AM, Andrew Rybchenko wrote: > On 05/03/2018 09:03 AM, Qi Zhang wrote: >> Tx offload will be converted to txq_flags automatically during >> rte_eth_dev_info_get and rte_eth_tx_queue_info_get. So PMD can >> clean the code to get rid of txq_flags at all while keep old APP >> not be i

Re: [dpdk-dev] [PATCH] ethdev: convert Tx offloads to Tx queue config

2018-05-03 Thread Ananyev, Konstantin
> -Original Message- > From: Zhang, Qi Z > Sent: Thursday, May 3, 2018 7:03 AM > To: Yigit, Ferruh ; Ananyev, Konstantin > > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH] ethdev: convert Tx offloads to Tx queue config > > Tx offload will be converted to txq_flags automatically duri

Re: [dpdk-dev] [PATCH] ethdev: convert Tx offloads to Tx queue config

2018-05-03 Thread Andrew Rybchenko
On 05/03/2018 09:03 AM, Qi Zhang wrote: Tx offload will be converted to txq_flags automatically during rte_eth_dev_info_get and rte_eth_tx_queue_info_get. So PMD can clean the code to get rid of txq_flags at all while keep old APP not be impacted. Signed-off-by: Qi Zhang It is a step in right

[dpdk-dev] [PATCH] ethdev: convert Tx offloads to Tx queue config

2018-05-02 Thread Qi Zhang
Tx offload will be converted to txq_flags automatically during rte_eth_dev_info_get and rte_eth_tx_queue_info_get. So PMD can clean the code to get rid of txq_flags at all while keep old APP not be impacted. Signed-off-by: Qi Zhang --- lib/librte_ethdev/rte_ethdev.c | 32