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

2020-08-29 Thread Andrew Rybchenko
On 8/24/20 12:40 PM, Ferruh Yigit wrote: > Removing 'rte_eth_rx_descriptor_done()' API and relevant > 'rx_descriptor_done' function pointer from 'struct eth_dev_ops'. > > Deprecation notice is to deprecate the API in 20.11 and remove one year > later, this is useful to prevent new applications use

[dpdk-dev] [PATCH 1/7] ethdev: remove legacy descriptor status check API

2020-08-24 Thread Ferruh Yigit
Removing 'rte_eth_rx_descriptor_done()' API and relevant 'rx_descriptor_done' function pointer from 'struct eth_dev_ops'. Deprecation notice is to deprecate the API in 20.11 and remove one year later, this is useful to prevent new applications use the API but keep the support for old application.