Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135155
b: refs/heads/master
c: b2b964f
h: refs/heads/master
i:
  135153: 3dc0cea
  135151: cd6fd38
v: v3
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Mar 13, 2009
1 parent f493e12 commit 8c85a14
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8f4358044d7d694f2e0c18a6ce5db6ec0790451a
refs/heads/master: b2b964f0647c5156038834dd879f90442e33f2a5
3 changes: 3 additions & 0 deletions trunk/drivers/net/cxgb3/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2029,6 +2029,8 @@ static void lro_add_page(struct adapter *adap, struct sge_qset *qs,
pci_unmap_single(adap->pdev, pci_unmap_addr(sd, dma_addr),
fl->buf_size, PCI_DMA_FROMDEVICE);

prefetch(&qs->lro_frag_tbl);

rx_frag += nr_frags;
rx_frag->page = sd->pg_chunk.page;
rx_frag->page_offset = sd->pg_chunk.offset + offset;
Expand Down Expand Up @@ -2997,6 +2999,7 @@ int t3_sge_alloc_qset(struct adapter *adapter, unsigned int id, int nports,
V_NEWTIMER(q->rspq.holdoff_tmr));

mod_timer(&q->tx_reclaim_timer, jiffies + TX_RECLAIM_PERIOD);

return 0;

err_unlock:
Expand Down

0 comments on commit 8c85a14

Please sign in to comment.