numam-dpdk/drivers/compress
Matan Azrad 37862dafcb compress/mlx5: support 32-bit systems
In order to support 32-bit systems, the 8B doorbell write should be
done by 2 4B stores.

The order between the store is important, that's why memory barrier
should be used between them.

The doorbell address is shared between all the queues, that's why a lock
should wrap the 2 stores.

Signed-off-by: Matan Azrad <matan@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
2021-01-27 20:40:03 +01:00
..
isal build: force pkg-config for dependency detection 2021-01-26 00:43:59 +01:00
mlx5 compress/mlx5: support 32-bit systems 2021-01-27 20:40:03 +01:00
octeontx config: remove compatibility build defines 2021-01-20 01:43:25 +01:00
qat build: replace use of old build macros 2020-10-19 22:15:44 +02:00
zlib build: force pkg-config for dependency detection 2021-01-26 00:43:59 +01:00
meson.build compress/mlx5: introduce PMD 2021-01-27 20:40:03 +01:00