Re: [dpdk-dev] [PATCH] doc: minor fixes in tap guide

2019-11-21 Thread Stephen Hemminger
On Thu, 21 Nov 2019 14:27:01 +0100 Andrzej Ostruszka wrote: > Corrected one typo and ip address. > > Signed-off-by: Andrzej Ostruszka > > Fixes: de96fe68ae95 ("net/tap: add basic flow API patterns and actions") > Cc: sta...@dpdk.org > --- > doc/guides/nics/tap.rst | 4 ++-- > 1 file changed,

[dpdk-dev] [PATCH] doc: minor fixes in tap guide

2019-11-21 Thread Andrzej Ostruszka
Corrected one typo and ip address. Signed-off-by: Andrzej Ostruszka Fixes: de96fe68ae95 ("net/tap: add basic flow API patterns and actions") Cc: sta...@dpdk.org --- doc/guides/nics/tap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/tap.rst b/doc/guid