Re: [dpdk-dev] [PATCH] net/mlx5: fix add counter when dev not started

2017-10-30 Thread Ferruh Yigit
On 10/30/2017 12:41 AM, Nélio Laranjeiro wrote: > On Mon, Oct 30, 2017 at 09:32:24AM +0200, Ori Kam wrote: >> When adding count action to a drop flow rule while the device was not >> stated, the counter was not saved in the flow. >> >> Fixes: 9a761de8ea14 ("net/mlx5: flow counter support") >> Cc: o

Re: [dpdk-dev] [PATCH] net/mlx5: fix add counter when dev not started

2017-10-30 Thread Nélio Laranjeiro
On Mon, Oct 30, 2017 at 09:32:24AM +0200, Ori Kam wrote: > When adding count action to a drop flow rule while the device was not > stated, the counter was not saved in the flow. > > Fixes: 9a761de8ea14 ("net/mlx5: flow counter support") > Cc: or...@mellanox.com > > Signed-off-by: Ori Kam > --- >

[dpdk-dev] [PATCH] net/mlx5: fix add counter when dev not started

2017-10-30 Thread Ori Kam
When adding count action to a drop flow rule while the device was not stated, the counter was not saved in the flow. Fixes: 9a761de8ea14 ("net/mlx5: flow counter support") Cc: or...@mellanox.com Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_flow.c |4 ++-- 1 files changed, 2 insertions(+