mbox series

[v2,0/6] add GTP PSC extension header support

Message ID 20210111182153.9972-1-shirik@nvidia.com (mailing list archive)
Headers
Series add GTP PSC extension header support |

Message

Shiri Kuzin Jan. 11, 2021, 6:21 p.m. UTC
  In this patch we add the support for GTP PSC in net/mlx5.
This will enable matching on "rte_flow_item_gtp_psc" item.

The support in testpmd is extended to support raw 
encap\decap of GTP PSC.

v2:
- update documentation.
- fix PDU type shift.

Shiri Kuzin (4):
  common/mlx5: add matcher fields for GTP extensions
  net/mlx5: add GTP PSC flow validation
  net/mlx5: add GTP PSC item translation
  doc: update GTP extension header support

Viacheslav Ovsiienko (2):
  ethdev: update GTP headers
  app/testpmd: add GTP PSC option support in raw sets

 app/test-pmd/cmdline_flow.c            |  66 +++++++++-
 doc/guides/nics/mlx5.rst               |  10 ++
 doc/guides/rel_notes/release_21_02.rst |   5 +
 drivers/common/mlx5/mlx5_prm.h         |   7 +-
 drivers/net/mlx5/mlx5_flow.h           |  11 ++
 drivers/net/mlx5/mlx5_flow_dv.c        | 162 +++++++++++++++++++++++++
 lib/librte_net/rte_gtp.h               |  33 ++++-
 7 files changed, 287 insertions(+), 7 deletions(-)
  

Comments

Ferruh Yigit Jan. 15, 2021, 1:16 a.m. UTC | #1
On 1/11/2021 6:21 PM, Shiri Kuzin wrote:
> In this patch we add the support for GTP PSC in net/mlx5.
> This will enable matching on "rte_flow_item_gtp_psc" item.
> 
> The support in testpmd is extended to support raw
> encap\decap of GTP PSC.
> 
> v2:
> - update documentation.
> - fix PDU type shift.
> 
> Shiri Kuzin (4):
>    common/mlx5: add matcher fields for GTP extensions
>    net/mlx5: add GTP PSC flow validation
>    net/mlx5: add GTP PSC item translation
>    doc: update GTP extension header support
> 
> Viacheslav Ovsiienko (2):
>    ethdev: update GTP headers
>    app/testpmd: add GTP PSC option support in raw sets
> 

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