[dpdk-dev] [PATCH 2/8] ionic: connect to the meson build system
Andrew Boyer
aboyer at pensando.io
Mon Nov 2 19:35:21 CET 2020
Otherwise the ionic PMD is never built.
Signed-off-by: Andrew Boyer <aboyer at pensando.io>
---
drivers/net/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/meson.build b/drivers/net/meson.build
index 4e4c2c976..5fdcab3cc 100644
--- a/drivers/net/meson.build
+++ b/drivers/net/meson.build
@@ -26,6 +26,7 @@ drivers = ['af_packet',
'iavf',
'ice',
'igc',
+ 'ionic',
'ipn3ke',
'ixgbe',
'kni',
--
2.17.1
More information about the dev
mailing list