Searched hist:"70 df973b5eb48b19ba29105ecfecb3e50efe3c6d" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_client.c | diff 70df973b5eb48b19ba29105ecfecb3e50efe3c6d Wed Jul 27 21:02:36 CEST 2016 Avinash Dayanand <avinash.dayanand@intel.com> i40e: Force register writes to mitigate sync issues with iwarp VF driver
This patch is a fix for the bug i.e. unable to create iwarp device in VF. This is a sync issue and the iwarp device open is called even before the PCI register writes are done.
Forcing the PCI register writes to happen just before it exits the function.
Change-ID: I60c6a2c709da89e845f2764cc50ce8b7373c8c44 Signed-off-by: Avinash Dayanand <avinash.dayanand@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
|