> This will make the packet grouping function common, so > that other examples can utilize as per need. > > Signed-off-by: Rahul Bhansali <rbhans...@marvell.com> > ---
Adding more people for review. @tho...@monjalon.net: Can this patch be taken in next-crypto as the patch is primarily for ipsec-secgw? > Changes in v2: New patch to address review comment. > > examples/common/neon_common.h | 50 ++++++++++++ > examples/common/pkt_group.h | 139 > ++++++++++++++++++++++++++++++++++ > examples/l3fwd/Makefile | 5 +- > examples/l3fwd/l3fwd.h | 2 - > examples/l3fwd/l3fwd_common.h | 129 +------------------------------ > examples/l3fwd/l3fwd_neon.h | 43 +---------- > examples/meson.build | 2 +- > 7 files changed, 198 insertions(+), 172 deletions(-) > create mode 100644 examples/common/neon_common.h > create mode 100644 examples/common/pkt_group.h