[dpdk-dev] [PATCH] examples/l3fwd: add support for eventdev mode

Akhil Goyal akhil.goyal at nxp.com
Fri Sep 6 10:26:29 CEST 2019


Hi Sunil,

Please give a sample command line argument to run this mode and explain the parameters 
that we need to configure. There is no description where we can look into the details for review.

Regards,
Akhil
> 
> Signed-off-by: Sunil Kumar Kori <skori at marvell.com>
> ---
>  examples/l3fwd/Makefile         |   2 +-
>  examples/l3fwd/l3fwd.h          |  21 +-
>  examples/l3fwd/l3fwd_common.h   |  10 +
>  examples/l3fwd/l3fwd_em.c       |  69 +++++
>  examples/l3fwd/l3fwd_eventdev.c | 593
> ++++++++++++++++++++++++++++++++++++++++
>  examples/l3fwd/l3fwd_eventdev.h |  85 ++++++
>  examples/l3fwd/l3fwd_lpm.c      |  71 +++++
>  examples/l3fwd/main.c           |  46 +++-
>  8 files changed, 887 insertions(+), 10 deletions(-)
>  create mode 100644 examples/l3fwd/l3fwd_eventdev.c
>  create mode 100644 examples/l3fwd/l3fwd_eventdev.h
> 


More information about the dev mailing list