]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40evf: don't give up
authorMitch Williams <mitch.a.williams@intel.com>
Mon, 28 Sep 2015 18:16:50 +0000 (14:16 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 19 Oct 2015 22:33:47 +0000 (15:33 -0700)
commitb9029e941dd66d2bc2ab529807a1eef4444f62f0
tree3c9f5b420a3504c6967898fa72b0fd386dc8045f
parent5d3465a1e4c01be455ef00834ec365e578942d67
i40evf: don't give up

When the VF driver is unable to communicate with the PF, it just gives
up and never tries again. Aside from the obvious character flaw that
this shows, it's also a lousy user experience.

When PF communications fail, wait five seconds, and try again. And
again. Don't give up, little VF driver! Your prince will come!

Change-ID: Ia1378a39879883563b8faffce819f375821f9585
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c