mbox series

[0/2] app/testpmd: support raw encap/decap actions

Message ID 20190624153736.127968-1-jackmin@mellanox.com (mailing list archive)
Headers
Series app/testpmd: support raw encap/decap actions |

Message

Xiaoyu Min June 24, 2019, 3:37 p.m. UTC
  This series is based on RFC [1], which enable the testpmd to support
the raw_encap/raw_decap actions in a generic and convenient way.

Some rte_flow_item's fields are also opened in testpmd cmdline
i.e. MPLS's TC & S in order to make sure the encapsulated tunnel header
has the correct data.

[1] https://patches.dpdk.org/patch/53456/

Xiaoyu Min (2):
  app/testpmd: support raw encap/decap actions
  app/testpmd: support MPLS's TC and S bits

 app/test-pmd/cmdline.c                      |  13 +
 app/test-pmd/cmdline_flow.c                 | 556 +++++++++++++++++++-
 app/test-pmd/testpmd.h                      |   2 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  48 ++
 4 files changed, 618 insertions(+), 1 deletion(-)