Re: [PATCH] remove prefix to some local macros in apps and examples

2022-10-05 Thread David Marchand
On Tue, Oct 4, 2022 at 2:58 PM Ferruh Yigit wrote: > > On 10/4/2022 9:01 AM, David Marchand wrote: > > RTE_TEST_[RT]X_DESC_DEFAULT and RTE_TEST_[RT]X_DESC_MAX macros have been > > copied in a lot of app/ and examples/ code. > > Those macros are local to each program. > > > > They are not related t

Re: [PATCH] remove prefix to some local macros in apps and examples

2022-10-04 Thread Ferruh Yigit
On 10/4/2022 9:01 AM, David Marchand wrote: RTE_TEST_[RT]X_DESC_DEFAULT and RTE_TEST_[RT]X_DESC_MAX macros have been copied in a lot of app/ and examples/ code. Those macros are local to each program. They are not related to a DPDK public header/API, drop the RTE_TEST_ prefix. Signed-off-by: Da

[PATCH] remove prefix to some local macros in apps and examples

2022-10-04 Thread David Marchand
RTE_TEST_[RT]X_DESC_DEFAULT and RTE_TEST_[RT]X_DESC_MAX macros have been copied in a lot of app/ and examples/ code. Those macros are local to each program. They are not related to a DPDK public header/API, drop the RTE_TEST_ prefix. Signed-off-by: David Marchand --- app/test-pmd/testpmd.c