From: Thomas Monjalon <thomas@monjalon.net>
To: "Sean Zhang (Networking SW)" <xiazhang@nvidia.com>,
Raslan Darawsheh <rasland@nvidia.com>
Cc: dev@dpdk.org, Wisam Monther <wisamm@nvidia.com>
Subject: Re: [dpdk-dev] [V3] app/flow-perf: add destination ports parameter
Date: Fri, 05 Nov 2021 10:50:56 +0100 [thread overview]
Message-ID: <4650109.Q2NrgCsY6D@thomas> (raw)
In-Reply-To: <DM4PR12MB5039E7F1636681B7CEB5FB56A4899@DM4PR12MB5039.namprd12.prod.outlook.com>
> > Add optional destination ports parameter for port-id action.
> > The parameter is not must, and the value is 1 by default as before if the
> > parameter not provided.
> >
> > For example:
> >
> > $ dpdk-test-flow-perf -w 08:00.0,representor=[0,1] -- --transfer \
> > > --ingress --transfer --ether --portmask=0x2 --vxlan-encap \
> > > --port-id=0
> >
> > This command means the rule created on representor 0 with port 0 as
> > destination, since the portmask is 0x2 and dst-ports is 0:
> >
> > $ dpdk-test-flow-perf -w 08:00.0,representor=[0,1] \
> > > -w 08:00.1,representor=[0,1]-- --transfer --ingress --transfer \
> > > --ether --portmask=0x12 --vxlan-encap --port-id=0,3
> >
> > This command means the rules created on both representor 0 of PF 0 and PF
> > 1, the destination port for the first represontor is PF 0, and the destination
> > port for the other one it PF 1.
> >
> > Signed-off-by: Sean Zhang <xiazhang@nvidia.com>
> > ---
> > v3:
> > resolve merging conflict
> > v2:
> > remove new added dst-ports parameter, reuse port-id with optional
> > parameter
> > ---
>
> Reviewed-by: Wisam Jaddo <wisamm@nvidia.com>
Applied, thanks.
prev parent reply other threads:[~2021-11-05 9:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-12 3:42 [dpdk-dev] [PATCH] app/flow-perf: add destination ports parameter Sean Zhang
2021-10-12 7:10 ` Wisam Monther
2021-10-12 7:53 ` Wisam Monther
2021-10-12 8:14 ` Sean Zhang (Networking SW)
2021-10-12 8:15 ` Wisam Monther
2021-10-12 8:22 ` Sean Zhang (Networking SW)
2021-10-13 7:44 ` [dpdk-dev] [V2] " Sean Zhang
2021-10-14 7:53 ` Wisam Monther
2021-10-25 19:40 ` Thomas Monjalon
2021-10-28 3:57 ` [dpdk-dev] [PATCH] " Sean Zhang
2021-10-28 4:01 ` [dpdk-dev] [V3] " Sean Zhang
2021-10-29 5:52 ` Sean Zhang
2021-10-31 8:44 ` Wisam Monther
2021-11-05 9:50 ` Thomas Monjalon [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=4650109.Q2NrgCsY6D@thomas \
--to=thomas@monjalon.net \
--cc=dev@dpdk.org \
--cc=rasland@nvidia.com \
--cc=wisamm@nvidia.com \
--cc=xiazhang@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.