> -----Original Message----- > From: Xueming(Steven) Li <[email protected]> > Sent: Wednesday, April 14, 2021 23:39 > To: Wang, Haiyue <[email protected]>; NBU-Contact-Thomas Monjalon > <[email protected]> > Cc: [email protected]; Asaf Penso <[email protected]>; Parav Pandit > <[email protected]>; Ray Kinsella > <[email protected]>; Neil Horman <[email protected]> > 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!

