net: Add skb_record_rx_queue() calls to multiqueue capable drivers.
[deliverable/linux.git] / drivers / net / mlx4 / en_rx.c
index ac55ebd2f14637d68894993489b8aa4d107b4ade..a4130e764991a79e77a30395c685a2ac5088188e 100644 (file)
@@ -768,6 +768,7 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud
 
                skb->ip_summed = ip_summed;
                skb->protocol = eth_type_trans(skb, dev);
+               skb_record_rx_queue(skb, cq->ring);
 
                /* Push it up the stack */
                if (priv->vlgrp && (be32_to_cpu(cqe->vlan_my_qpn) &
This page took 0.04049 seconds and 5 git commands to generate.