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: [email protected]
>
> Signed-off-by: Chaoyong He <[email protected]>
> Reviewed-by: Long Wu <[email protected]>
> Reviewed-by: Niklas Söderlund <[email protected]>
> Reviewed-by: Peng Zhang <[email protected]>
Applied to dpdk-next-net/main, thanks.