DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <akhil.goyal@nxp.com>
To: Sunil Kumar Kori <skori@marvell.com>,
	Marko Kovacevic <marko.kovacevic@intel.com>,
	Ori Kam <orika@mellanox.com>,
	Bruce Richardson <bruce.richardson@intel.com>,
	Pablo de Lara <pablo.de.lara.guarch@intel.com>,
	 Radu Nicolau <radu.nicolau@intel.com>,
	Tomasz Kantecki <tomasz.kantecki@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: add support for eventdev mode
Date: Fri, 6 Sep 2019 08:26:29 +0000	[thread overview]
Message-ID: <VE1PR04MB6639263270A70F7CC137BBEFE6BA0@VE1PR04MB6639.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <1567757068-7099-2-git-send-email-skori@marvell.com>

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@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
> 

  reply	other threads:[~2019-09-06  8:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-06  8:04 [dpdk-dev] [PATCH] examples/l3fwd: Eventdev mode support for packet I/O Sunil Kumar Kori
2019-09-06  8:04 ` [dpdk-dev] [PATCH] examples/l3fwd: add support for eventdev mode Sunil Kumar Kori
2019-09-06  8:26   ` Akhil Goyal [this message]
2019-09-06  8:45   ` Sunil Kumar Kori
2019-09-06 16:27   ` Aaron Conole

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VE1PR04MB6639263270A70F7CC137BBEFE6BA0@VE1PR04MB6639.eurprd04.prod.outlook.com \
    --to=akhil.goyal@nxp.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=marko.kovacevic@intel.com \
    --cc=orika@mellanox.com \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=radu.nicolau@intel.com \
    --cc=skori@marvell.com \
    --cc=tomasz.kantecki@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).