Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352053
b: refs/heads/master
c: 72073ad
h: refs/heads/master
i:
  352051: 9363df1
v: v3
  • Loading branch information
Vipul Pandya authored and David S. Miller committed Feb 4, 2013
1 parent 01db0b5 commit 8fb2893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 387ff91184fc03e4b8c5818e8ef2928434bcee6d
refs/heads/master: 72073ad2adacd2ed58a1dd98995342ca409a156e
4 changes: 3 additions & 1 deletion trunk/drivers/net/ethernet/chelsio/cxgb3/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2130,8 +2130,10 @@ static void lro_add_page(struct adapter *adap, struct sge_qset *qs,

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

if (cpl->vlan_valid)
if (cpl->vlan_valid) {
qs->port_stats[SGE_PSTAT_VLANEX]++;
__vlan_hwaccel_put_tag(skb, ntohs(cpl->vlan));
}
napi_gro_frags(&qs->napi);
}

Expand Down

0 comments on commit 8fb2893

Please sign in to comment.