Re: [dpdk-dev] [PATCH] net/mlx5: fix flow application order on stop/start

2017-05-29 Thread Adrien Mazarguil
On Mon, May 29, 2017 at 11:40:58AM +0200, Nelio Laranjeiro wrote: > Flow rules must be applied in the same order as they have been created and > thus destroyed in the reverse order. > > Fixes: 2097d0d1e2cc ("net/mlx5: support basic flow items and actions") > > Cc: sta...@dpdk.org > Signed-off-by:

[dpdk-dev] [PATCH] net/mlx5: fix flow application order on stop/start

2017-05-29 Thread Nelio Laranjeiro
Flow rules must be applied in the same order as they have been created and thus destroyed in the reverse order. Fixes: 2097d0d1e2cc ("net/mlx5: support basic flow items and actions") Cc: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro Acked-by: Yongseok Koh --- drivers/net/mlx5/mlx5.c |