Re: [dpdk-dev] [PATCH v4 1/7] ethdev: deprecate descriptor status check API

2020-09-10 Thread Ferruh Yigit
On 9/9/2020 2:01 PM, Ferruh Yigit wrote: > Marking 'rte_eth_rx_descriptor_done()' API as deprecated. > ``rte_eth_rx_descriptor_status`` and ``rte_eth_tx_descriptor_status`` > APIs can be used as replacement. > > Plan is to remove the API on 21.11 release. > > Signed-off-by: Ferruh Yigit > Acked-

[dpdk-dev] [PATCH v4 1/7] ethdev: deprecate descriptor status check API

2020-09-09 Thread Ferruh Yigit
Marking 'rte_eth_rx_descriptor_done()' API as deprecated. ``rte_eth_rx_descriptor_status`` and ``rte_eth_tx_descriptor_status`` APIs can be used as replacement. Plan is to remove the API on 21.11 release. Signed-off-by: Ferruh Yigit Acked-by: David Marchand --- Cc: David Marchand v3: * Just d