Re: [dpdk-dev] [PATCH v2 1/4] net/mlx5: add flow action functions to glue

2018-10-09 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Yongseok Koh > Sent: Monday, October 8, 2018 10:43 PM > To: Dekel Peled > Cc: Shahaf Shuler ; dev@dpdk.org; Ori Kam > > Subject: Re: [PATCH v2 1/4] net/mlx5: add flow action functions to glue > > On Sun, Oct 07, 2018 at 05:25:05PM +0300, Dekel P

Re: [dpdk-dev] [PATCH v2 1/4] net/mlx5: add flow action functions to glue

2018-10-08 Thread Yongseok Koh
On Sun, Oct 07, 2018 at 05:25:05PM +0300, Dekel Peled wrote: > This patch adds glue functions for operations: > - Create packet reformat (encap/decap) flow action. > - Destroy flow action. > > Signed-off-by: Dekel Peled > --- I'm not still able to compile this patch on my host, which is RH7.4 wi

[dpdk-dev] [PATCH v2 1/4] net/mlx5: add flow action functions to glue

2018-10-07 Thread Dekel Peled
This patch adds glue functions for operations: - Create packet reformat (encap/decap) flow action. - Destroy flow action. Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_glue.c | 33 + drivers/net/mlx5/mlx5_glue.h | 9 + 2 files changed, 42 insertion