From c3731ac89ddefe0b212511aeeb6bc116a1220816 Mon Sep 17 00:00:00 2001 From: Andy Gospodarek Date: Tue, 12 Nov 2019 17:55:01 -0500 Subject: dpdk: Enable bnxt PMD This adds support to compile the bnxt PMD that supports Broadcom's 10/25/40/50/100/200 Gbps NICs. Tested with modified DPDK driver on x86_64 and aarch64 targets that is pending upstream acceptance, but should compile just fine today. Type: feature Signed-off-by: Andy Gospodarek Change-Id: I735a991c4cae4fa77e5605094facea54b781a1db --- build/external/packages/dpdk.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/external/packages/dpdk.mk b/build/external/packages/dpdk.mk index 5b64703ed22..a068210a5bb 100644 --- a/build/external/packages/dpdk.mk +++ b/build/external/packages/dpdk.mk @@ -194,6 +194,7 @@ $(B)/custom-config: $(B)/.dpdk-patch.ok Makefile $(call set,RTE_LIBRTE_PMD_AESNI_GCM,$(AESNI)) $(call set,RTE_LIBRTE_MLX4_PMD,$(DPDK_MLX4_PMD)) $(call set,RTE_LIBRTE_MLX5_PMD,$(DPDK_MLX5_PMD)) + $(call set,RTE_LIBRTE_BNXT_PMD,y) $(call set,RTE_LIBRTE_PMD_SOFTNIC,n) $(call set,RTE_IBVERBS_LINK_DLOPEN,y) $(call set,RTE_LIBRTE_PMD_TAP,$(DPDK_TAP_PMD)) -- cgit 1.2.3-korg