On 6/15/2023 2:30 AM, Chaoyong He wrote: > The VF PMD can not get a valid 'cpp' data filed in the 'struct > nfp_net_hw', the value of which will be NULL always. This cause any > logic which use of 'cpp' will make the app crash. >
It is not fixing getting FW version, but fixing crash by removing FW get, updating patch title while merging. > Fix this by delete the support of getting firmware version of VF. > > Fixes: 128c8ad951bf ("net/nfp: support getting firmware version") > Cc: chaoyong...@corigine.com > > Signed-off-by: Chaoyong He <chaoyong...@corigine.com> > Reviewed-by: Long Wu <long...@corigine.com> > Reviewed-by: Niklas Söderlund <niklas.soderl...@corigine.com> > Reviewed-by: Peng Zhang <peng.zh...@corigine.com> Applied to dpdk-next-net/main, thanks.