From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 00/15] bpf: add offload as a first class citizen Date: Sun, 05 Nov 2017 22:28:04 +0900 (KST) Message-ID: <20171105.222804.1639498892681944780.davem@davemloft.net> References: <20171103205630.1083-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, oss-drivers@netronome.com, alexei.starovoitov@gmail.com, daniel@iogearbox.net To: jakub.kicinski@netronome.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:46200 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751854AbdKEN2L (ORCPT ); Sun, 5 Nov 2017 08:28:11 -0500 In-Reply-To: <20171103205630.1083-1-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jakub Kicinski Date: Fri, 3 Nov 2017 13:56:15 -0700 > This series is my stab at what was discussed at a recent IOvisor > bi-weekly call. The idea is to make the device translator run at > the program load time. This makes the offload more explicit to > the user space. It also makes it easy for the device translator > to insert information into the original verifier log. > > v2: > - include linux/bug.h instead of asm/bug.h; > - rebased on top of Craig's verifier fix (no changes, the last patch > just removes more code now). I checked the set doesn't conflict > with Jiri's, Josef's or Roman's patches, but missed Craig's fix :( > v1: > - rename the ifindex member on load; > - improve commit messages; > - split nfp patches more. Series applied, thanks Jakub.