Re: [dpdk-dev] [PATCH v2] ethdev: replace single bit masks with macros

2021-10-22 Thread Ferruh Yigit
On 10/22/2021 8:30 AM, Andrew Rybchenko wrote: The macros RTE_BIT32 and RTE_BIT64 are used to replace single bit masks. Do not switch VLAN offload flags since type is not fixed size. Signed-off-by: Andrew Rybchenko Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.

[dpdk-dev] [PATCH v2] ethdev: replace single bit masks with macros

2021-10-22 Thread Andrew Rybchenko
The macros RTE_BIT32 and RTE_BIT64 are used to replace single bit masks. Do not switch VLAN offload flags since type is not fixed size. Signed-off-by: Andrew Rybchenko --- v2: - fix misalignment The patch should be applied on top of namespace addition [1]: [1] https://patches.dpdk.org/pro