Re: [dpdk-dev] [PATCH] ethdev: mark old macros as deprecated

2021-11-03 Thread Ferruh Yigit
On 11/3/2021 12:05 AM, Stephen Hemminger wrote: On Tue, 2 Nov 2021 23:44:34 + Ferruh Yigit wrote: Old macros kept for backward compatibility, but this cause old macro usage to sneak in silently. Marking old macros as deprecated. Downside is this will cause some noise for applications tha

Re: [dpdk-dev] [PATCH] ethdev: mark old macros as deprecated

2021-11-02 Thread Stephen Hemminger
On Tue, 2 Nov 2021 23:44:34 + Ferruh Yigit wrote: > Old macros kept for backward compatibility, but this cause old macro > usage to sneak in silently. > > Marking old macros as deprecated. Downside is this will cause some noise > for applications that are using old macros. > > Fixes: 29596

[dpdk-dev] [PATCH] ethdev: mark old macros as deprecated

2021-11-02 Thread Ferruh Yigit
Old macros kept for backward compatibility, but this cause old macro usage to sneak in silently. Marking old macros as deprecated. Downside is this will cause some noise for applications that are using old macros. Fixes: 295968d17407 ("ethdev: add namespace") Signed-off-by: Ferruh Yigit --- Cc: