Skip to content

Commit

Permalink
qede: Remove unnecessary datapath dereference
Browse files Browse the repository at this point in the history
Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Mintz, Yuval authored and David S. Miller committed Jan 2, 2017
1 parent 7ca547b commit 04e0fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qede/qede_fp.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ static inline void qede_skb_receive(struct qede_dev *edev,
__vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);

napi_gro_receive(&fp->napi, skb);
fp->rxq->rcv_pkts++;
rxq->rcv_pkts++;
}

static void qede_set_gro_params(struct qede_dev *edev,
Expand Down

0 comments on commit 04e0fd0

Please sign in to comment.