[PATCH 00/10] ethdev: cleanup deprecated defines
Andrew Rybchenko
andrew.rybchenko at oktetlabs.ru
Fri Aug 5 10:01:09 CEST 2022
On 8/4/22 22:29, Stephen Hemminger wrote:
> On Thu, 4 Aug 2022 22:05:52 +0300
> Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru> wrote:
>
>> Remove deprecated because of invalid namespace defines.
>>
>> Andrew Rybchenko (10):
>> ethdev: remove deprecated link speed and duplex defines
>> ethdev: remove deprecated Rx and Tx multi-queue mode defines
>> ethdev: remove deprecated defines for RSS configuration
>> ethdev: remove deprecated Rx and Tx offload defines
>> ethdev: remove deprecated DCB and VMDq defines
>> ethdev: remove deprecated tunnel type defines
>> ethdev: remove deprecated flow control defines
>> ethdev: remove deprecated VLAN offload configuration defines
>> ethdev: remove deprecated maximum Rx MAC addresses define
>> ethdev: remove deprecated metadata dynamic fields defines
>>
>> doc/guides/rel_notes/release_22_11.rst | 34 ++++
>> lib/ethdev/rte_ethdev.h | 242 -------------------------
>> lib/ethdev/rte_flow.h | 4 -
>> 3 files changed, 34 insertions(+), 246 deletions(-)
>>
>
>
> Looks good. I assume the flow director (FDIR) defines should also
> go away in this release when it is removed.
Yes, I wanted but simply forgot to mention it in the cover letter.
FDIR defines are covered by fdir cleanup patch series [1].
I decided that it does not deserve separate patch.
[1]
https://patches.dpdk.org/project/dpdk/patch/20220803111358.375544-4-andrew.rybchenko@oktetlabs.ru/
>
> Series-Acked-by: Stephen Hemminger <stephen at networkplumber.org>
Thanks for the review, Stephen.
More information about the dev
mailing list