Re: [dpdk-dev] [PATCH v2 4/5] test/bpf: move to examples folder

2019-02-25 Thread Ananyev, Konstantin
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, February 19, 2019 2:53 PM > To: dev@dpdk.org; tho...@monjalon.net > Cc: Richardson, Bruce ; Ananyev, Konstantin > > Subject: [PATCH v2 4/5] test/bpf: move to examples folder > > The bpf folder didn't actual contain a test

Re: [dpdk-dev] [PATCH v2 4/5] test/bpf: move to examples folder

2019-02-20 Thread Thomas Monjalon
20/02/2019 10:39, Bruce Richardson: > On Wed, Feb 20, 2019 at 09:35:02AM +, Ananyev, Konstantin wrote: > > From: Richardson, Bruce > > > > > > The bpf folder didn't actual contain a test application, but instead > > > basic examples of BPF code for use with testpmd. > > > > Might be the bette

Re: [dpdk-dev] [PATCH v2 4/5] test/bpf: move to examples folder

2019-02-20 Thread Ananyev, Konstantin
> -Original Message- > From: Richardson, Bruce > Sent: Wednesday, February 20, 2019 9:40 AM > To: Ananyev, Konstantin > Cc: dev@dpdk.org; tho...@monjalon.net > Subject: Re: [PATCH v2 4/5] test/bpf: move to examples folder > > On Wed, Feb 20, 2019 at 09:35:02AM +, Ananyev, Konstanti

Re: [dpdk-dev] [PATCH v2 4/5] test/bpf: move to examples folder

2019-02-20 Thread Bruce Richardson
On Wed, Feb 20, 2019 at 09:35:02AM +, Ananyev, Konstantin wrote: > > > > -Original Message- > > From: Richardson, Bruce > > Sent: Tuesday, February 19, 2019 2:53 PM > > To: dev@dpdk.org; tho...@monjalon.net > > Cc: Richardson, Bruce ; Ananyev, Konstantin > > > > Subject: [PATCH v2 4

Re: [dpdk-dev] [PATCH v2 4/5] test/bpf: move to examples folder

2019-02-20 Thread Ananyev, Konstantin
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, February 19, 2019 2:53 PM > To: dev@dpdk.org; tho...@monjalon.net > Cc: Richardson, Bruce ; Ananyev, Konstantin > > Subject: [PATCH v2 4/5] test/bpf: move to examples folder > > The bpf folder didn't actual contain a test

[dpdk-dev] [PATCH v2 4/5] test/bpf: move to examples folder

2019-02-19 Thread Bruce Richardson
The bpf folder didn't actual contain a test application, but instead basic examples of BPF code for use with testpmd. Therefore we can move it to the `examples` folder. Being different, it also needs a README with it, explaining what it is and how to use it. References to the code from the testpmd