[dpdk-dev] [PATCH v4 2/2] bus/auxiliary: introduce auxiliary bus

Thomas Monjalon thomas at monjalon.net
Wed Jun 23 10:21:55 CEST 2021


23/06/2021 01:50, Xueming(Steven) Li:
> From: Thomas Monjalon <thomas at 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" ;)





More information about the dev mailing list