DPDK usage discussions
 help / color / mirror / Atom feed
From: sharanya k <ksharanya.97@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] (no subject)
Date: Wed, 14 Mar 2018 19:28:12 +0530	[thread overview]
Message-ID: <CAHJ=+w7RW0r+CZi6+bf_VD=vwCG3QtFc5eQ=0e9ncSK6m2M2sw@mail.gmail.com> (raw)

Hi all,

I am having some doubts in the flow classification pipeline code.

1. I couldnt understand what is the parameter msg and what is passed
in msg in the following code,

static void *
pipeline_ml_msg_req_add_handler(struct pipeline *p, void *msg)
{
struct pipeline_ml_add_msg_req *req = msg;
struct pipeline_ml_add_msg_rsp *rsp = msg;

}

2. I also want to add the following function in a pipeline,
static rte_pipeline_table_action_handler_miss
get_ml_table_ah_miss(struct pipeline_mac_learning *p)

For that I am thinking about calling the function
(pipeline_ml_msg_req_add_handler(struct pipeline *p, void *msg) )
in the miss function inorder to add entries in the flow table if it is
not already present there.
How can I implement this?
Can anyone please help me?

Thanks,
Sharanya

             reply	other threads:[~2018-03-14 13:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-14 13:58 sharanya k [this message]
     [not found] <d61d4da786594548953efcc0503c6647@tcs.com>
     [not found] ` <2a9c8f5b288d4917806cba6ecefb6ee7@tcs.com>
     [not found]   ` <459eaf8c52084858b4bc16145336255c@tcs.com>
2020-09-21  7:54     ` satyavalli rama
     [not found] <CAHzKxpas_MBLmQwmJbFzzQ42SRep34qaBbPbKE-xcgx7chrHRA@mail.gmail.com>
2018-02-12 14:25 ` Stefan Baranoff
  -- strict thread matches above, loose matches on Subject: below --
2016-11-11 21:15 Yossi Barshishat
2016-05-19 12:42 dawid_jurek
2016-05-19 10:19 THEEYAGU S

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='CAHJ=+w7RW0r+CZi6+bf_VD=vwCG3QtFc5eQ=0e9ncSK6m2M2sw@mail.gmail.com' \
    --to=ksharanya.97@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).