Re: [dpdk-dev] [PATCH] ethdev: add namespace

2021-06-30 Thread Ferruh Yigit
On 6/30/2021 7:29 AM, David Marchand wrote: > Hello Ferruh, > > On Tue, Jun 29, 2021 at 3:46 PM Ferruh Yigit wrote: >> >> Add 'RTE_ETH' namespace to all enums & macros in a backward compatible >> way. The macros for backward compatibility can be removed in next LTS. >> >> Signed-off-by: Ferruh Yi

Re: [dpdk-dev] [PATCH] ethdev: add namespace

2021-06-29 Thread David Marchand
Hello Ferruh, On Tue, Jun 29, 2021 at 3:46 PM Ferruh Yigit wrote: > > Add 'RTE_ETH' namespace to all enums & macros in a backward compatible > way. The macros for backward compatibility can be removed in next LTS. > > Signed-off-by: Ferruh Yigit - I did not do a full check but I noticed that ET

Re: [dpdk-dev] [PATCH] ethdev: add namespace

2021-06-29 Thread Tyler Retzlaff
On Tue, Jun 29, 2021 at 02:46:32PM +0100, Ferruh Yigit wrote: > Add 'RTE_ETH' namespace to all enums & macros in a backward compatible > way. The macros for backward compatibility can be removed in next LTS. > > Signed-off-by: Ferruh Yigit > --- Acked-By: Tyler Retzlaff

[dpdk-dev] [PATCH] ethdev: add namespace

2021-06-29 Thread Ferruh Yigit
Add 'RTE_ETH' namespace to all enums & macros in a backward compatible way. The macros for backward compatibility can be removed in next LTS. Signed-off-by: Ferruh Yigit --- We can get the update on v21.11 and remove backward compatibility macros on v22.11. --- app/test/test_kni.c | 2 +-