doc: fix a minor typo in testpmd guide

Message ID 20190216111323.4760-1-ramirose@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: fix a minor typo in testpmd guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Rami Rosen Feb. 16, 2019, 11:13 a.m. UTC
  This patch fixes a minor typo in testpmd guide.

Cc: stable@dpdk.org
Fixes: 3c272b280a50 ("app/testpmd: add commands for RSS queue region")

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Zhao1, Wei Feb. 18, 2019, 1:26 a.m. UTC | #1
Acked-by: Wei Zhao <wei.zhao1@intel.com>


> -----Original Message-----
> From: Rami Rosen [mailto:ramirose@gmail.com]
> Sent: Saturday, February 16, 2019 7:13 PM
> To: dev@dpdk.org
> Cc: Zhao1, Wei <wei.zhao1@intel.com>; stable@dpdk.org; Rami Rosen
> <ramirose@gmail.com>
> Subject: [PATCH] doc: fix a minor typo in testpmd guide
> 
> This patch fixes a minor typo in testpmd guide.
> 
> Cc: stable@dpdk.org
> Fixes: 3c272b280a50 ("app/testpmd: add commands for RSS queue region")
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  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 029148041..5de9f1be1 100644
> --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
> @@ -932,7 +932,7 @@ where:
> 
>  * "on"is just an enable function which server for other configuration,
>    it is for all configuration about queue region from up layer,
> -  at first will only keep in DPDK softwarestored in driver,
> +  at first will only keep in DPDK software stored in driver,
>    only after "flush on", it commit all configuration to HW.
>    "off" is just clean all configuration about queue region just now,
>    and restore all to DPDK i40e driver default config when start up.
> --
> 2.19.2
  
Ferruh Yigit Feb. 18, 2019, 4:47 p.m. UTC | #2
On 2/18/2019 1:26 AM, Zhao1, Wei wrote:

> 
> 
>> -----Original Message-----
>> From: Rami Rosen [mailto:ramirose@gmail.com]
>> Sent: Saturday, February 16, 2019 7:13 PM
>> To: dev@dpdk.org
>> Cc: Zhao1, Wei <wei.zhao1@intel.com>; stable@dpdk.org; Rami Rosen
>> <ramirose@gmail.com>
>> Subject: [PATCH] doc: fix a minor typo in testpmd guide
>>
>> This patch fixes a minor typo in testpmd guide.
>>
>> Cc: stable@dpdk.org
>> Fixes: 3c272b280a50 ("app/testpmd: add commands for RSS queue region")
>>
>> Signed-off-by: Rami Rosen <ramirose@gmail.com>
>
> Acked-by: Wei Zhao <wei.zhao1@intel.com>
Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 029148041..5de9f1be1 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -932,7 +932,7 @@  where:
 
 * "on"is just an enable function which server for other configuration,
   it is for all configuration about queue region from up layer,
-  at first will only keep in DPDK softwarestored in driver,
+  at first will only keep in DPDK software stored in driver,
   only after "flush on", it commit all configuration to HW.
   "off" is just clean all configuration about queue region just now,
   and restore all to DPDK i40e driver default config when start up.