From 4e939ced65143fcfe9342dcccf3418a1018c8b0f Mon Sep 17 00:00:00 2001 From: Mohammed Hawari Date: Mon, 19 Sep 2022 16:26:25 +0200 Subject: build: mlx dpdk-rdma compatibility matrix - Verify mlx_rdma_dpdk_matrix.txt versions, build MLX drivers in dpdk if the versions match. Also output version comparison results to a file for CI job to send notification email when the versions do not match. Change-Id: Id1384ba4ea4b1f855f4d77d1d8e2c38683abfe1f Type: improvement Signed-off-by: Mohammed Hawari Signed-off-by: Dave Wallace --- build/external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/external/Makefile') diff --git a/build/external/Makefile b/build/external/Makefile index 9f6a6cee476..b036313afee 100644 --- a/build/external/Makefile +++ b/build/external/Makefile @@ -38,8 +38,8 @@ ARCH_X86_64=$(filter x86_64,$(shell uname -m)) include packages.mk include packages/ipsec-mb.mk include packages/quicly.mk -include packages/dpdk.mk include packages/rdma-core.mk +include packages/dpdk.mk include packages/libbpf.mk .PHONY: clean -- cgit 1.2.3-korg