From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/2] cls_bpf: fix offload state tracking with block callbacks Date: Wed, 20 Dec 2017 13:32:47 -0500 (EST) Message-ID: <20171220.133247.762420942850262542.davem@davemloft.net> References: <20171219213214.1084-1-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, daniel@iogearbox.net, jiri@resnulli.us, oss-drivers@netronome.com To: jakub.kicinski@netronome.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:41954 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755415AbdLTScv (ORCPT ); Wed, 20 Dec 2017 13:32:51 -0500 In-Reply-To: <20171219213214.1084-1-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jakub Kicinski Date: Tue, 19 Dec 2017 13:32:12 -0800 > After introduction of block callbacks classifiers can no longer track > offload state. cls_bpf used to do that in an attempt to move common > code from drivers to the core. Remove that functionality and fix > drivers. > > The user-visible bug this is fixing is that trying to offload a second > filter would trigger a spurious DESTROY and in turn disable the already > installed one. Series applied, thanks for the heads up about the net-next conflict.