Re: [dpdk-dev] [PATCH 1/4] net/nfp: add NFP CPP support

2018-04-03 Thread Ferruh Yigit
On 4/3/2018 12:09 PM, Ferruh Yigit wrote: > On 3/31/2018 6:04 PM, Alejandro Lucero wrote: >> >> >> On Fri, Mar 30, 2018 at 11:37 AM, Ferruh Yigit > > wrote: >> >> On 3/23/2018 5:35 PM, Alejandro Lucero wrote: >> > CPP refers to the internal NFP Command Push Pu

Re: [dpdk-dev] [PATCH 1/4] net/nfp: add NFP CPP support

2018-04-03 Thread Ferruh Yigit
On 3/31/2018 6:04 PM, Alejandro Lucero wrote: > > > On Fri, Mar 30, 2018 at 11:37 AM, Ferruh Yigit > wrote: > > On 3/23/2018 5:35 PM, Alejandro Lucero wrote: > > CPP refers to the internal NFP Command Push Pull bus. This patch allows > > to create CPP

Re: [dpdk-dev] [PATCH 1/4] net/nfp: add NFP CPP support

2018-03-31 Thread Alejandro Lucero
On Fri, Mar 30, 2018 at 11:37 AM, Ferruh Yigit wrote: > On 3/23/2018 5:35 PM, Alejandro Lucero wrote: > > CPP refers to the internal NFP Command Push Pull bus. This patch allows > > to create CPP commands from user space allowing to access any single > > part of the chip. > > > > This CPP interfa

Re: [dpdk-dev] [PATCH 1/4] net/nfp: add NFP CPP support

2018-03-30 Thread Ferruh Yigit
On 3/23/2018 5:35 PM, Alejandro Lucero wrote: > CPP refers to the internal NFP Command Push Pull bus. This patch allows > to create CPP commands from user space allowing to access any single > part of the chip. > > This CPP interface is the base for having other functionalities like > mutexes when