Re: [dpdk-dev] [PATCH] raw/ioat: fix work-queue config size

2020-10-30 Thread David Marchand
On Wed, Oct 28, 2020 at 3:09 PM Kevin Laatz wrote: > > On 28/10/2020 12:45, Bruce Richardson wrote: > > According to latest DSA spec[1], the work-queue config register size > > should be based off a value read from the WQ capabilities register. > > Update driver to read this value and base the sta

Re: [dpdk-dev] [PATCH] raw/ioat: fix work-queue config size

2020-10-28 Thread Kevin Laatz
On 28/10/2020 12:45, Bruce Richardson wrote: According to latest DSA spec[1], the work-queue config register size should be based off a value read from the WQ capabilities register. Update driver to read this value and base the start of each WQ config off that value. Fixes: ff06fa2cf3ba ("raw/io

[dpdk-dev] [PATCH] raw/ioat: fix work-queue config size

2020-10-28 Thread Bruce Richardson
According to latest DSA spec[1], the work-queue config register size should be based off a value read from the WQ capabilities register. Update driver to read this value and base the start of each WQ config off that value. Fixes: ff06fa2cf3ba ("raw/ioat: probe idxd PCI") Signed-off-by: Bruce Rich