Re: [dpdk-dev] [PATCH] doc: fix a typo in rte flow guide

2020-10-28 Thread Andrew Rybchenko
On 10/28/20 7:46 AM, Ajit Khaparde wrote: > flow_type_rss_offloads was misspelt as flow_tpe_rss_offloads > > Fixes: 6abee736abe6 ("doc: update RSS flow action with best effort") > Cc: sta...@dpdk.org > > Signed-off-by: Ajit Khaparde Acked-by: Andrew Rybchenko Applied to dpdk-next-net/main, th

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

2020-10-28 Thread Ajit Khaparde
flow_type_rss_offloads was misspelt as flow_tpe_rss_offloads Fixes: 6abee736abe6 ("doc: update RSS flow action with best effort") Cc: sta...@dpdk.org Signed-off-by: Ajit Khaparde --- doc/guides/prog_guide/rte_flow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide

Re: [dpdk-dev] [PATCH] doc: fix a typo in mlx5 guide

2020-07-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Ali Alnubani > Sent: Wednesday, July 8, 2020 12:13 PM > To: dev@dpdk.org > Cc: Alexander Kozyrev > Subject: [dpdk-dev] [PATCH] doc: fix a typo in mlx5 guide > > Fixes: ecb160456aed ("net/mlx5: add device par

[dpdk-dev] [PATCH] doc: fix a typo in mlx5 guide

2020-07-08 Thread Ali Alnubani
Fixes: ecb160456aed ("net/mlx5: add device parameter for MPRQ stride size") Cc: akozy...@mellanox.com Signed-off-by: Ali Alnubani --- doc/guides/nics/mlx5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index b51aa67a7..

Re: [dpdk-dev] [PATCH] doc: fix a typo in ntb guide

2020-01-20 Thread Thomas Monjalon
23/12/2019 03:39, Wu, Jingjing: > From: Li, Xiaoyun > > In prerequisites of ntb guide, the correct flag when loading igb_uio > > module should be `wc_activate=1`, not `wc_active=1`. > > > > Fixes: 11b5c7daf019 ("raw/ntb: add enqueue and dequeue functions") > > Cc: sta...@dpdk.org > > > > Signed-

Re: [dpdk-dev] [PATCH] doc: fix a typo in ntb guide

2019-12-22 Thread Wu, Jingjing
> -Original Message- > From: Li, Xiaoyun > Sent: Wednesday, December 4, 2019 11:20 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Li, Xiaoyun ; sta...@dpdk.org > Subject: [PATCH] doc: fix a typo in ntb guide > > In prerequisites of ntb guide, the correct flag when loading igb_uio > module

[dpdk-dev] [PATCH] doc: fix a typo in ntb guide

2019-12-04 Thread Xiaoyun Li
In prerequisites of ntb guide, the correct flag when loading igb_uio module should be `wc_activate=1`, not `wc_active=1`. Fixes: 11b5c7daf019 ("raw/ntb: add enqueue and dequeue functions") Cc: sta...@dpdk.org Signed-off-by: Xiaoyun Li --- doc/guides/rawdevs/ntb.rst | 4 ++-- 1 file changed, 2 i

Re: [dpdk-dev] [PATCH] doc: fix a typo in procinfo guide

2019-04-05 Thread Thomas Monjalon
25/03/2019 11:20, Kovacevic, Marko: > > Subject: [PATCH] doc: fix a typo in procinfo guide > > > > This patch fixes a trivial info in proc info section. > > informationi=>information. > > > > Fixes: 8a37f37fc243 ("app/procinfo: add --show-port") > > > > Signed-off-by: Rami Rosen > > Acked-by:

Re: [dpdk-dev] [PATCH] doc: fix a typo in procinfo guide

2019-03-25 Thread Kovacevic, Marko
> Subject: [PATCH] doc: fix a typo in procinfo guide > > This patch fixes a trivial info in proc info section. > informationi=>information. > > Fixes: 8a37f37fc243 ("app/procinfo: add --show-port") > > Signed-off-by: Rami Rosen > --- > doc/guides/tools/proc_info.rst | 2 +- > 1 file changed, 1

Re: [dpdk-dev] [PATCH] doc: fix a typo in procinfo guide

2019-03-22 Thread Varghese, Vipin
Thanks for the correction. Reviewed-by: Vipin Varghese > -Original Message- > From: Rami Rosen > Sent: Friday, March 22, 2019 4:07 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Varghese, Vipin > ; Kovacevic, Marko > ; Rami Rosen > Subject: [PATCH] doc: fix a typo in procinfo guide > >

[dpdk-dev] [PATCH] doc: fix a typo in procinfo guide

2019-03-22 Thread Rami Rosen
This patch fixes a trivial info in proc info section. informationi=>information. Fixes: 8a37f37fc243 ("app/procinfo: add --show-port") Signed-off-by: Rami Rosen --- doc/guides/tools/proc_info.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/tools/proc_info.rst

Re: [dpdk-dev] [PATCH] doc: fix a typo in programmer's guide

2019-01-07 Thread Hunt, David
Hi Yong Wang, On 7/1/2019 2:50 AM, Yong Wang wrote: This patch fixes a typo in programmer's guide. It should be Frequence, not Fequence. It should be Frequency. Rgds, Dave. Fixes: 450f0791312c ("power: add traffic pattern aware power control") Signed-off-by: Yong Wang --- doc/guides/

[dpdk-dev] [PATCH] doc: fix a typo in programmer's guide

2019-01-06 Thread Yong Wang
This patch fixes a typo in programmer's guide. It should be Frequence, not Fequence. Fixes: 450f0791312c ("power: add traffic pattern aware power control") Signed-off-by: Yong Wang --- doc/guides/prog_guide/power_man.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gu

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

2019-01-03 Thread Iremonger, Bernard
Hi Rami, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Thursday, December 27, 2018 7:59 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; wis...@mellanox.com; Rami Rosen > > Subject: [dpdk-dev] [PATCH] doc: fix a typo

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

2018-12-30 Thread Wisam Monther
-Original Message- From: Rami Rosen [mailto:ramir...@gmail.com] Sent: Thursday, December 27, 2018 9:59 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Wisam Monther; Rami Rosen Subject: [PATCH] doc: fix a typo in testpmd user guide This patch fixes a typo in testpmd user guide. Fixes: aac6f1

[dpdk-dev] [PATCH] doc: fix a typo in testpmd user guide

2018-12-27 Thread Rami Rosen
This patch fixes a typo in testpmd user guide. Fixes: aac6f11f5864 ("app/testpmd: add ethernet peer command") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_

[dpdk-dev] [PATCH] doc: fix a typo in testpmd guide

2018-12-03 Thread Rami Rosen
This patch fixes a typo in testpmd guide (should be ICMP and not IMCP) Fixes: ac718398f477 ("doc: testpmd application user guide") Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app

Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide

2018-12-03 Thread Iremonger, Bernard
Hi Rami > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Iremonger, Bernard > Sent: Sunday, December 2, 2018 5:44 PM > To: Rami Rosen ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide &g

Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide

2018-12-02 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Saturday, December 1, 2018 6:15 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Rami Rosen > Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide > > This patch

[dpdk-dev] [PATCH] doc: fix a typo in testpmd guide

2018-11-30 Thread Rami Rosen
This patch fixes a typo in testpmd guide (should be ICMP and not IMCP) Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_fu

Re: [dpdk-dev] [PATCH] doc: fix a typo in flow API doc

2018-05-27 Thread Thomas Monjalon
27/05/2018 20:55, Jerin Jacob: > Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API") > > Cc: adrien.mazarg...@6wind.com > Cc: sta...@dpdk.org > > Signed-off-by: Jerin Jacob Applied, thanks

[dpdk-dev] [PATCH] doc: fix a typo in flow API doc

2018-05-27 Thread Jerin Jacob
Fixes: 3e0ceb9f17ff ("doc: add basic howto for flow API") Cc: adrien.mazarg...@6wind.com Cc: sta...@dpdk.org Signed-off-by: Jerin Jacob --- doc/guides/howto/rte_flow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/howto/rte_flow.rst b/doc/guides/howto/rte_flow

[dpdk-dev] [PATCH] doc: fix a typo in the programmer's guide

2018-04-21 Thread Rami Rosen
This patch fixes a trivial typo in the programmer's guide. Fixes: 1733be6d3147 ("doc: new eal multi-pthread feature") Signed-off-by: Rami Rosen --- doc/guides/prog_guide/env_abstraction_layer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/env_abstr

Re: [dpdk-dev] [PATCH] doc: fix a typo

2018-04-09 Thread Kovacevic, Marko
> Signed-off-by: Jerin Jacob > --- > doc/guides/prog_guide/rawdev.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Marko Kovacevic

[dpdk-dev] [PATCH] doc: fix a typo

2018-04-07 Thread Jerin Jacob
Cc: sta...@dpdk.org Fixes: a9bb0c44c775 ("doc: add rawdev library guide and doxygen page") Signed-off-by: Jerin Jacob --- doc/guides/prog_guide/rawdev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst index

Re: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni)

2018-01-10 Thread Thomas Monjalon
08/01/2018 17:24, Ferruh Yigit: > On 12/29/2017 12:08 PM, Rami Rosen wrote: > > This trivial patch fixes a typo in sample apps guide, in > > the kernel nic interface (kni) section. > > Using "-config", as it is now today in this doc, will not > > work and will emit an error; it shuold be "--config

Re: [dpdk-dev] [PATCH] doc: fix a typo in programmer's guide

2018-01-10 Thread Thomas Monjalon
> > Fix the mismatch of two table's title and content > > > > Signed-off-by: Gong Deli > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni)

2018-01-08 Thread Ferruh Yigit
On 12/29/2017 12:08 PM, Rami Rosen wrote: > This trivial patch fixes a typo in sample apps guide, in > the kernel nic interface (kni) section. > Using "-config", as it is now today in this doc, will not > work and will emit an error; it shuold be "--config" instead, > and this patch fixes it acco

[dpdk-dev] [PATCH] doc: fix a typo in sample apps guide (kni)

2017-12-29 Thread Rami Rosen
This trivial patch fixes a typo in sample apps guide, in the kernel nic interface (kni) section. Using "-config", as it is now today in this doc, will not work and will emit an error; it shuold be "--config" instead, and this patch fixes it accordingly. Signed-off-by: Rami Rosen --- doc/guides

Re: [dpdk-dev] [PATCH] doc: fix a typo in programmer's guide

2017-12-11 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gong Deli > Sent: Monday, November 27, 2017 9:02 AM > To: Dumitrescu, Cristian ; Mcnamara, John > > Cc: dev@dpdk.org; Gong Deli > Subject: [dpdk-dev] [PATCH] doc: fix a typo in programmer

[dpdk-dev] [PATCH] doc: fix a typo in programmer's guide

2017-11-27 Thread Gong Deli
Fix the mismatch of two table's title and content Signed-off-by: Gong Deli --- doc/guides/prog_guide/qos_framework.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/qos_framework.rst b/doc/guides/prog_guide/qos_framework.rst index f3f60b8..31030a2

Re: [dpdk-dev] [PATCH] doc: fix a typo in ip pipeline app guide

2017-11-12 Thread Thomas Monjalon
> > This patch fixes a trivial typo in ip pipeline app guide. > > > > Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide

2017-11-07 Thread Thomas Monjalon
> > This patch fixes a trivial typo in DPDK programmer's guide: > > it should be rte_cpu_get_features() instead of rte_cpu_get_feature(). > > > > Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide

2017-11-02 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Sunday, October 29, 2017 1:25 PM > To: dev@dpdk.org > Cc: Rosen, Rami > Subject: [dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide > > This patch

Re: [dpdk-dev] [PATCH] doc: fix a typo in ip pipeline app guide

2017-11-02 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Saturday, October 28, 2017 8:58 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Rosen, Rami > > Subject: [dpdk-dev] [PATCH] doc: fix a typo in ip pipeline app guide &g

Re: [dpdk-dev] [PATCH] doc: fix a typo in ip pipeline app guide

2017-10-31 Thread Dumitrescu, Cristian
> -Original Message- > From: Rosen, Rami > Sent: Saturday, October 28, 2017 8:58 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Rosen, Rami > > Subject: [PATCH] doc: fix a typo in ip pipeline app guide > > This patch fixes a trivial typo in ip pipeline app guide. > > Signed-off-by:

[dpdk-dev] [PATCH] doc: fix a typo in DPDK programmer's guide

2017-10-29 Thread Rami Rosen
This patch fixes a trivial typo in DPDK programmer's guide: it should be rte_cpu_get_features() instead of rte_cpu_get_feature(). Signed-off-by: Rami Rosen --- doc/guides/prog_guide/env_abstraction_layer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guid

[dpdk-dev] [PATCH] doc: fix a typo in ip pipeline app guide

2017-10-28 Thread Rami Rosen
This patch fixes a trivial typo in ip pipeline app guide. Signed-off-by: Rami Rosen --- doc/guides/sample_app_ug/ip_pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst b/doc/guides/sample_app_ug/ip_pipeline.rst index 693d813.

Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide

2017-10-05 Thread Thomas Monjalon
25/09/2017 13:21, Mcnamara, John: > From: Rami Rosen > > > > This patch fixes a trivial typo in testpmd guide. > > > > Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide

2017-09-25 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Saturday, September 23, 2017 5:55 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Rosen, Rami > > Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide > > This

Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd guide

2017-09-24 Thread Xing, Beilei
> -Original Message- > From: Rosen, Rami > Sent: Sunday, September 24, 2017 12:55 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Rosen, Rami > Subject: [PATCH] doc: fix a typo in testpmd guide > > This patch fixes a trivial typo in testpmd guide. > > Signed-off-by: Rami Rosen Acked-by: B

[dpdk-dev] [PATCH] doc: fix a typo in testpmd guide

2017-09-23 Thread Rami Rosen
This patch fixes a trivial typo in testpmd guide. Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 2ed62f5

Re: [dpdk-dev] [PATCH] doc: fix a typo in kni documentation

2017-08-05 Thread Thomas Monjalon
> > Fixes: fc1f2750a3ec ("doc: programmers guide") > > > > Signed-off-by: Jerin Jacob > > Acked-by: John McNamara It looks to be a very old typo! Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix a typo in kni documentation

2017-08-04 Thread Mcnamara, John
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Friday, August 4, 2017 4:27 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Mcnamara, John > ; Jerin Jacob > Subject: [dpdk-dev] [PATCH] doc: fix a typo in kni documentation >

[dpdk-dev] [PATCH] doc: fix a typo in kni documentation

2017-08-03 Thread Jerin Jacob
Fixes: fc1f2750a3ec ("doc: programmers guide") Signed-off-by: Jerin Jacob --- doc/guides/prog_guide/kernel_nic_interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/kernel_nic_interface.rst b/doc/guides/prog_guide/kernel_nic_interface.rst index

Re: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide.

2017-07-01 Thread Thomas Monjalon
> > This patch fixes a trivial typo in the sample apps guide. > > commit 35b09d76f89e ("doc: use corelist instead of coremask") replaced the > > usage of coremask (-c) with corelist (-l). > > As a result of this patch, we have > > ./build/ipv4_multicast -l 0-3 -n 3 -- -p 0x3 -q 1 in the sample app

Re: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide.

2017-06-26 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Saturday, June 17, 2017 9:14 PM > To: dev@dpdk.org > Cc: Rosen, Rami > Subject: [dpdk-dev] [PATCH] doc: fix a typo in sample apps guide. > > This patch fixes a trivial

[dpdk-dev] [PATCH] doc: fix a typo in sample apps guide.

2017-06-17 Thread Rami Rosen
This patch fixes a trivial typo in the sample apps guide. commit 35b09d76f89e ("doc: use corelist instead of coremask") replaced the usage of coremask (-c) with corelist (-l). As a result of this patch, we have ./build/ipv4_multicast -l 0-3 -n 3 -- -p 0x3 -q 1 in the sample app guide, while the e

Re: [dpdk-dev] [PATCH] doc: fix a typo in howto guide

2017-04-04 Thread Thomas Monjalon
2017-03-29 09:58, Mcnamara, John: > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Wednesday, March 29, 2017 9:28 AM > > > > Signed-off-by: Yong Wang > > > Good catch. Thanks. > > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH ] doc: Fix a typo in a section about i40e PMD limitation.

2017-04-03 Thread Ferruh Yigit
On 4/3/2017 8:08 AM, Mcnamara, John wrote: > > >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen >> Sent: Monday, April 3, 2017 5:12 AM >> To: dev@dpdk.org >> Cc: Wu, Jingjing ; Rosen, Rami >> >> S

Re: [dpdk-dev] [PATCH ] doc: Fix a typo in a section about i40e PMD limitation.

2017-04-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Monday, April 3, 2017 5:12 AM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Rosen, Rami > > Subject: [dpdk-dev] [PATCH ] doc: Fix a typo in a section about i40e PMD > lim

[dpdk-dev] [PATCH ] doc: Fix a typo in a section about i40e PMD limitation.

2017-04-02 Thread Rami Rosen
This patch fixes a trivial typo in i40e documentation; commit edf1b ("add limitations for i40e PMD") added a comment about the behaviour upon DPDK application quit; however, it was wrongly titled as "after DPDK application exist" instead of "after DPDK application exit", and this trivial patch fix

Re: [dpdk-dev] [PATCH] doc: fix a typo in howto guide

2017-03-29 Thread Mcnamara, John
> -Original Message- > From: Yong Wang [mailto:wang.yon...@zte.com.cn] > Sent: Wednesday, March 29, 2017 9:28 AM > To: Mcnamara, John > Cc: dev@dpdk.org; Yong Wang > Subject: [PATCH] doc: fix a typo in howto guide > > Signed-off-by: Yong Wang Good catch. Thanks. Acked-by: John McN

[dpdk-dev] [PATCH] doc: fix a typo in howto guide

2017-03-29 Thread Yong Wang
Signed-off-by: Yong Wang --- doc/guides/howto/virtio_user_as_exceptional_path.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/howto/virtio_user_as_exceptional_path.rst b/doc/guides/howto/virtio_user_as_exceptional_path.rst index 939ced9..91a99c6 100644 --- a/do

Re: [dpdk-dev] [PATCH] doc: fix a typo in proc_info guide.

2017-01-17 Thread Thomas Monjalon
2017-01-05 23:36, Rami Rosen: > This patch fixes a typo in proc_info guide (tools), > doc/guides/tools/proc_info.rst. > > Signed-off-by: Rami Rosen Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd application guide.

2017-01-17 Thread Thomas Monjalon
> > This patch fixes a trivial typo in testpmd application guide. > > > > Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix a typo in testpmd application guide.

2017-01-09 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Saturday, January 7, 2017 2:08 PM > To: dev@dpdk.org > Cc: Rosen, Rami > Subject: [dpdk-dev] [PATCH] doc: fix a typo in testpmd application guide. > > This patch

[dpdk-dev] [PATCH] doc: fix a typo in testpmd application guide.

2017-01-07 Thread Rami Rosen
This patch fixes a trivial typo in testpmd application guide. Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst i

[dpdk-dev] [PATCH] doc: fix a typo in proc_info guide.

2017-01-05 Thread Rami Rosen
This patch fixes a typo in proc_info guide (tools), doc/guides/tools/proc_info.rst. Signed-off-by: Rami Rosen --- doc/guides/tools/proc_info.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/tools/proc_info.rst index baaf977..fd17

Re: [dpdk-dev] [PATCH] doc: Fix a typo in testpmd application user guide.

2016-12-20 Thread Thomas Monjalon
> > This patch fixes a trivial typo in testpmd application user guide. > > > > Signed-off-by: Rami Rosen > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: Fix a typo in testpmd application user guide.

2016-12-16 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Rami Rosen > Sent: Thursday, December 15, 2016 9:03 PM > To: dev@dpdk.org > Cc: Rosen, Rami > Subject: [dpdk-dev] [PATCH] doc: Fix a typo in testpmd application user > guide. > > This

[dpdk-dev] [PATCH] doc: Fix a typo in testpmd application user guide.

2016-12-15 Thread Rami Rosen
This patch fixes a trivial typo in testpmd application user guide. Signed-off-by: Rami Rosen --- doc/guides/testpmd_app_ug/run_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index d7c5120.

[dpdk-dev] [PATCH] doc: fix a typo in intel_vf.rst.

2016-09-19 Thread Bruce Richardson
On Wed, Sep 14, 2016 at 05:02:19PM +0100, Ferruh Yigit wrote: > On 8/8/2016 12:17 PM, Ferruh Yigit wrote: > > On 8/6/2016 7:16 AM, Rami Rosen wrote: > >> This patch fixes a typo in doc/guides/nics/intel_vf.rst. > >> > >> Signed-off-by: Rami Rosen > > > > Acked-by: Ferruh Yigit > > > > Fixes: f

[dpdk-dev] [PATCH] doc: fix a typo in intel_vf.rst.

2016-09-14 Thread Ferruh Yigit
On 8/8/2016 12:17 PM, Ferruh Yigit wrote: > On 8/6/2016 7:16 AM, Rami Rosen wrote: >> This patch fixes a typo in doc/guides/nics/intel_vf.rst. >> >> Signed-off-by: Rami Rosen > > Acked-by: Ferruh Yigit > Fixes: fc1f2750a3ec ("doc: programmers guide")

[dpdk-dev] [PATCH] doc: fix a typo in intel_vf.rst.

2016-08-08 Thread Ferruh Yigit
On 8/6/2016 7:16 AM, Rami Rosen wrote: > This patch fixes a typo in doc/guides/nics/intel_vf.rst. > > Signed-off-by: Rami Rosen Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] doc: fix a typo in intel_vf.rst.

2016-08-06 Thread Rami Rosen
This patch fixes a typo in doc/guides/nics/intel_vf.rst. Signed-off-by: Rami Rosen --- doc/guides/nics/intel_vf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/nics/intel_vf.rst index 95a79b5..9fe4209 100644 --- a/doc/guides/nics/

[dpdk-dev] [PATCH] doc: fix a typo

2014-10-31 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jincheng Miao > Sent: Friday, October 24, 2014 8:08 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix a typo > > Signed-off-by: Jincheng Miao Acked-by: Bernard Iremonge

[dpdk-dev] [PATCH] doc: fix a typo

2014-10-24 Thread Jincheng Miao
Signed-off-by: Jincheng Miao --- doc/guides/linux_gsg/sys_reqs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index 6a03f54..c14411e 100755 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linu