Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix flow queues array allocation

2017-04-13 Thread Ferruh Yigit
On 4/12/2017 5:51 PM, Ferruh Yigit wrote: > On 4/12/2017 4:02 PM, Ferruh Yigit wrote: >> On 4/11/2017 4:21 PM, Nelio Laranjeiro wrote: >>> Flow queues array offset is not properly computed causing all sorts of >>> issues. Address it by making the rte_flow structure less complex. >>> >>> Fixes: 360

Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix flow queues array allocation

2017-04-12 Thread Ferruh Yigit
On 4/12/2017 4:02 PM, Ferruh Yigit wrote: > On 4/11/2017 4:21 PM, Nelio Laranjeiro wrote: >> Flow queues array offset is not properly computed causing all sorts of >> issues. Address it by making the rte_flow structure less complex. >> >> Fixes: 360663e1df46 ("net/mlx5: prepare support for RSS act

Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix flow queues array allocation

2017-04-12 Thread Ferruh Yigit
On 4/11/2017 4:21 PM, Nelio Laranjeiro wrote: > Flow queues array offset is not properly computed causing all sorts of > issues. Address it by making the rte_flow structure less complex. > > Fixes: 360663e1df46 ("net/mlx5: prepare support for RSS action rule") > > Signed-off-by: Nelio Laranjeiro

[dpdk-dev] [PATCH 1/2] net/mlx5: fix flow queues array allocation

2017-04-11 Thread Nelio Laranjeiro
Flow queues array offset is not properly computed causing all sorts of issues. Address it by making the rte_flow structure less complex. Fixes: 360663e1df46 ("net/mlx5: prepare support for RSS action rule") Signed-off-by: Nelio Laranjeiro Acked-by: Adrien Mazarguil --- drivers/net/mlx5/mlx5_f