Re: [dpdk-dev] [PATCH 4/4] net/mlx5: add DV decap L2 and L3 operations

2018-10-03 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Yongseok Koh > Sent: Wednesday, October 3, 2018 10:07 AM > To: Dekel Peled > Cc: dev@dpdk.org; Shahaf Shuler ; Ori Kam > > Subject: Re: [PATCH 4/4] net/mlx5: add DV decap L2 and L3 operations > > On Thu, Sep 27, 2018 at 05:50:45PM +0300, Dekel P

Re: [dpdk-dev] [PATCH 4/4] net/mlx5: add DV decap L2 and L3 operations

2018-10-03 Thread Yongseok Koh
On Thu, Sep 27, 2018 at 05:50:45PM +0300, Dekel Peled wrote: > This patch adds support for Direct Verbs decap operations, L2 and L3. > Almost same code as encap, so I also have the same comments. :-) One more. In the title, we can't use vendor specific acronyms. net/mlx5: add DV decap L2

[dpdk-dev] [PATCH 4/4] net/mlx5: add DV decap L2 and L3 operations

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