[dpdk-dev] [PATCH] ethdev: remove legacy Rx descriptor done API
Andrew Rybchenko
andrew.rybchenko at oktetlabs.ru
Mon Oct 11 15:22:58 CEST 2021
On 10/5/21 10:16 PM, Thomas Monjalon wrote:
> 28/09/2021 17:48, Andrew Rybchenko:
>> rte_eth_rx_descriptor_status() should be used as a replacement.
>>
>> Signed-off-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> [...]
>> @@ -126,6 +126,10 @@ Removed Items
>> blacklist/whitelist are removed. Users must use the new
>> block/allow list arguments.
>>
>> +* ethdev: Removed ``rx_descriptor_done`` dev_ops and
>> + ``rte_eth_rx_descriptor_done``. Existing ``rte_eth_rx_descriptor_status``
>> + APIs can be used as a replacement.
>
> I suggest this wording:
>
> ethdev: Removed ``rte_eth_rx_descriptor_done`` API function and its driver callback.
> It is replaced by the more complete function ``rte_eth_rx_descriptor_status``.
Thanks, sounds better to me too. Will be in v2.
> Acked-by: Thomas Monjalon <thomas at monjalon.net>
>
More information about the dev
mailing list