Re: [dpdk-dev] [PATCH v3 3/4] net/mlx5: add L2 and L3 encap to Direct Verbs flow

2018-10-09 Thread Yongseok Koh
On Tue, Oct 09, 2018 at 10:25:36PM +0300, Dekel Peled wrote: > This patch adds support for Direct Verbs encap operations, L2 and L3. > > Signed-off-by: Dekel Peled > --- Acked-by: Yongseok Koh Thanks > drivers/net/mlx5/mlx5_flow_dv.c | 227 > +++- > 1 fil

[dpdk-dev] [PATCH v3 3/4] net/mlx5: add L2 and L3 encap to Direct Verbs flow

2018-10-09 Thread Dekel Peled
This patch adds support for Direct Verbs encap operations, L2 and L3. Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow_dv.c | 227 +++- 1 file changed, 222 insertions(+), 5 deletions(-) diff --git a/drivers/net/mlx5/mlx5_flow_dv.c b/drivers/net/mlx5/