Re: [dpdk-dev] [PATCH 10/12] net/hns3: rename Rx burst API

2021-04-15 Thread Ferruh Yigit
On 4/15/2021 2:58 AM, Min Hu (Connor) wrote: 在 2021/4/15 1:41, Ferruh Yigit 写道: On 4/13/2021 12:50 PM, Min Hu (Connor) wrote: From: Chengwen Feng Currently, user could use runtime config "rx_func_hint=simple" to select the hns3_recv_pkts API, but the API's name get from rte_eth_rx_burst_mod

Re: [dpdk-dev] [PATCH 10/12] net/hns3: rename Rx burst API

2021-04-14 Thread Min Hu (Connor)
在 2021/4/15 1:41, Ferruh Yigit 写道: On 4/13/2021 12:50 PM, Min Hu (Connor) wrote: From: Chengwen Feng Currently, user could use runtime config "rx_func_hint=simple" to select the hns3_recv_pkts API, but the API's name get from rte_eth_rx_burst_mode_get is "Scalar" which has not reflected "si

Re: [dpdk-dev] [PATCH 10/12] net/hns3: rename Rx burst API

2021-04-14 Thread Ferruh Yigit
On 4/13/2021 12:50 PM, Min Hu (Connor) wrote: From: Chengwen Feng Currently, user could use runtime config "rx_func_hint=simple" to select the hns3_recv_pkts API, but the API's name get from rte_eth_rx_burst_mode_get is "Scalar" which has not reflected "simple". So this patch renames hns3_recv

[dpdk-dev] [PATCH 10/12] net/hns3: rename Rx burst API

2021-04-13 Thread Min Hu (Connor)
From: Chengwen Feng Currently, user could use runtime config "rx_func_hint=simple" to select the hns3_recv_pkts API, but the API's name get from rte_eth_rx_burst_mode_get is "Scalar" which has not reflected "simple". So this patch renames hns3_recv_pkts to hns3_recv_pkts_simple, and also change