DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: "Sean Zhang (Networking SW)" <xiazhang@nvidia.com>
Cc: dev@dpdk.org, Raslan Darawsheh <rasland@nvidia.com>,
	Wisam Monther <wisamm@nvidia.com>
Subject: Re: [dpdk-dev] [V2] app/flow-perf: add destination ports parameter
Date: Mon, 25 Oct 2021 21:40:33 +0200	[thread overview]
Message-ID: <10620203.iF2GRYn80F@thomas> (raw)
In-Reply-To: <DM4PR12MB5039BC2554B9D075EE3754E1A4B89@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>
> 
> Reviewed-by: Wisam Jaddo <wisamm@nvidia.com>

It conflicts with Wisam's patch adding more options.
Please rebase.




  reply	other threads:[~2021-10-25 19:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12  3:42 [dpdk-dev] [PATCH] " 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 [this message]
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

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=10620203.iF2GRYn80F@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 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).