Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155147
b: refs/heads/master
c: e594e96
h: refs/heads/master
i:
  155145: b3c47b5
  155143: 0a6101f
v: v3
  • Loading branch information
Roland Dreier authored and David S. Miller committed Jul 10, 2009
1 parent 3c50dee commit 2ec418f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 8faa2a786a5337683109d77ccf880339fdcdb332
refs/heads/master: e594e96e8a14101a6decabf6746bd5186287debc
3 changes: 1 addition & 2 deletions trunk/drivers/net/cxgb3/cxgb3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,7 @@ static int setup_sge_qsets(struct adapter *adap)
struct port_info *pi = netdev_priv(dev);

pi->qs = &adap->sge.qs[pi->first_qset];
for (j = pi->first_qset; j < pi->first_qset + pi->nqsets;
++j, ++qset_idx) {
for (j = 0; j < pi->nqsets; ++j, ++qset_idx) {
set_qset_lro(dev, qset_idx, pi->rx_offload & T3_LRO);
err = t3_sge_alloc_qset(adap, qset_idx, 1,
(adap->flags & USING_MSIX) ? qset_idx + 1 :
Expand Down

0 comments on commit 2ec418f

Please sign in to comment.