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.