bnx2x: Invalidate fastpath HSI version for VFs
authorManish Chopra <manishc@marvell.com>
Fri, 17 Dec 2021 16:55:52 +0000 (08:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Dec 2021 11:29:20 +0000 (11:29 +0000)
commit802d4d207e75d7208ff75adb712b556c1e91cf1c
tree3429c875c40366db0882cd9fb6b0a3e110438ec0
parentb7a49f73059fe6147b6b78e8f674ce0d21237432
bnx2x: Invalidate fastpath HSI version for VFs

Commit 0a6890b9b4df ("bnx2x: Utilize FW 7.13.15.0.")
added validation for fastpath HSI versions for different
client init which was not meant for SR-IOV VF clients, which
resulted in firmware asserts when running VF clients with
different fastpath HSI version.

This patch along with the new firmware support in patch #1
fixes this behavior in order to not validate fastpath HSI
version for the VFs.

Fixes: 0a6890b9b4df ("bnx2x: Utilize FW 7.13.15.0.")
Signed-off-by: Manish Chopra <manishc@marvell.com>
Signed-off-by: Prabhakar Kushwaha <pkushwaha@marvell.com>
Signed-off-by: Alok Prasad <palok@marvell.com>
Signed-off-by: Ariel Elior <aelior@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c