> -----Original Message----- > From: Richardson, Bruce <bruce.richard...@intel.com> > Sent: Thursday, May 27, 2021 7:58 PM > To: Laatz, Kevin <kevin.la...@intel.com> > Cc: dev@dpdk.org; sta...@dpdk.org; Pai G, Sunil <sunil.pa...@intel.com> > Subject: Re: [PATCH] raw/ioat: fix missing device name in idxd bus scan > > On Thu, May 27, 2021 at 02:36:09PM +0100, Kevin Laatz wrote: > > The device name is not being initialized during the idxd bus scan > > which will cause segmentation faults when an appliation tries to > > access this information. > > > > This patch adds the required initialization of the device name so that > > it can be read without issues. > > > > Fixes: b7aaf417f936 ("raw/ioat: add bus driver for device scanning > > automatically") > > > > Reported-by: Sunil Pai G <sunil.pa...@intel.com> > > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > > --- > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Tested-by: Sunil Pai G <sunil.pa...@intel.com>