From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Cree Subject: Re: [PATCH v2 net] sfc: ARFS filter IDs Date: Tue, 24 Apr 2018 16:06:24 +0100 Message-ID: <5b202ff8-e478-3e2d-1b61-7cc91d62d712@solarflare.com> References: <0829d4b1-45fd-d4d0-3883-0e59dc699743@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: netdev To: , David Miller Return-path: Received: from dispatch1-us1.ppe-hosted.com ([148.163.129.52]:40230 "EHLO dispatch1-us1.ppe-hosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbeDXPGa (ORCPT ); Tue, 24 Apr 2018 11:06:30 -0400 In-Reply-To: <0829d4b1-45fd-d4d0-3883-0e59dc699743@solarflare.com> Content-Language: en-GB Sender: netdev-owner@vger.kernel.org List-ID: 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: 3af0f34290f6 ("sfc: replace asynchronous filter operations") > Signed-off-by: Edward Cree > --- self-NAK, lkp-robot found another problem that's still present here.