Re: [dpdk-dev] [PATCH] raw/ioat: fix missing device name in idxd bus scan

2021-06-17 Thread Thomas Monjalon
> > > 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. > > >

Re: [dpdk-dev] [PATCH] raw/ioat: fix missing device name in idxd bus scan

2021-06-04 Thread Pai G, Sunil
> -Original Message- > From: Richardson, Bruce > Sent: Thursday, May 27, 2021 7:58 PM > To: Laatz, Kevin > Cc: dev@dpdk.org; sta...@dpdk.org; Pai G, Sunil > Subject: Re: [PATCH] raw/ioat: fix missing device name in idxd bus scan > > On Thu, May 27, 2021 at 02:36:09PM +0100, Kevin Laat

Re: [dpdk-dev] [PATCH] raw/ioat: fix missing device name in idxd bus scan

2021-05-27 Thread Bruce Richardson
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

[dpdk-dev] [PATCH] raw/ioat: fix missing device name in idxd bus scan

2021-05-27 Thread Kevin Laatz
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