numam-dpdk/doc/guides/tools
Sean Zhang 80a3233197 app/flow-perf: add destination ports parameter
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 representor is PF 0,
and the destination port for the other one is PF 1.

Signed-off-by: Sean Zhang <xiazhang@nvidia.com>
Reviewed-by: Wisam Jaddo <wisamm@nvidia.com>
2021-11-05 10:58:25 +01:00
..
img doc: update eventdev app guide for Tx adapter 2018-10-01 16:54:15 +02:00
comp_perf.rst eal: replace blacklist/whitelist options 2020-11-16 00:11:22 +01:00
cryptoperf.rst doc: update device list for crypto-perf 2021-10-08 21:31:07 +02:00
devbind.rst doc: prefer VFIO for device binding 2020-11-26 17:04:40 +01:00
dumpcap.rst app/dumpcap: add new packet capture application 2021-10-22 22:40:58 +02:00
flow-perf.rst app/flow-perf: add destination ports parameter 2021-11-05 10:58:25 +01:00
hugepages.rst doc: fix spelling 2021-07-31 20:03:47 +02:00
index.rst app/dumpcap: add new packet capture application 2021-10-22 22:40:58 +02:00
pdump.rst doc: remove reference to make from tools guide 2020-10-22 22:54:05 +02:00
pmdinfo.rst doc: replace tools guide license with SPDX tag 2019-08-05 16:19:21 +02:00
proc_info.rst doc: remove reference to make from tools guide 2020-10-22 22:54:05 +02:00
testbbdev.rst app/bbdev: handle endianness of test data 2021-10-18 20:12:15 +02:00
testeventdev.rst app/eventdev: support burst enqueue 2021-10-21 10:16:00 +02:00
testregex.rst app/test-regex: add scattered mbuf input 2021-04-08 22:52:55 +02:00