Re: [dpdk-dev] [PATCH v2 20/20] net/mlx5: add count flow action

2018-07-06 Thread Yongseok Koh
On Wed, Jun 27, 2018 at 05:07:52PM +0200, Nelio Laranjeiro wrote: > This is only supported by Mellanox OFED. > > Signed-off-by: Nelio Laranjeiro > --- Acked-by: Yongseok Koh Thanks

[dpdk-dev] [PATCH v2 20/20] net/mlx5: add count flow action

2018-06-27 Thread Nelio Laranjeiro
This is only supported by Mellanox OFED. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5.h | 2 + drivers/net/mlx5/mlx5_flow.c | 238 +++ 2 files changed, 240 insertions(+) diff --git a/drivers/net/mlx5/mlx5.h b/drivers/net/mlx5/mlx5.h index ed8c