de8606bf73
When the distributor sample app is built as a 32-bit app,
the data buffer passed to find_match_vec can be unaligned,
causing a segmentation fault due to writing a 128-bit value
using _mm_store_si128(). 128-bit align the data being
passed in so this does not happen.
Fixes:
|
||
---|---|---|
.. | ||
distributor_private.h | ||
meson.build | ||
rte_distributor_match_generic.c | ||
rte_distributor_match_sse.c | ||
rte_distributor_single.c | ||
rte_distributor_single.h | ||
rte_distributor.c | ||
rte_distributor.h | ||
version.map |