examples/l3fwd: fix port group mask with AltiVecFix port group mask generation in altivec, vec_any_eq returns0 or 1 while port_groupx4 expects comparison mask result.Fixes: 2193b7467f7a ("exampl
examples/l3fwd: fix port group mask with AltiVecFix port group mask generation in altivec, vec_any_eq returns0 or 1 while port_groupx4 expects comparison mask result.Fixes: 2193b7467f7a ("examples/l3fwd: optimize packet processing on powerpc")Cc: stable@dpdk.orgSigned-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>Acked-by: Shijith Thotton <sthotton@marvell.com>
show more ...
examples/l3fwd: move packet group function in commonThis will make the packet grouping function common, sothat other examples can utilize as per need.For each architecture sse/neon/altivec, port
examples/l3fwd: move packet group function in commonThis will make the packet grouping function common, sothat other examples can utilize as per need.For each architecture sse/neon/altivec, port groupheaders will be created under examples/common/<arch>.Signed-off-by: Rahul Bhansali <rbhansali@marvell.com>Tested-by: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>Acked-by: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>