mbox series

[v4,0/4] app/testpmd: support raw encap/decap actions

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

Message

Xiaoyu Min July 17, 2019, 12:27 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/
---
v2:
  * add gre key support
v3:
  * removed help string from help filters
  * rebased on 19.08-rc1
v4:
  * move help string of set vxlan/nvgre/raw_encap/raw_decap into
    filters section
---
Xiaoyu Min (4):
  app/testpmd: put set vxlan/nvgre help in filters section
  app/testpmd: support raw encap/decap actions
  app/testpmd: support MPLS's TC and S bits
  app/testpmd: add GRE key for raw encap/decap

 app/test-pmd/cmdline.c                      |  62 ++-
 app/test-pmd/cmdline_flow.c                 | 562 +++++++++++++++++++-
 app/test-pmd/testpmd.h                      |   2 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  48 ++
 4 files changed, 646 insertions(+), 28 deletions(-)
  

Comments

Ferruh Yigit July 17, 2019, 4:31 p.m. UTC | #1
On 7/17/2019 1:27 PM, Xiaoyu Min wrote:
> 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/
> ---
> v2:
>   * add gre key support
> v3:
>   * removed help string from help filters
>   * rebased on 19.08-rc1
> v4:
>   * move help string of set vxlan/nvgre/raw_encap/raw_decap into
>     filters section
> ---
> Xiaoyu Min (4):
>   app/testpmd: put set vxlan/nvgre help in filters section
>   app/testpmd: support raw encap/decap actions
>   app/testpmd: support MPLS's TC and S bits
>   app/testpmd: add GRE key for raw encap/decap
> 

For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Series applied to dpdk-next-net/master, thanks.