> -----Original Message----- > From: Xueming(Steven) Li <xuemi...@nvidia.com> > Sent: Wednesday, April 14, 2021 23:39 > To: Wang, Haiyue <haiyue.w...@intel.com>; NBU-Contact-Thomas Monjalon > <tho...@monjalon.net> > Cc: dev@dpdk.org; Asaf Penso <as...@nvidia.com>; Parav Pandit > <pa...@nvidia.com>; Ray Kinsella > <m...@ashroe.eu>; Neil Horman <nhor...@tuxdriver.com> > Subject: RE: [dpdk-dev] [PATCH v1] bus/auxiliary: introduce auxiliary bus > > Hi Haiyue, > > > > + > > > +/* > > > + * Test whether the auxiliary device exist */ bool > > > +auxiliary_exists(const char *name) > > > > is_auxiliary_support() ? > > This function test whether an auxiliary device exists, name parameter is > device name. > I think auxiliary_dev_exists(name) make more sense.
More clear now. ;-) > > Agree with other comments, thanks!