Re: [dpdk-dev] [PATCH] doc: fix address type description for IOAT rawdev

2019-11-15 Thread David Marchand
On Thu, Oct 17, 2019 at 3:48 PM Bruce Richardson wrote: > On Thu, Oct 17, 2019 at 08:01:47PM -0400, Xiao Wang wrote: > > Align the description to what the code snippet shows. > > > > Fixes: 0a92e63fc4cd ("raw/ioat: add local API to perform copies") Cc: sta...@dpdk.org > > > > Signed-off-by: Xiao

Re: [dpdk-dev] [PATCH] doc: fix address type description for IOAT rawdev

2019-10-17 Thread Bruce Richardson
On Thu, Oct 17, 2019 at 08:01:47PM -0400, Xiao Wang wrote: > Align the description to what the code snippet shows. > > Fixes: 0a92e63fc4cd ("raw/ioat: add local API to perform copies") > > Signed-off-by: Xiao Wang > --- > doc/guides/rawdevs/ioat.rst | 2 +- > 1 file changed, 1 insertion(+), 1 d

[dpdk-dev] [PATCH] doc: fix address type description for IOAT rawdev

2019-10-17 Thread Xiao Wang
Align the description to what the code snippet shows. Fixes: 0a92e63fc4cd ("raw/ioat: add local API to perform copies") Signed-off-by: Xiao Wang --- doc/guides/rawdevs/ioat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rawdevs/ioat.rst b/doc/guides/rawdevs/i