igb: make dev_spec a union and remove dynamic allocation
[deliverable/linux.git] / drivers / net / bnx2.c
index fe575b9a9b73d7ce8d5d9a1130667947449408c8..49e0e51a9dfc5655bbaaab14b3ca6096ed7445cb 100644 (file)
@@ -3007,6 +3007,8 @@ bnx2_rx_int(struct bnx2 *bp, struct bnx2_napi *bnapi, int budget)
                                skb->ip_summed = CHECKSUM_UNNECESSARY;
                }
 
+               skb_record_rx_queue(skb, bnapi - &bp->bnx2_napi[0]);
+
 #ifdef BCM_VLAN
                if (hw_vlan)
                        vlan_hwaccel_receive_skb(skb, bp->vlgrp, vtag);
This page took 0.026432 seconds and 5 git commands to generate.