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:18:29 +0100 Message-ID: <20171129081829.GB1975@nanopsycho.orion> References: <20171120232200.14846-1-jakub.kicinski@netronome.com> 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-f68.google.com ([74.125.82.68]:34501 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbdK2ISb (ORCPT ); Wed, 29 Nov 2017 03:18:31 -0500 Received: by mail-wm0-f68.google.com with SMTP id y82so35071775wmg.1 for ; Wed, 29 Nov 2017 00:18:30 -0800 (PST) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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? Thanks.