app/crypto-perf: support lookaside IPsec
[dpdk.git] / lib / distributor / rte_distributor.c
index 07e385a..c210cf8 100644 (file)
@@ -478,7 +478,7 @@ rte_distributor_process(struct rte_distributor *d,
                return 0;
 
        while (next_idx < num_mbufs) {
-               uint16_t matches[RTE_DIST_BURST_SIZE];
+               uint16_t matches[RTE_DIST_BURST_SIZE] __rte_aligned(128);
                unsigned int pkts;
 
                if ((num_mbufs - next_idx) < RTE_DIST_BURST_SIZE)