> On 10/24/2023 3:28 AM, Chaoyong He wrote:
> > Add the basic framework of vDPA PMD.
> >
> > Signed-off-by: Chaoyong He <chaoyong...@corigine.com>
> > Signed-off-by: Shujing Dong <shujing.d...@corigine.com>
> > Reviewed-by: Long Wu <long...@corigine.com>
> > Reviewed-by: Peng Zhang <peng.zh...@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.

Reply via email to