From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v3 net] sfc: ARFS filter IDs Date: Tue, 24 Apr 2018 13:51:45 -0400 (EDT) Message-ID: <20180424.135145.1212062601522195238.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-net-drivers@solarflare.com, netdev@vger.kernel.org To: ecree@solarflare.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:37960 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751907AbeDXRvr (ORCPT ); Tue, 24 Apr 2018 13:51:47 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Edward Cree Date: Tue, 24 Apr 2018 17:09:30 +0100 > 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. > > v3: fix build warnings when CONFIG_RFS_ACCEL is disabled (thanks lkp-robot). > v2: fixed uninitialised variable (thanks davem and lkp-robot). > > Fixes: 3af0f34290f6 ("sfc: replace asynchronous filter operations") > Signed-off-by: Edward Cree Applied, thanks Edward.