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" ;)