]> git.droids-corp.org - dpdk.git/blobdiff - lib/distributor/rte_distributor.c
app/crypto-perf: support lookaside IPsec
[dpdk.git] / lib / distributor / rte_distributor.c
index 07e385a25953bcc7ed132d852232f4ea133c8cc3..c210cf86bdc79c8f462698aa39d46ad70c07dd5b 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)