Re: [dpdk-dev] [PATCH] net/mlx5: fix xcapsulation validation

2020-02-10 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Sunday, February 9, 2020 5:19 PM > To: Slava Ovsiienko > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix xcapsulation validation > > The encapsulation and d

[dpdk-dev] [PATCH] net/mlx5: fix xcapsulation validation

2020-02-09 Thread Matan Azrad
The encapsulation and decapsulation actions are divided into 2 types: L2 and L3. In order to configure L3 xcapsulation actions the user should use both RAW_DECAP and RAW_ENCAP and setting the appropriated data sizes in their action configuration structures. The PMD flow validation wrongly didn't d