Re: [PATCH net v4 0/2] rhashtable: Fix rhltable duplicates insertion

2018-03-11 Thread Or Gerlitz
On 3/12/2018 4:48 AM, David Miller wrote: > Ok, queued up. thank you

Re: [PATCH net v4 0/2] rhashtable: Fix rhltable duplicates insertion

2018-03-11 Thread David Miller
From: Or Gerlitz Date: Sun, 11 Mar 2018 11:16:44 +0200 > On 3/7/2018 6:23 PM, David Miller wrote: >> From: Paul Blakey >> Date: Wed, 7 Mar 2018 16:00:11 +0200 >> >>> On our mlx5 driver fs_core.c, we use the rhltable interface to store >>> flow groups. We noticed that sometimes we get a warning

Re: [PATCH net v4 0/2] rhashtable: Fix rhltable duplicates insertion

2018-03-11 Thread Or Gerlitz
On 3/7/2018 6:23 PM, David Miller wrote: > From: Paul Blakey > Date: Wed, 7 Mar 2018 16:00:11 +0200 > >> On our mlx5 driver fs_core.c, we use the rhltable interface to store >> flow groups. We noticed that sometimes we get a warning that flow group isn't >> found at removal. This rare case was c

Re: [PATCH net v4 0/2] rhashtable: Fix rhltable duplicates insertion

2018-03-08 Thread Paul Blakey
On 07/03/2018 18:23, David Miller wrote: From: Paul Blakey Date: Wed, 7 Mar 2018 16:00:11 +0200 On our mlx5 driver fs_core.c, we use the rhltable interface to store flow groups. We noticed that sometimes we get a warning that flow group isn't found at removal. This rare case was caused when

Re: [PATCH net v4 0/2] rhashtable: Fix rhltable duplicates insertion

2018-03-07 Thread David Miller
From: Paul Blakey Date: Wed, 7 Mar 2018 16:00:11 +0200 > On our mlx5 driver fs_core.c, we use the rhltable interface to store > flow groups. We noticed that sometimes we get a warning that flow group isn't > found at removal. This rare case was caused when a specific scenario happened, > inserti