projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906a693
)
i40e: Increase reset delay
author
Kevin Scott
<
[email protected]
>
Thu, 13 Nov 2014 03:06:13 +0000
(
03:06
+0000)
committer
Jeff Kirsher
<
[email protected]
>
Sat, 6 Dec 2014 12:20:08 +0000
(
04:20
-0800)
Increase reset delay to ensure all internal caches are properly flushed
in worst case scenario.
Change-ID: I6f059a9e024fbf9ef1debd32497eed21369957fc
Signed-off-by: Kevin Scott <
[email protected]
>
Acked-by: Shannon Nelson <
[email protected]
>
Tested-by: Jim Young <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/i40e/i40e_common.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/i40e/i40e_common.c
b/drivers/net/ethernet/intel/i40e/i40e_common.c
index b601b3cfd92ba1aade7bf7f5b133799541edaa86..ec63bcb46e833fbb29ed333665c2f30d25818d03 100644
(file)
--- a/
drivers/net/ethernet/intel/i40e/i40e_common.c
+++ b/
drivers/net/ethernet/intel/i40e/i40e_common.c
@@
-791,7
+791,7
@@
static enum i40e_media_type i40e_get_media_type(struct i40e_hw *hw)
}
#define I40E_PF_RESET_WAIT_COUNT_A0 200
-#define I40E_PF_RESET_WAIT_COUNT 1
0
0
+#define I40E_PF_RESET_WAIT_COUNT 1
1
0
/**
* i40e_pf_reset - Reset the PF
* @hw: pointer to the hardware structure