Re: [dpdk-dev] [PATCH v2] net/mlx5: fix flow director drop rule deletion crash

2018-05-15 Thread Shahaf Shuler
Tuesday, May 15, 2018 10:27 AM, Adrien Mazarguil: > ; dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH v2] net/mlx5: fix flow director drop rule deletion crash > > On Tue, May 15, 2018 at 09:26:35AM +0300, Shahaf Shuler wrote: > > Drop flow rules are created on the ETH queue even though the par

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix flow director drop rule deletion crash

2018-05-15 Thread Adrien Mazarguil
On Tue, May 15, 2018 at 09:26:35AM +0300, Shahaf Shuler wrote: > Drop flow rules are created on the ETH queue even though the parser layer > matches the flow rule layer (L3/L4) > > Fixes: 6f2f4948b236 ("net/mlx5: fix flow director rule deletion crash") > Cc: sta...@dpdk.org > Cc: adrien.mazarg...@

[dpdk-dev] [PATCH v2] net/mlx5: fix flow director drop rule deletion crash

2018-05-14 Thread Shahaf Shuler
Drop flow rules are created on the ETH queue even though the parser layer matches the flow rule layer (L3/L4) Fixes: 6f2f4948b236 ("net/mlx5: fix flow director rule deletion crash") Cc: sta...@dpdk.org Cc: adrien.mazarg...@6wind.com Signed-off-by: Shahaf Shuler --- On v2: - Instead of override