[dpdk-dev] [PATCH v13 05/19] raw/ifpga/base: add device tree support

Ye Xiaolong xiaolong.ye at intel.com
Fri Oct 25 04:02:53 CEST 2019


On 10/24, Andy Pei wrote:
>From: Tianfei zhang <tianfei.zhang at intel.com>
>--- a/drivers/meson.build
>+++ b/drivers/meson.build
>@@ -9,12 +9,12 @@ endif
> dpdk_driver_classes = ['common',
> 	       'bus',
> 	       'mempool', # depends on common and bus.
>-	       'net',     # depends on common, bus and mempool.
>+               'raw',     # depends on common and bus.
>+	       'net',     # depends on common, bus, mempool and raw (raw provide API for net driver).

Minor nit, please keep 'raw' align with other lines.

Thanks,
Xiaolong

> 	       'crypto',  # depends on common, bus and mempool (net in future).
> 	       'compress', # depends on common, bus, mempool.
> 	       'event',   # depends on common, bus, mempool and net.
>-	       'baseband', # depends on common and bus.
>-	       'raw']     # depends on common, bus, mempool, net and event.
>+	       'baseband'] # depends on common and bus.
> 
> disabled_drivers = get_option('disable_drivers').split(',')
> 


More information about the dev mailing list