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

2020-02-25 Thread Thomas Monjalon
31/12/2019 08:36, Yong Wang: > Remove the redundant "when used". And modify "ans" to "and". > > Fixes: b21302a10721 ("eventdev: add Tx flag for packets with same > destination") > Fixes: 92c083915ade ("doc: update release notes for 19.11") > > Signed-off-by: Yong Wang Applied, thanks Note: on

[dpdk-dev] [PATCH] doc: fix typos in rel_notes-19.11

2019-12-31 Thread Yong Wang
Remove the redundant "when used". And modify "ans" to "and". Fixes: b21302a10721 ("eventdev: add Tx flag for packets with same destination") Fixes: 92c083915ade ("doc: update release notes for 19.11") Signed-off-by: Yong Wang --- doc/guides/rel_notes/release_19_11.rst | 5 ++--- 1 file changed,

[dpdk-dev] [PATCH] doc: fix typos in rte flow guide

2019-06-18 Thread Xiaolong Ye
Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API") Cc: sta...@dpdk.org Signed-off-by: Xiaolong Ye --- doc/guides/howto/rte_flow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/howto/rte_flow.rst b/doc/guides/howto/rte_flow.rst index e197376e2..27d4f2

Re: [dpdk-dev] [PATCH] doc: fix typos in testpmd user guide

2019-04-01 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Dekel Peled > Sent: Sunday, March 31, 2019 11:21 AM > To: Wu, Jingjing ; Lu, Wenzhuo > > Cc: dev@dpdk.org; or...@mellanox.com; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix typos

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 testpmd user guide

2019-03-31 Thread Dekel Peled
Correct typing mistakes in several places. 1) "Those command will" ==> "These commands will" 2) icmp6_nd_opt_sla_eth ==> icmp6_nd_opt_tla_eth (change 's' to 't' for 'target' where applicable) Fixes: 1960be7d32f8 ("app/testpmd: add VXLAN encap/decap") Cc: sta...@dpdk.org Signed-off-by: Dekel Pe

[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

Re: [dpdk-dev] [PATCH] doc: fix typos in the flow API guide

2018-10-03 Thread Ferruh Yigit
On 9/26/2018 3:37 PM, Ilya Maximets wrote: > Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API") > Cc: sta...@dpdk.org > > Signed-off-by: Ilya Maximets Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] doc: fix typos in the flow API guide

2018-09-26 Thread Ilya Maximets
Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API") Cc: sta...@dpdk.org Signed-off-by: Ilya Maximets --- doc/guides/howto/rte_flow.rst | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/guides/howto/rte_flow.rst b/doc/guides/howto/rte_flow.rst index c71152

Re: [dpdk-dev] [PATCH] doc: fix typos in virtio howto guide

2017-07-02 Thread Thomas Monjalon
> > Signed-off-by: Yong Wang > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix typos in virtio howto guide

2017-06-26 Thread Mcnamara, John
> -Original Message- > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Monday, June 19, 2017 11:14 AM > To: Mcnamara, John > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH] doc: fix typos in virtio howto guide > > Signed-off-by: Yong Wang Acked-by: John McNamara

[dpdk-dev] [PATCH] doc: fix typos in virtio howto guide

2017-06-19 Thread Yong Wang
Signed-off-by: Yong Wang --- doc/guides/howto/virtio_user_as_exceptional_path.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/howto/virtio_user_as_exceptional_path.rst b/doc/guides/howto/virtio_user_as_exceptional_path.rst index 0bbcd3f..3f99fe8 100644 ---

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

2016-12-06 Thread Thomas Monjalon
> > Signed-off-by: Yong Wang > > Acked-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH] doc: fix typos in code comments

2016-11-29 Thread Yong Wang
Signed-off-by: Yong Wang --- lib/librte_mempool/rte_mempool.h | 2 +- lib/librte_ring/rte_ring.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_mempool/rte_mempool.h b/lib/librte_mempool/rte_mempool.h index 440f3b1..c221333 100644 --- a/lib/librte_mempool/

[dpdk-dev] [PATCH] doc: fix typos in code comments

2016-11-29 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Yong Wang > Sent: Tuesday, November 29, 2016 10:24 PM > To: olivier.matz at 6wind.com > Cc: dev at dpdk.org; Yong Wang > Subject: [dpdk-dev] [PATCH] doc: fix typos in code comments >

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

2016-11-07 Thread Thomas Monjalon
> > Fixes typos present in the documentation and code comments. > > > > Signed-off-by: Alain Leon > > Acked-by: John McNamara Applied, thanks

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

2016-11-07 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Alain Leon > Sent: Monday, November 7, 2016 3:20 AM > To: dev at dpdk.org > Cc: Alain Leon > Subject: [dpdk-dev] [PATCH] doc: fix typos > > Fixes typos present in the documen

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

2016-11-07 Thread Alain Leon
Fixes typos present in the documentation and code comments. Signed-off-by: Alain Leon --- doc/guides/prog_guide/overview.rst | 2 +- lib/librte_kni/rte_kni.h | 2 +- lib/librte_mbuf/rte_mbuf.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/pro

[dpdk-dev] [PATCH] doc: fix typos and inaccuracies (mlx4/mlx5)

2015-12-14 Thread Thomas Monjalon
2015-12-14 20:28, Olga Shern: > Signed-off-by: Olga Shern > --- > doc/guides/nics/mlx4.rst | 10 +- > doc/guides/nics/mlx5.rst |4 ++-- > doc/guides/rel_notes/release_2_2.rst | 12 ++-- > 3 files changed, 17 insertions(+), 9 deletions(-) Applied, t

[dpdk-dev] [PATCH] doc: fix typos and inaccuracies (mlx4/mlx5)

2015-12-14 Thread Olga Shern
Signed-off-by: Olga Shern --- doc/guides/nics/mlx4.rst | 10 +- doc/guides/nics/mlx5.rst |4 ++-- doc/guides/rel_notes/release_2_2.rst | 12 ++-- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/n

[dpdk-dev] [PATCH] doc: fix typos in ring lib

2014-12-11 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Tuesday, December 9, 2014 12:28 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix typos in ring lib > > Ring library section in PG had a couple of typo

[dpdk-dev] [PATCH] doc: fix typos in ring lib

2014-12-09 Thread Pablo de Lara
Ring library section in PG had a couple of typos, in the text and in one of the images Signed-off-by: Pablo de Lara --- doc/guides/prog_guide/img/ring-modulo1.svg |2 +- doc/guides/prog_guide/ring_lib.rst |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/g