Re: [dpdk-dev] [PATCH v2] ethdev: promote burst mode API to stable

2021-09-15 Thread Ferruh Yigit
On 9/6/2021 7:36 AM, Andrew Rybchenko wrote: > On 9/6/21 8:56 AM, Haiyue Wang wrote: >> The DPDK Symbol Bot reports: >> Please note the symbols listed below have expired. In line with the >> DPDK ABI policy, they should be scheduled for removal, in the next >> DPDK release. >> >> Symbol >> rte_eth_

Re: [dpdk-dev] [PATCH v2] ethdev: promote burst mode API to stable

2021-09-05 Thread Andrew Rybchenko
On 9/6/21 8:56 AM, Haiyue Wang wrote: > The DPDK Symbol Bot reports: > Please note the symbols listed below have expired. In line with the > DPDK ABI policy, they should be scheduled for removal, in the next > DPDK release. > > Symbol > rte_eth_rx_burst_mode_get > rte_eth_tx_burst_mode_get > > Si

[dpdk-dev] [PATCH v2] ethdev: promote burst mode API to stable

2021-09-05 Thread Haiyue Wang
The DPDK Symbol Bot reports: Please note the symbols listed below have expired. In line with the DPDK ABI policy, they should be scheduled for removal, in the next DPDK release. Symbol rte_eth_rx_burst_mode_get rte_eth_tx_burst_mode_get Signed-off-by: Haiyue Wang Acked-by: Ferruh Yigit Acked-by