From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [net-next PATCH V4 3/5] samples/bpf: add a README file to get users started Date: Thu, 28 Apr 2016 09:49:06 -0700 Message-ID: <20160428164904.GA81443@ast-mbp.thefacebook.com> References: <20160428121949.16807.84828.stgit@firesoul> <20160428122103.16807.41837.stgit@firesoul> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-kbuild@vger.kernel.org, bblanco@plumgrid.com, naveen.n.rao@linux.vnet.ibm.com, borkmann@iogearbox.net To: Jesper Dangaard Brouer Return-path: Content-Disposition: inline In-Reply-To: <20160428122103.16807.41837.stgit@firesoul> Sender: linux-kbuild-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, Apr 28, 2016 at 02:21:04PM +0200, Jesper Dangaard Brouer wrote: > Getting started with using examples in samples/bpf/ is not > straightforward. There are several dependencies, and specific > versions of these dependencies. > > Just compiling the example tool is also slightly obscure, e.g. one > need to call make like: > > make samples/bpf/ > > Do notice the "/" slash after the directory name. > > Signed-off-by: Jesper Dangaard Brouer Acked-by: Alexei Starovoitov