|
@@ -1336,7 +1336,6 @@ static void bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp,
|
|
|
|
|
|
skb->protocol = eth_type_trans(skb, bp->dev);
|
|
skb->protocol = eth_type_trans(skb, bp->dev);
|
|
skb->ip_summed = CHECKSUM_UNNECESSARY;
|
|
skb->ip_summed = CHECKSUM_UNNECESSARY;
|
|
- skb_record_rx_queue(skb, queue);
|
|
|
|
|
|
|
|
{
|
|
{
|
|
struct iphdr *iph;
|
|
struct iphdr *iph;
|
|
@@ -1599,6 +1598,7 @@ reuse_rx:
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ skb_record_rx_queue(skb, fp->index);
|
|
#ifdef BCM_VLAN
|
|
#ifdef BCM_VLAN
|
|
if ((bp->vlgrp != NULL) && (bp->flags & HW_VLAN_RX_FLAG) &&
|
|
if ((bp->vlgrp != NULL) && (bp->flags & HW_VLAN_RX_FLAG) &&
|
|
(le16_to_cpu(cqe->fast_path_cqe.pars_flags.flags) &
|
|
(le16_to_cpu(cqe->fast_path_cqe.pars_flags.flags) &
|