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

2018-10-10 Thread Yongseok Koh
On Wed, Oct 10, 2018 at 11:35:28AM +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 v4 1/4] net/mlx5: add flow action functions to glue

2018-10-10 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