Re: [PATCH] net/nfp: fix getting firmware version

2023-06-21 Thread Ferruh Yigit
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 F

[PATCH] net/nfp: fix getting firmware version

2023-06-14 Thread Chaoyong He
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. Fix this by delete the support of getting firmware version of VF. Fixes: 128c8ad951bf ("net/nfp: support getting fir