numam-dpdk/lib/distributor
David Hunt de8606bf73 distributor: fix 128-bit write alignment
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: 775003ad2f ("distributor: add new burst-capable library")
Cc: stable@dpdk.org

Signed-off-by: David Hunt <david.hunt@intel.com>
2021-07-20 14:32:08 +02:00
..
distributor_private.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
meson.build lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_distributor_match_generic.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_distributor_match_sse.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_distributor_single.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_distributor_single.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_distributor.c distributor: fix 128-bit write alignment 2021-07-20 14:32:08 +02:00
rte_distributor.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
version.map lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00