Skip to content

Commit

Permalink
Link against the NFP PMD for vRouter-DPDK
Browse files Browse the repository at this point in the history
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 <frederick.botha@netronome.com>
  • Loading branch information
fjbotha committed May 31, 2018
1 parent d990456 commit 6b3ea62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConscript
Expand Up @@ -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',
Expand Down

0 comments on commit 6b3ea62

Please sign in to comment.