[PATCH v2 19/25] drivers: add the basic framework of vDPA PMD
Chaoyong He
chaoyong.he at corigine.com
Thu Oct 26 03:39:41 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.
>
Sorry for that, will drop it in the next version.
More information about the dev
mailing list