Re: [dpdk-dev] [PATCH] net/mlx5: fix drop action seg fault

2017-06-22 Thread Ferruh Yigit
On 6/21/2017 12:55 PM, Shachar Beiser wrote: > Missing room in flow allocation to store the drop specification. > Changing flow without storing the change in rte_flow. > Fixes: 88c77dedfbb0 ("net/mlx5: implement drop action in hardware classifier") > > Signed-off-by: Shachar Beiser > --- > drive

Re: [dpdk-dev] [PATCH] net/mlx5: fix drop action seg fault

2017-06-22 Thread Ferruh Yigit
Hi Nelio, On 6/21/2017 2:02 PM, Nélio Laranjeiro wrote: > On Wed, Jun 21, 2017 at 11:55:58AM +, Shachar Beiser wrote: >> Missing room in flow allocation to store the drop specification. >> Changing flow without storing the change in rte_flow. >> Fixes: 88c77dedfbb0 ("net/mlx5: implement drop a

Re: [dpdk-dev] [PATCH] net/mlx5: fix drop action seg fault

2017-06-21 Thread Nélio Laranjeiro
On Wed, Jun 21, 2017 at 11:55:58AM +, Shachar Beiser wrote: > Missing room in flow allocation to store the drop specification. > Changing flow without storing the change in rte_flow. > Fixes: 88c77dedfbb0 ("net/mlx5: implement drop action in hardware classifier") > > Signed-off-by: Shachar Bei

[dpdk-dev] [PATCH] net/mlx5: fix drop action seg fault

2017-06-21 Thread Shachar Beiser
Missing room in flow allocation to store the drop specification. Changing flow without storing the change in rte_flow. Fixes: 88c77dedfbb0 ("net/mlx5: implement drop action in hardware classifier") Signed-off-by: Shachar Beiser --- drivers/net/mlx5/mlx5_flow.c | 8 +--- 1 file changed, 5 ins