Re: [PATCH 2/2] ARM64: Cross-Compilation Support

2024-05-23 Thread Sebastian Brzezinka
I re-uploaded this patch to get rid of the banner added by the mail service, so there are no meaningful changes added to v2.  > Is aarch64-none-linux* latest compiler? According to https://developer.arm.com/downloads/-/gnu-a, there is no toolchain named aarch64-linux-gnu*. 

[PATCH 2/2] ARM64: Cross-Compilation Support

2024-04-12 Thread Sebastian Brzezinka
, isal_deflate_set_hufftables in the case of ARM Cross-Compilation. Signed-off-by: Krishna Kanth Reddy Signed-off-by: Sebastian Brzezinka --- config/arm/arm64_armv8_linux_gcc | 10 +- drivers/compress/isal/meson.build | 4 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/config/arm

[PATCH 1/2] meson/mlx5: Suppress -Wunused-value diagnostic

2024-04-12 Thread Sebastian Brzezinka
th commit below, all cflags are passed to the has_header_symbol(). (33d6694) build: use C11 standard To make sure that the symbol is properly detected, the pedantic flags needs to be removed. Signed-off-by: Alexey Marchuk Signed-off-by: Sebastian Brzezinka --- drivers/common/mlx5/linux/meson.buil

[PATCH] meson/mlx5: Suppress -Wunused-value diagnostic

2024-04-05 Thread Sebastian Brzezinka
h commit bellow, all cflags are passed to the has_header_symbol(). (33d6694) build: use C11 standard To make sure that the symbol is properly detected, the pedantic flags needs to be removed. Signed-off-by: Alexey Marchuk Signed-off-by: Sebastian Brzezinka --- drivers/common/mlx5/linux/meson.buil

[PATCH] pmdinfogen: avoid empty string in ELFSymbol()

2024-04-05 Thread Sebastian Brzezinka
From: Tomasz Zawadzki Starting with Clang 17 the list of pmds could contain empty string. Please see: https://bugs.dpdk.org/show_bug.cgi?id=1313 This is a fix proposed by alia...@nvidia.com in the issue above. Signed-off-by: Tomasz Zawadzki Signed-off-by: Sebastian Brzezinka --- buildtools

[PATCH] ARM64: Cross-Compilation Support

2024-04-05 Thread Sebastian Brzezinka
, isal_deflate_set_hufftables in the case of ARM Cross-Compilation. Signed-off-by: Krishna Kanth Reddy Signed-off-by: Sebastian Brzezinka --- config/arm/arm64_armv8_linux_gcc | 10 +- drivers/compress/isal/meson.build | 4 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/config/arm