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

2018-04-28 Thread Shahaf Shuler
Friday, April 27, 2018 9:55 AM, Nélio Laranjeiro: > Subject: Re: [PATCH v1] net/mlx5: fix flow director rule deletion crash > > On Thu, Apr 26, 2018 at 06:17:46PM +0200, Adrien Mazarguil wrote: > > Flow director rules matching traffic properties above layer 2 do not > > target a fixed hash Rx queu

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

2018-04-26 Thread Nélio Laranjeiro
On Thu, Apr 26, 2018 at 06:17:46PM +0200, Adrien Mazarguil wrote: > Flow director rules matching traffic properties above layer 2 do not > target a fixed hash Rx queue (HASH_RXQ_ETH), it actually depends on the > highest protocol layer specified by each flow rule. > > mlx5_fdir_filter_delete() mak

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

2018-04-26 Thread Adrien Mazarguil
Flow director rules matching traffic properties above layer 2 do not target a fixed hash Rx queue (HASH_RXQ_ETH), it actually depends on the highest protocol layer specified by each flow rule. mlx5_fdir_filter_delete() makes this wrong assumption and causes a crash when attempting to destroy flow