Re: [dpdk-dev] [PATCH] net/mlx5: fix L3 encapsulation flow validation

2019-11-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Tuesday, November 19, 2019 5:32 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko ; Dekel Peled > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix L3 encapsulation flow validation > &g

[dpdk-dev] [PATCH] net/mlx5: fix L3 encapsulation flow validation

2019-11-19 Thread Matan Azrad
In order to configure L3 encapsulation\decapsulation flow to mlx5 devices, 2 actions should be added to the flow actions list: RTE_FLOW_ACTION_TYPE_RAW_DECAP and RTE_FLOW_ACTION_TYPE_RAW_ENCAP. One of the validations for this scenario is to check that modify actions is not done before the L3 decap