Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-14 Thread Alejandro Lucero
On Mon, Jan 14, 2019 at 6:54 PM Thomas Monjalon wrote: > 14/01/2019 19:29, Alejandro Lucero: > > On Mon, Jan 14, 2019 at 6:22 PM Ferruh Yigit > wrote: > > > > > On 1/14/2019 6:00 PM, Alejandro Lucero wrote: > > > > > > > > > > > > On Mon, Jan 14, 2019 at 10:40 AM Ferruh Yigit < > ferruh.yi...@in

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-14 Thread Thomas Monjalon
14/01/2019 19:29, Alejandro Lucero: > On Mon, Jan 14, 2019 at 6:22 PM Ferruh Yigit wrote: > > > On 1/14/2019 6:00 PM, Alejandro Lucero wrote: > > > > > > > > > On Mon, Jan 14, 2019 at 10:40 AM Ferruh Yigit > > > wrote: > > > > > > On 1/13/2019 9:41 PM, Thomas M

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-14 Thread Alejandro Lucero
On Mon, Jan 14, 2019 at 6:22 PM Ferruh Yigit wrote: > On 1/14/2019 6:00 PM, Alejandro Lucero wrote: > > > > > > On Mon, Jan 14, 2019 at 10:40 AM Ferruh Yigit > > wrote: > > > > On 1/13/2019 9:41 PM, Thomas Monjalon wrote: > > > 11/01/2019 17:42, Ferruh Yigi

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-14 Thread Ferruh Yigit
On 1/14/2019 6:00 PM, Alejandro Lucero wrote: > > > On Mon, Jan 14, 2019 at 10:40 AM Ferruh Yigit > wrote: > > On 1/13/2019 9:41 PM, Thomas Monjalon wrote: > > 11/01/2019 17:42, Ferruh Yigit: > >> On 1/11/2019 1:25 PM, Alejandro Lucero wrote: > >>>

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-14 Thread Alejandro Lucero
On Mon, Jan 14, 2019 at 10:40 AM Ferruh Yigit wrote: > On 1/13/2019 9:41 PM, Thomas Monjalon wrote: > > 11/01/2019 17:42, Ferruh Yigit: > >> On 1/11/2019 1:25 PM, Alejandro Lucero wrote: > >>> The Netronome's Network Flow Processor chip is highly programmable > >>> with the goal of processing pac

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-14 Thread Ferruh Yigit
On 1/13/2019 9:41 PM, Thomas Monjalon wrote: > 11/01/2019 17:42, Ferruh Yigit: >> On 1/11/2019 1:25 PM, Alejandro Lucero wrote: >>> The Netronome's Network Flow Processor chip is highly programmable >>> with the goal of processing packets at high speed. Processing units >>> and other chip component

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-13 Thread Thomas Monjalon
11/01/2019 17:42, Ferruh Yigit: > On 1/11/2019 1:25 PM, Alejandro Lucero wrote: > > The Netronome's Network Flow Processor chip is highly programmable > > with the goal of processing packets at high speed. Processing units > > and other chip components are available from the host through the > > PC

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-11 Thread Ferruh Yigit
On 1/11/2019 1:25 PM, Alejandro Lucero wrote: > The Netronome's Network Flow Processor chip is highly programmable > with the goal of processing packets at high speed. Processing units > and other chip components are available from the host through the > PCIe CPP(Command Push Pull bus) interface. T

[dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-11 Thread Alejandro Lucero
The Netronome's Network Flow Processor chip is highly programmable with the goal of processing packets at high speed. Processing units and other chip components are available from the host through the PCIe CPP(Command Push Pull bus) interface. The NFP PF PMD configures a CPP handler for setting up

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-11 Thread Ferruh Yigit
On 1/11/2019 12:15 PM, Alejandro Lucero wrote: > On Fri, Jan 11, 2019 at 11:48 AM Ferruh Yigit > wrote: > >> On 1/10/2019 11:55 AM, Alejandro Lucero wrote: >>> >>> >>> On Wed, Jan 9, 2019 at 4:15 PM Ferruh Yigit >> > wrote: >>> >>> On 1/9/2019 2:20 PM, Alejandro

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-11 Thread Alejandro Lucero
On Fri, Jan 11, 2019 at 11:48 AM Ferruh Yigit wrote: > On 1/10/2019 11:55 AM, Alejandro Lucero wrote: > > > > > > On Wed, Jan 9, 2019 at 4:15 PM Ferruh Yigit > > wrote: > > > > On 1/9/2019 2:20 PM, Alejandro Lucero wrote: > > > > > > > > > On Wed, J

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-11 Thread Ferruh Yigit
On 1/10/2019 11:55 AM, Alejandro Lucero wrote: > > > On Wed, Jan 9, 2019 at 4:15 PM Ferruh Yigit > wrote: > > On 1/9/2019 2:20 PM, Alejandro Lucero wrote: > > > > > > On Wed, Jan 9, 2019 at 10:54 AM Ferruh Yigit

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-10 Thread Alejandro Lucero
On Wed, Jan 9, 2019 at 4:15 PM Ferruh Yigit wrote: > On 1/9/2019 2:20 PM, Alejandro Lucero wrote: > > > > > > On Wed, Jan 9, 2019 at 10:54 AM Ferruh Yigit > > wrote: > > > > On 1/3/2019 8:56 AM, Alejandro Lucero wrote: > > > The Netronome's Network Flow Pro

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-09 Thread Ferruh Yigit
On 1/9/2019 2:20 PM, Alejandro Lucero wrote: > > > On Wed, Jan 9, 2019 at 10:54 AM Ferruh Yigit > wrote: > > On 1/3/2019 8:56 AM, Alejandro Lucero wrote: > > The Netronome's Network Flow Processor chip is highly programmable > > with the goal of proces

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-09 Thread Alejandro Lucero
On Wed, Jan 9, 2019 at 10:54 AM Ferruh Yigit wrote: > On 1/3/2019 8:56 AM, Alejandro Lucero wrote: > > The Netronome's Network Flow Processor chip is highly programmable > > with the goal of processing packets at high speed. Processing units > > and other chip components are available from the ho

Re: [dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-09 Thread Ferruh Yigit
On 1/3/2019 8:56 AM, Alejandro Lucero wrote: > The Netronome's Network Flow Processor chip is highly programmable > with the goal of processing packets at high speed. Processing units > and other chip components are available from the host through the > PCIe CPP(Command Push Pull bus) interface. Th

[dpdk-dev] [PATCH] net/nfp: add CPP bridge as service

2019-01-03 Thread Alejandro Lucero
The Netronome's Network Flow Processor chip is highly programmable with the goal of processing packets at high speed. Processing units and other chip components are available from the host through the PCIe CPP(Command Push Pull bus) interface. The NFP PF PMD configures a CPP handler for setting up