From 6b3ea62ae68814bd475f170ae25a1553921e6793 Mon Sep 17 00:00:00 2001 From: Frik Botha Date: Thu, 31 May 2018 16:40:20 +0200 Subject: [PATCH] Link against the NFP PMD for vRouter-DPDK vRouter-DPDK is unable to probe Netronome NICs, since the build system does not link to the NFP PMD. Change-Id: Ia93bd22de5dcfee6ad56bdb48ba288a7e80ef4db Partial-Bug: #1774414 Signed-off-by: Frik Botha --- SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/SConscript b/SConscript index 31d5e6ad6..9d168f3c6 100644 --- a/SConscript +++ b/SConscript @@ -202,6 +202,7 @@ if sys.platform != 'darwin': '-lrte_pmd_i40e', # '-lrte_pmd_fm10k', '-lrte_pmd_ixgbe', + '-lrte_pmd_nfp', '-lrte_pmd_e1000', # '-lrte_pmd_mlx4', # '-lrte_pmd_ring',