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

2018-10-10 Thread Dekel Peled
Thanks, PSB. Note I'm replying here to comments from both emails you sent. > -Original Message- > From: Yongseok Koh > Sent: Wednesday, October 10, 2018 3:36 AM > To: Dekel Peled > Cc: Shahaf Shuler ; dev@dpdk.org; Ori Kam > > Subject: Re: [PATCH v3 1/4] net/mlx5: add flow action functio

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

2018-10-09 Thread Yongseok Koh
On Tue, Oct 09, 2018 at 10:25:34PM +0300, Dekel Peled wrote: > This patch adds glue functions for operations: > - Create packet reformat (encap/decap) flow action. > - Destroy flow action. > > The new operations depend on HAVE_IBV_FLOW_ACTION_DV_SUPPORT. > > Signed-off-by: Dekel Peled > --- > d

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

2018-10-09 Thread Yongseok Koh
On Tue, Oct 09, 2018 at 10:25:34PM +0300, Dekel Peled wrote: > This patch adds glue functions for operations: > - Create packet reformat (encap/decap) flow action. > - Destroy flow action. > > The new operations depend on HAVE_IBV_FLOW_ACTION_DV_SUPPORT. > > Signed-off-by: Dekel Peled > --- > d

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

2018-10-09 Thread Dekel Peled
This patch adds glue functions for operations: - Create packet reformat (encap/decap) flow action. - Destroy flow action. The new operations depend on HAVE_IBV_FLOW_ACTION_DV_SUPPORT. Signed-off-by: Dekel Peled --- drivers/net/mlx5/Makefile| 5 + drivers/net/mlx5/meson.build | 2 ++ d