[PATCH v2 19/25] drivers: add the basic framework of vDPA PMD
Ferruh Yigit
ferruh.yigit at amd.com
Wed Oct 25 18:10:21 CEST 2023
On 10/24/2023 3:28 AM, Chaoyong He wrote:
> Add the basic framework of vDPA PMD.
>
> Signed-off-by: Chaoyong He <chaoyong.he at corigine.com>
> Signed-off-by: Shujing Dong <shujing.dong at corigine.com>
> Reviewed-by: Long Wu <long.wu at corigine.com>
> Reviewed-by: Peng Zhang <peng.zhang at corigine.com>
<...>
> @@ -12,5 +12,12 @@ if not dpdk_conf.has('RTE_LIB_VHOST')
> endif
>
> sources = files(
> + 'nfp_vdpa.c',
> 'nfp_vdpa_log.c',
> )
> +
> +deps += ['common_nfp']
> +
> +if not dpdk_conf.has('RTE_COMMON_NFP')
> + error('Missing internal dependency "common/nfp"')
> +endif
>
Same comment with previous patches, please drop above check.
More information about the dev
mailing list