Re: [dpdk-dev] [PATCH] examples/ioat: fix stats print

2020-09-17 Thread Bruce Richardson
On Thu, Sep 17, 2020 at 12:02:21PM +0100, Kevin Laatz wrote: > Currently some of the status string at the top of the stats output is being > cut off. To fix this, the status string array size has been increased. > > Bugzilla ID: 536 > Fixes: 632bcd9b5d4f ("examples/ioat: print statistics") > > Si

[dpdk-dev] [PATCH] examples/ioat: fix stats print

2020-09-17 Thread Kevin Laatz
Currently some of the status string at the top of the stats output is being cut off. To fix this, the status string array size has been increased. Bugzilla ID: 536 Fixes: 632bcd9b5d4f ("examples/ioat: print statistics") Signed-off-by: Kevin Laatz --- examples/ioat/ioatfwd.c | 2 +- 1 file chang