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:
ac26d7d
)
ixgbe: set the correct DCB bit for pg tx settings
author
John Fastabend
<
[email protected]
>
Wed, 27 Jan 2010 16:37:44 +0000
(16:37 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 28 Jan 2010 13:55:53 +0000
(
05:55
-0800)
Set the correct bit BIT_PG_TX when tx PG settings are set.
Signed-off-by: John Fastabend <
[email protected]
>
Acked-by: PJ Waskiewicz <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ixgbe/ixgbe_dcb_nl.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/ixgbe_dcb_nl.c
b/drivers/net/ixgbe/ixgbe_dcb_nl.c
index 56f37f66b6967febacf08d3fb7df298e0d35d73f..383e799c5fed8c9d3f588b85da5c29b085db1075 100644
(file)
--- a/
drivers/net/ixgbe/ixgbe_dcb_nl.c
+++ b/
drivers/net/ixgbe/ixgbe_dcb_nl.c
@@
-223,7
+223,7
@@
static void ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id,
if (adapter->temp_dcb_cfg.bw_percentage[0][bwg_id] !=
adapter->dcb_cfg.bw_percentage[0][bwg_id]) {
- adapter->dcb_set_bitmap |= BIT_PG_
R
X;
+ adapter->dcb_set_bitmap |= BIT_PG_
T
X;
adapter->dcb_set_bitmap |= BIT_RESETLINK;
}
}