numam-dpdk/drivers
Qi Zhang 2a3de3710f vfio: fix PCI address comparison
When use memcmp to compare two PCI address, sizeof(struct rte_pci_addr)
is 4 bytes aligned, and it is 8. While only 7 byte of struct rte_pci_addr
is valid. So compare the 8th byte will cause the unexpected result, which
happens when repeatedly attach/detach a device.

Fixes: 94c0776b1b ("vfio: support hotplug")
Cc: stable@dpdk.org

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
2018-07-20 14:26:16 +02:00
..
baseband remove useless constructor headers 2018-07-12 00:00:35 +02:00
bus vfio: fix PCI address comparison 2018-07-20 14:26:16 +02:00
common remove useless constructor headers 2018-07-12 00:00:35 +02:00
compress remove useless constructor headers 2018-07-12 00:00:35 +02:00
crypto drivers: support function name in NXP logs 2018-07-12 14:41:28 +02:00
event mempool/octeontx: fix pool to aura mapping 2018-07-12 21:58:36 +02:00
mempool mempool/octeontx: fix pool to aura mapping 2018-07-12 21:58:36 +02:00
net devargs: add non-variadic parsing function 2018-07-15 23:42:10 +02:00
raw raw/dpaa2_qdma: fix IOVA as VA flag 2018-07-12 14:58:10 +02:00
Makefile crypto/qat: move common qat files to common dir 2018-07-11 00:55:30 +02:00
meson.build build: fix for host clang and cross gcc 2018-07-11 21:14:21 +02:00