> On 10/24/2023 3:28 AM, Chaoyong He wrote: > > Add the basic framework of vDPA PMD. > > > > Signed-off-by: Chaoyong He <[email protected]> > > Signed-off-by: Shujing Dong <[email protected]> > > Reviewed-by: Long Wu <[email protected]> > > Reviewed-by: Peng Zhang <[email protected]> > > <...> > > > @@ -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.

