From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f178.google.com ([209.85.192.178]:43617 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396AbeCTWtJ (ORCPT ); Tue, 20 Mar 2018 18:49:09 -0400 Received: by mail-pf0-f178.google.com with SMTP id j2so1245530pff.10 for ; Tue, 20 Mar 2018 15:49:09 -0700 (PDT) Date: Tue, 20 Mar 2018 15:49:06 -0700 From: Alexei Starovoitov To: Daniel Borkmann Cc: netdev@vger.kernel.org Subject: Re: [PATCH bpf-next] bpf, doc: add description wrt native/bpf clang target and pointer size Message-ID: <20180320224904.ouhh53g2bstwubbd@ast-mbp> References: <6f7d230bee66625c8dab2b9e0db3ea62a8d48459.1521501596.git.daniel@iogearbox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6f7d230bee66625c8dab2b9e0db3ea62a8d48459.1521501596.git.daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Mar 20, 2018 at 12:21:15AM +0100, Daniel Borkmann wrote: > As this recently came up on netdev [0], lets add it to the BPF devel doc. > > [0] https://www.spinics.net/lists/netdev/msg489612.html > > Signed-off-by: Daniel Borkmann Appled to bpf-next, thanks Daniel.