DPDK usage discussions
 help / color / mirror / Atom feed
From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
To: Nidhia Varghese <nidhiavarghese93@gmail.com>,
	"users@dpdk.org" <users@dpdk.org>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-users] [dpdk-dev] Adding a new pipeline type in IP_PIPELINE application
Date: Fri, 26 May 2017 12:50:34 +0000	[thread overview]
Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BA15928@IRSMSX107.ger.corp.intel.com> (raw)
In-Reply-To: <CAAx9ALVyShhqPTuN6xpQfgTaC+ntdB0jMfU4v3xeJmRggj+gGg@mail.gmail.com>



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Nidhia Varghese
> Sent: Friday, May 26, 2017 11:34 AM
> To: users@dpdk.org; dev@dpdk.org
> Subject: [dpdk-dev] Adding a new pipeline type in IP_PIPELINE application
> 
> Hi all,
> 
> I have included a new pipeline type (*.c, *.h, *_be.c, *_be.h files inside
> /dpdk/examples/ip_pipeline/pipeline folder). But while running a config
> file which uses this newly created pipeline type, its showing error. During
> debugging I found that app->n_pipeline_types still returns 6 (actually it
> should return 7 so as it has included newly created pipeline type). Do I
> have to make changes anywhere regarding the newly created pipeline?
> 
> --
> 
> Regards,
> Nidhia Varghese

Yes, the pipeline files are not drop in & forget. You need to register a new pipeline: search for an existing pipeline (e.g. firewall) in init.c to see how this is done.


      reply	other threads:[~2017-05-26 12:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-26 10:33 [dpdk-users] " Nidhia Varghese
2017-05-26 12:50 ` Dumitrescu, Cristian [this message]

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=3EB4FA525960D640B5BDFFD6A3D891267BA15928@IRSMSX107.ger.corp.intel.com \
    --to=cristian.dumitrescu@intel.com \
    --cc=dev@dpdk.org \
    --cc=nidhiavarghese93@gmail.com \
    --cc=users@dpdk.org \
    /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).