Re: [dpdk-dev] [PATCH] doc: fix typos in mlx5 doc

2019-04-01 Thread Shahaf Shuler
Sunday, March 31, 2019 1:12 PM, Dekel Peled: > Cc: dev@dpdk.org; Ori Kam ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix typos in mlx5 doc > > Correct typing mistakes: > appiled ==> applied > tarffic ==> traffic > > Fixes: 0280f2812284 ("doc: add mlx5

[dpdk-dev] [PATCH] doc: fix typos in mlx5 doc

2019-03-31 Thread Dekel Peled
Correct typing mistakes: appiled ==> applied tarffic ==> traffic Fixes: 0280f2812284 ("doc: add mlx5 E-Switch VXLAN tunnels limitations") Cc: sta...@dpdk.org Signed-off-by: Dekel Peled --- doc/guides/nics/mlx5.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/gui