From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH net v2 00/10] bpf: offload: check netdev pointer in the drivers and namespace trouble Date: Wed, 29 Nov 2017 09:52:46 +0100 Message-ID: <20171129085246.GC1975@nanopsycho.orion> References: <20171120232200.14846-1-jakub.kicinski@netronome.com> <20171129081829.GB1975@nanopsycho.orion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jakub Kicinski , netdev@vger.kernel.org, oss-drivers@netronome.com, alexei.starovoitov@gmail.com To: Daniel Borkmann Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:42643 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbdK2Iws (ORCPT ); Wed, 29 Nov 2017 03:52:48 -0500 Received: by mail-wm0-f66.google.com with SMTP id l141so4548415wmg.1 for ; Wed, 29 Nov 2017 00:52:47 -0800 (PST) Content-Disposition: inline In-Reply-To: <20171129081829.GB1975@nanopsycho.orion> Sender: netdev-owner@vger.kernel.org List-ID: Wed, Nov 29, 2017 at 09:18:29AM CET, jiri@resnulli.us wrote: >Tue, Nov 21, 2017 at 01:25:56AM CET, daniel@iogearbox.net wrote: >>On 11/21/2017 12:21 AM, Jakub Kicinski wrote: >>> Hi! >>> >>> This series addresses some late comments and moves checking if program >>> has been loaded for the correct device to the drivers. There are also >>> some problems with net namespaces which I didn't take into consideration. >>> On the kernel side we will now simply ignore namespace moves. Since the >>> user space API is not reporting any namespace identification we have to >>> remove the ifindex until a correct way of reporting is agreed upon. >>> >>> v2: >>> - fix ext ack reporting for XDP (David A); >>> - add Jiri's Ack. >> >>Series applied to bpf tree, thanks Jakub! > >Is it this git: >https://git.kernel.org/pub/scm/linux/kernel/git/dborkman/bpf.git/ >? >I don't see the patchset there :( When do you plan to send it to DaveM? Ha, it is already in net-next. I have to get used to this new flows :) Sorry for the fuzz.