Re: [dpdk-dev] [PATCH 05/16] nfp: add nsp fw upload command

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: > > Using NSPU interface for fw upload. Firmware file needs to be > > installed in specific path inside system firmware directory. > > > > NSPU buffer is used for writing the firmware before sendi

Re: [dpdk-dev] [PATCH 05/16] nfp: add nsp fw upload command

2017-08-28 Thread Ferruh Yigit
On 8/24/2017 5:20 PM, Alejandro Lucero wrote: > Using NSPU interface for fw upload. Firmware file needs to be > installed in specific path inside system firmware directory. > > NSPU buffer is used for writing the firmware before sending the > command. > > Signed-off-by: Alejandro Lucero <...>

[dpdk-dev] [PATCH 05/16] nfp: add nsp fw upload command

2017-08-24 Thread Alejandro Lucero
Using NSPU interface for fw upload. Firmware file needs to be installed in specific path inside system firmware directory. NSPU buffer is used for writing the firmware before sending the command. Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_nspu.c | 66 +++