Re: [PATCH v2 net] sfc: ARFS filter IDs

2018-04-24 Thread David Miller
From: Edward Cree Date: Tue, 24 Apr 2018 16:06:24 +0100 > On 24/04/18 15:14, Edward Cree wrote: >> Associate an arbitrary ID with each ARFS filter, allowing to properly query >> for expiry. The association is maintained in a hash table, which is >> protected by a spinlock. >> >> v2: fixed unin

Re: [PATCH v2 net] sfc: ARFS filter IDs

2018-04-24 Thread Edward Cree
On 24/04/18 15:14, Edward Cree wrote: > Associate an arbitrary ID with each ARFS filter, allowing to properly query > for expiry. The association is maintained in a hash table, which is > protected by a spinlock. > > v2: fixed uninitialised variable (thanks davem and lkp-robot). > > Fixes: 3af0f

[PATCH v2 net] sfc: ARFS filter IDs

2018-04-24 Thread Edward Cree
Associate an arbitrary ID with each ARFS filter, allowing to properly query for expiry. The association is maintained in a hash table, which is protected by a spinlock. v2: fixed uninitialised variable (thanks davem and lkp-robot). Fixes: 3af0f34290f6 ("sfc: replace asynchronous filter operati