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:
d5bf4f6
)
ixgbe: disable LLI for FCoE
author
Vasu Dev
<
[email protected]
>
Thu, 18 Aug 2011 06:20:07 +0000
(06:20 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Thu, 29 Sep 2011 06:09:10 +0000
(23:09 -0700)
Disable LLI for FCoE since regular interrupt
and their moderation rate works slightly better
for FCoE also.
Signed-off-by: Vasu Dev <
[email protected]
>
Tested-by: Ross Brattain <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
b/drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
index cae766d28b0313f3256b723ca80fe46a39aa59e0..323f4529992d072365c9f92294e1b6c9a873b020 100644
(file)
--- a/
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
+++ b/
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
@@
-661,9
+661,7
@@
void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter)
IXGBE_ETQS_QUEUE_EN |
(fcoe_q << IXGBE_ETQS_RX_QUEUE_SHIFT));
- IXGBE_WRITE_REG(hw, IXGBE_FCRXCTRL,
- IXGBE_FCRXCTRL_FCOELLI |
- IXGBE_FCRXCTRL_FCCRCBO |
+ IXGBE_WRITE_REG(hw, IXGBE_FCRXCTRL, IXGBE_FCRXCTRL_FCCRCBO |
(FC_FCOE_VER << IXGBE_FCRXCTRL_FCOEVER_SHIFT));
return;