Re: [net-next PATCH V3 3/5] samples/bpf: add a README file to get users started

2016-04-27 Thread Naveen N. Rao
On 2016/04/27 11:16AM, Jesper Dangaard Brouer wrote: > On Wed, 27 Apr 2016 14:05:22 +0530 > "Naveen N. Rao" wrote: > > > On 2016/04/27 09:30AM, Jesper Dangaard Brouer wrote: > > > Getting started with using examples in samples/bpf/ is not > > > straightforward. There are several dependencies, an

Re: [net-next PATCH V3 3/5] samples/bpf: add a README file to get users started

2016-04-27 Thread Jesper Dangaard Brouer
On Wed, 27 Apr 2016 14:05:22 +0530 "Naveen N. Rao" wrote: > On 2016/04/27 09:30AM, 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 comp

Re: [net-next PATCH V3 3/5] samples/bpf: add a README file to get users started

2016-04-27 Thread Naveen N. Rao
On 2016/04/27 09:30AM, 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

[net-next PATCH V3 3/5] samples/bpf: add a README file to get users started

2016-04-27 Thread Jesper Dangaard Brouer
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 th