[EXT] [PATCH v2 1/2] examples/l3fwd: common packet group functionality
Akhil Goyal
gakhil at marvell.com
Mon Jun 20 09:49:42 CEST 2022
> This will make the packet grouping function common, so
> that other examples can utilize as per need.
>
> Signed-off-by: Rahul Bhansali <rbhansali at marvell.com>
> ---
Adding more people for review.
@thomas at 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
More information about the dev
mailing list