Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352413
b: refs/heads/master
c: af32de0
h: refs/heads/master
i:
  352411: ae5de6d
v: v3
  • Loading branch information
Vipul Pandya authored and David S. Miller committed Feb 12, 2013
1 parent e66559f commit 06cfd41
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: d9ba8f9e6298af71ec1c1fd3d88c3ef68abd0ec3
refs/heads/master: af32de0ecda35e933848090bbab490174504c731
4 changes: 3 additions & 1 deletion trunk/drivers/net/ethernet/chelsio/cxgb4vf/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -1477,8 +1477,10 @@ static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl,
skb->ip_summed = CHECKSUM_UNNECESSARY;
skb_record_rx_queue(skb, rxq->rspq.idx);

if (pkt->vlan_ex)
if (pkt->vlan_ex) {
__vlan_hwaccel_put_tag(skb, be16_to_cpu(pkt->vlan));
rxq->stats.vlan_ex++;
}
ret = napi_gro_frags(&rxq->rspq.napi);

if (ret == GRO_HELD)
Expand Down

0 comments on commit 06cfd41

Please sign in to comment.