Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159329
b: refs/heads/master
c: 3f23e43
h: refs/heads/master
i:
  159327: da85d4c
v: v3
  • Loading branch information
Benjamin LaHaise authored and David S. Miller committed Aug 5, 2009
1 parent e137f89 commit 2866d32
Show file tree
Hide file tree
Showing 3 changed files with 3 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: ff1b974cf30b282f90993ab658e59b73c152c0b8
refs/heads/master: 3f23e436d241ac1cf50a659228a5a0e1e6572c1a
1 change: 1 addition & 0 deletions trunk/drivers/net/vxge/vxge-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ vxge_rx_1b_compl(struct __vxge_hw_ring *ringh, void *dtr,
vxge_hw_ring_replenish(ringh, 0);

do {
prefetch((char *)dtr + L1_CACHE_BYTES);
rx_priv = vxge_hw_ring_rxd_private_get(dtr);
skb = rx_priv->skb;
data_size = rx_priv->data_size;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/vxge/vxge-traffic.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ vxge_hw_channel_dtr_try_complete(struct __vxge_hw_channel *channel, void **dtrh)
vxge_assert(channel->compl_index < channel->length);

*dtrh = channel->work_arr[channel->compl_index];
prefetch(*dtrh);
}

/*
Expand Down

0 comments on commit 2866d32

Please sign in to comment.