On 4/15/2021 9:35 AM, Min Hu (Connor) wrote:
From: Chengwen Feng <[email protected]>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 it's name which gets from rte_eth_rx_burst_mode_get to "Scalar Simple" to maintain conceptual consistency. Fixes: 521ab3e93361 ("net/hns3: add simple Rx path") Cc: [email protected] Signed-off-by: Chengwen Feng <[email protected]> Signed-off-by: Min Hu (Connor) <[email protected]> Acked-by: Ferruh Yigit <[email protected]>
Applied to dpdk-next-net/main, thanks.

