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

2018-10-11 Thread Yongseok Koh
> On Oct 11, 2018, at 5:12 AM, 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_DV_SUPPORT. > > Signed-off-by: Dekel Peled > --- > drivers/net/ml

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

2018-10-11 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_DV_SUPPORT. Signed-off-by: Dekel Peled --- drivers/net/mlx5/Makefile| 2 +- drivers/net/mlx5/meson.build | 2 +- drivers/net