Re: [dpdk-dev] [PATCH 10/11] net/hns3: fix Rx/Tx queue offload capability

2020-09-08 Thread Wei Hu (Xavier)
Hi, Ferruh Yigit On 2020/9/4 18:34, Ferruh Yigit wrote: On 8/25/2020 12:53 PM, Wei Hu (Xavier) wrote: From: "Wei Hu (Xavier)" According to rte_eth_rx_queue_setup and rte_eth_tx_queue_setup API function, rx_queue_offload_capa and rx_offload_capa, tx_queue_offload_capa and tx_offload_capa must

Re: [dpdk-dev] [PATCH 10/11] net/hns3: fix Rx/Tx queue offload capability

2020-09-04 Thread Ferruh Yigit
On 8/25/2020 12:53 PM, Wei Hu (Xavier) wrote: > From: "Wei Hu (Xavier)" > > According to rte_eth_rx_queue_setup and rte_eth_tx_queue_setup API > function, rx_queue_offload_capa and rx_offload_capa, tx_queue_offload_capa > and tx_offload_capa must be mutually exclusive in the '.dev_infos_get' ops

[dpdk-dev] [PATCH 10/11] net/hns3: fix Rx/Tx queue offload capability

2020-08-25 Thread Wei Hu (Xavier)
From: "Wei Hu (Xavier)" According to rte_eth_rx_queue_setup and rte_eth_tx_queue_setup API function, rx_queue_offload_capa and rx_offload_capa, tx_queue_offload_capa and tx_offload_capa must be mutually exclusive in the '.dev_infos_get' ops implementation function. Otherwise, rte_eth_rx_queue_set