Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203640
b: refs/heads/master
c: fca562a
h: refs/heads/master
v: v3
  • Loading branch information
John Fastabend authored and David S. Miller committed Jul 20, 2010
1 parent c1ea419 commit b68e305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b59544649d6bb5134ab56764836efc29241ae5e0
refs/heads/master: fca562ad63d12a32a74b40c86dfe61de9a21fd73
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_dcb_82599.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *hw,
*/
reg = IXGBE_READ_REG(hw, IXGBE_MFLCN);
reg &= ~IXGBE_MFLCN_RFCE;
reg |= IXGBE_MFLCN_RPFCE;
reg |= IXGBE_MFLCN_RPFCE | IXGBE_MFLCN_DPF;
IXGBE_WRITE_REG(hw, IXGBE_MFLCN, reg);
out:
return 0;
Expand Down

0 comments on commit b68e305

Please sign in to comment.