Re: [dpdk-dev] [PATCH v4 6/7] ethdev: remove legacy Rx descriptor done API

2021-10-05 Thread Ananyev, Konstantin
> > 04/10/2021 15:56, Konstantin Ananyev: > > rte_eth_rx_descriptor_status() should be used as a replacement. > > > > Signed-off-by: Andrew Rybchenko > > Reviewed-by: Ferruh Yigit > > Acked-by: Konstantin Ananyev > > It should be the first patch, or even a standalone patch to apply quickly.

Re: [dpdk-dev] [PATCH v4 6/7] ethdev: remove legacy Rx descriptor done API

2021-10-05 Thread Thomas Monjalon
04/10/2021 15:56, Konstantin Ananyev: > rte_eth_rx_descriptor_status() should be used as a replacement. > > Signed-off-by: Andrew Rybchenko > Reviewed-by: Ferruh Yigit > Acked-by: Konstantin Ananyev It should be the first patch, or even a standalone patch to apply quickly.

[dpdk-dev] [PATCH v4 6/7] ethdev: remove legacy Rx descriptor done API

2021-10-04 Thread Konstantin Ananyev
rte_eth_rx_descriptor_status() should be used as a replacement. Signed-off-by: Andrew Rybchenko Reviewed-by: Ferruh Yigit Acked-by: Konstantin Ananyev --- doc/guides/nics/features.rst| 6 +- doc/guides/rel_notes/deprecation.rst| 5 - doc/guides/rel_notes/release_21_11