Re: [PATCH] fix: rename dpdk-ioat to dpdk-dma in example

2022-10-21 Thread David Marchand
On Wed, Oct 12, 2022 at 12:44 PM Conor Walsh wrote: > > When the dpdk-ioat app was renamed to dpdk-dma this example command > was missed, this patch corrects that issue. > > Fixes: bb4141dbe5da ("examples/dma: rename ioat application example") > > Signed-off-by: Conor Walsh Applied, thanks. --

[PATCH] fix: rename dpdk-ioat to dpdk-dma in example

2022-10-12 Thread Conor Walsh
When the dpdk-ioat app was renamed to dpdk-dma this example command was missed, this patch corrects that issue. Fixes: bb4141dbe5da ("examples/dma: rename ioat application example") Signed-off-by: Conor Walsh --- doc/guides/sample_app_ug/dma.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletio