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

2021-07-16 Thread Bruce Richardson
On Fri, Jul 16, 2021 at 01:21:55PM +, Kevin Laatz wrote: > The queue size calculation is currently based on "max_tokens" rather than > "max_work_queues_size". This is resulting in the queue size being > incorrectly configured when using the script to configure devices bound to > the IDXD kernel

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

2021-07-16 Thread Ananyev, Konstantin
> The queue size calculation is currently based on "max_tokens" rather than > "max_work_queues_size". This is resulting in the queue size being > incorrectly configured when using the script to configure devices bound to > the IDXD kernel driver. > This patch fixes this miscalculation so devices

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

2021-07-16 Thread Kevin Laatz
The queue size calculation is currently based on "max_tokens" rather than "max_work_queues_size". This is resulting in the queue size being incorrectly configured when using the script to configure devices bound to the IDXD kernel driver. This patch fixes this miscalculation so devices are configur