Searched hist:"91 b9be487001d344a39c453ade6cdbd125e06208" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | diff 91b9be487001d344a39c453ade6cdbd125e06208 Fri Aug 30 05:54:51 CEST 2019 Vasundhara Volam <vasundhara-v.volam@broadcom.com> bnxt_en: Register buffers for VFs before reserving resources.
When VFs need to be reconfigured dynamically after firmwware reset, the configuration sequence on the PF needs to be changed to register the VF buffers first. Otherwise, some VF firmware commands may not succeed as there may not be PF buffers ready for the re-directed firmware commands.
This sequencing did not matter much before when we only supported the normal bring-up of VFs.
Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|