Re: [dpdk-dev] [PATCH v3 2/4] net/mlx5: add Direct Verbs encap and decap defs

2018-10-09 Thread Yongseok Koh
On Tue, Oct 09, 2018 at 10:25:35PM +0300, Dekel Peled wrote: > This patch adds the required definitions for DV encap/decap actions. > It also adds usage of the new actions definition in validation > function of existing drop operation. > > Signed-off-by: Dekel Peled > --- I've acked it in v2. So

[dpdk-dev] [PATCH v3 2/4] net/mlx5: add Direct Verbs encap and decap defs

2018-10-09 Thread Dekel Peled
This patch adds the required definitions for DV encap/decap actions. It also adds usage of the new actions definition in validation function of existing drop operation. Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow.c | 8 drivers/net/mlx5/mlx5_flow.h | 6 ++ 2 files chan