numam-dpdk/doc/guides
Xiaoyu Min 739e045bf2 app/testpmd: support multiple raw encap/decap
In some scenarios, the raw_encap/raw_decap actions could be multiple in
one single flow (e,g. hirepin flow):

  ... actions raw_decap / raw_encap / raw_decap / raw_encap / ...

This requires the testpmd supports multiple raw_encap/raw_decap data
settings as well.

With the multiple raw_encap/raw_decap settings, the testpmd commands –
set raw_encap / set raw_decap will become:

  set raw_encap <index> <item pattern>
  set raw_decap <index> <item pattern>

And the actions – raw_encap/raw_decap also could optionally choose which
global raw_encap/raw_decap confs to be used by index:

  ... actions raw_decap index 1 / raw_encap index 2 / ...

If there is no `index` specified, the default index is 0:

  set raw_encap <item pattern>
  ... actions raw_decap / raw_encap / ...

which will use raw_encap index 0.

In addition to the set raw_encap/raw_decap commands,

  show <raw_encap/raw_decap> <index>
  show <raw_encap/raw_decap> all

are also introduced into in order to check which index is set and to
what.

Signed-off-by: Xiaoyu Min <jackmin@mellanox.com>
Acked-by: Ori Kam <orika@mellanox.com>
2019-10-25 19:23:22 +02:00
..
bbdevs baseband/fpga_lte_fec: align naming to other bbdevs 2019-10-09 11:50:12 +02:00
compressdevs compress/qat: add stateful decompression 2019-10-09 11:50:12 +02:00
contributing doc: add guidelines for initial PMD submission 2019-08-11 11:34:24 +02:00
cryptodevs config: change default endianness for CAAM JR 2019-10-23 16:57:06 +02:00
eventdevs doc: add SPDX tag for OPDL guide 2019-07-29 22:59:37 +02:00
faq
freebsd_gsg doc: advise patching third party dependencies 2019-08-06 23:48:54 +02:00
howto doc: replace PVP guide license with SPDX tag 2019-08-05 16:01:42 +02:00
linux_gsg eal/freebsd: support option --base-virtaddr 2019-10-25 11:17:29 +02:00
mempool doc: add Marvell OCTEON TX2 mempool guide 2019-06-25 23:35:57 +02:00
nics net/memif: fix Unix domain address length 2019-10-25 19:00:22 +02:00
platform crypto/octeontx2: add PMD skeleton 2019-10-23 16:57:06 +02:00
prog_guide ethdev: add HIGIG2 key field to flow API 2019-10-23 16:43:10 +02:00
rawdevs raw/ntb: add enqueue and dequeue functions 2019-10-21 15:41:18 +02:00
rel_notes examples: delete vhost SCSI example 2019-10-25 19:23:22 +02:00
sample_app_ug examples: delete vhost SCSI example 2019-10-25 19:23:22 +02:00
testpmd_app_ug app/testpmd: support multiple raw encap/decap 2019-10-25 19:23:22 +02:00
tools doc: add --external-mbufs option in compress perf guide 2019-10-23 16:57:06 +02:00
windows_gsg doc: fix helloworld build on Windows 2019-05-29 13:02:55 +02:00
conf.py doc: clean PDF config 2019-05-29 13:03:22 +02:00
custom.css
index.rst doc: add guide for Windows 2019-04-03 01:21:31 +02:00
meson.build doc: fix build with latest meson 2019-07-06 10:32:40 +02:00