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 <alejandro.luc...@netronome.com>
<...> > + > +#define DEFAULT_FW_PATH "/lib/firmware/netronome" > +#define DEFAULT_FW_FILENAME "nic_dpdk_default.nffw" This can be good to mention about this in documentation. And FW upload support in release notes.