examples/l3fwd: fix NEON instructions
[dpdk.git] / examples / l3fwd / l3fwd_neon.h
index 42d50d3..4bc1613 100644 (file)
@@ -192,7 +192,7 @@ send_packets_multi(struct lcore_conf *qconf, struct rte_mbuf **pkts_burst,
                         * dp1:
                         * <d[j], d[j+1], d[j+2], d[j+3], ... >
                         */
-                       dp1 = vextq_u16(dp1, dp1, FWDSTEP - 1);
+                       dp1 = vextq_u16(dp2, dp1, FWDSTEP - 1);
                }
 
                /*