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

2021-04-15 Thread Ferruh Yigit
On 4/15/2021 9:35 AM, 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 v3] net/hns3: rename Rx burst API

2021-04-15 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