Re: [dpdk-dev] [PATCH 02/16] nfp: add specific pf probe function

2017-08-31 Thread Alejandro Lucero
On Mon, Aug 28, 2017 at 5:42 PM, Ferruh Yigit wrote: > On 8/24/2017 5:20 PM, Alejandro Lucero wrote: > > Configuring the NFP PMD for using the PF requires access through the > > NSPU interface for device configuration. This patch adds a specific probe > > function for the PF which uses the NSPU i

Re: [dpdk-dev] [PATCH 02/16] nfp: add specific pf probe function

2017-08-28 Thread Ferruh Yigit
On 8/24/2017 5:20 PM, Alejandro Lucero wrote: > Configuring the NFP PMD for using the PF requires access through the > NSPU interface for device configuration. This patch adds a specific probe > function for the PF which uses the NSPU interface. Just basic NSPU access > is done by now reading the N

[dpdk-dev] [PATCH 02/16] nfp: add specific pf probe function

2017-08-24 Thread Alejandro Lucero
Configuring the NFP PMD for using the PF requires access through the NSPU interface for device configuration. This patch adds a specific probe function for the PF which uses the NSPU interface. Just basic NSPU access is done by now reading the NSPU ABI version. No ethernet port is created yet. Si