Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109461
b: refs/heads/master
c: 15e79f2
h: refs/heads/master
i:
  109459: 417615f
v: v3
  • Loading branch information
Andy Gospodarek authored and Jeff Garzik committed Sep 3, 2008
1 parent 37dbae5 commit 36fc0d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e000ea13123a28108cff2d6b9856b414dfdcd1fa
refs/heads/master: 15e79f24b60c4b0bf8019423bda4e03a576b02f2
6 changes: 6 additions & 0 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2303,6 +2303,12 @@ static int __devinit ixgbe_set_interrupt_capability(struct ixgbe_adapter
int err = 0;
int vector, v_budget;

/*
* Set the default interrupt throttle rate.
*/
adapter->rx_eitr = (1000000 / IXGBE_DEFAULT_ITR_RX_USECS);
adapter->tx_eitr = (1000000 / IXGBE_DEFAULT_ITR_TX_USECS);

/*
* It's easy to be greedy for MSI-X vectors, but it really
* doesn't do us much good if we have a lot more vectors
Expand Down

0 comments on commit 36fc0d7

Please sign in to comment.