> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Wednesday, June 23, 2021 4:22 PM
> To: Parav Pandit <pa...@nvidia.com>; Xueming(Steven) Li <xuemi...@nvidia.com>
> Cc: dev@dpdk.org; Wang Haiyue <haiyue.w...@intel.com>; Kinsella Ray
> <m...@ashroe.eu>; david.march...@redhat.com;
> ferruh.yi...@intel.com
> Subject: Re: [dpdk-dev] [PATCH v4 2/2] bus/auxiliary: introduce auxiliary bus
>
> 23/06/2021 01:50, Xueming(Steven) Li:
> > From: Thomas Monjalon <tho...@monjalon.net>
> > > 13/06/2021 14:58, Xueming Li:
> > > > + struct rte_auxiliary_driver *driver; /**< driver used in
> > > > probing */
> > >
> > > Why in probing?
> > > I suggest "Device driver"
> >
> > A SF device could be probed by a class driver t then another class driver,
> > the driver field will be overridden by later probe.
> > Will change to "last device driver"
>
> "Last" is a bit confusing.
> Any field can be potentially overwritten, i.e. change its value, and we don't
> comment "last value" ;)
OK, will reflect in v6.