[PATCH v4 11/11] member: use common AVX512 build support

2025-03-29 Thread Bruce Richardson
Use the support for building AVX512 code present in lib/meson.build rather than reimplementing it in the library meson.build file. Signed-off-by: Bruce Richardson --- lib/member/meson.build | 46 +++--- 1 file changed, 7 insertions(+), 39 deletions(-) diff --

RE: [PATCH] app/testpmd: fix VLAN header parsing

2025-03-29 Thread Morten Brørup
> From: Raslan Darawsheh [mailto:rasl...@nvidia.com] > Sent: Sunday, 23 March 2025 13.28 > > Updated the `get_ethertype_by_ptype` function to correctly parse VLAN > headers. > > Fixes: 76730c7b9b5a ("app/testpmd: use packet type parsing API") > Cc: haij...@huawei.com > > Signed-off-by: Raslan Da