Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254239
b: refs/heads/master
c: d6fe5f4
h: refs/heads/master
i:
  254237: b34815d
  254235: 39318ec
  254231: e6ce637
  254223: 57e3feb
  254207: ef7cc8f
v: v3
  • Loading branch information
John (Jay) Hernandez authored and David S. Miller committed Jun 25, 2011
1 parent 796c6fa commit 2175f30
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bd4265fe365c0f3945dd5ff1527e52bbe2bedfa2
refs/heads/master: d6fe5f4eccc2a7d2ad885ecb26a192b08dcc7cd1
4 changes: 2 additions & 2 deletions trunk/drivers/net/cxgb3/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@ static void rx_eth(struct adapter *adap, struct sge_rspq *rq,
skb->ip_summed = CHECKSUM_UNNECESSARY;
} else
skb_checksum_none_assert(skb);
skb_record_rx_queue(skb, qs - &adap->sge.qs[0]);
skb_record_rx_queue(skb, qs - &adap->sge.qs[pi->first_qset]);

if (unlikely(p->vlan_valid)) {
struct vlan_group *grp = pi->vlan_grp;
Expand Down Expand Up @@ -2145,7 +2145,7 @@ static void lro_add_page(struct adapter *adap, struct sge_qset *qs,
if (!complete)
return;

skb_record_rx_queue(skb, qs - &adap->sge.qs[0]);
skb_record_rx_queue(skb, qs - &adap->sge.qs[pi->first_qset]);

if (unlikely(cpl->vlan_valid)) {
struct vlan_group *grp = pi->vlan_grp;
Expand Down

0 comments on commit 2175f30

Please sign in to comment.