numam-dpdk/lib/eal
Stanislaw Kardach 93cba71bdc eal/riscv: fix vector header for C++
rte_xmm_t is a union type which wraps around xmm_t and maps its contents
to scalar structures. Since C++ has stricter type conversion rules than
C, the rte_xmm_t::x has to be used instead of C-casting.

Fixes: f22e705ebf ("eal/riscv: support RISC-V architecture")

Signed-off-by: Stanislaw Kardach <kda@semihalf.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2022-06-15 09:12:16 +02:00
..
arm eal: remove unused arch-specific headers for locks 2022-06-08 15:44:20 +02:00
common devargs: fix leak on hotplug failure 2022-05-19 18:45:20 +02:00
freebsd eal/freebsd: fix use of newer cpuset macros 2022-05-24 12:48:11 +02:00
include eal: remove unused arch-specific headers for locks 2022-06-08 15:44:20 +02:00
linux mem: skip attaching external memory in secondary process 2022-04-28 13:44:13 +02:00
ppc eal: remove unused arch-specific headers for locks 2022-06-08 15:44:20 +02:00
riscv eal/riscv: fix vector header for C++ 2022-06-15 09:12:16 +02:00
unix eal: get/set thread priority per thread identifier 2022-06-07 13:33:14 +02:00
windows eal: get/set thread priority per thread identifier 2022-06-07 13:33:14 +02:00
x86 eal: remove unused arch-specific headers for locks 2022-06-08 15:44:20 +02:00
meson.build eal: add OS defines for C conditional checks 2022-01-17 19:26:42 +01:00
version.map eal: get/set thread priority per thread identifier 2022-06-07 13:33:14 +02:00