]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix a minor typo in testpmd guide
authorRami Rosen <ramirose@gmail.com>
Sat, 16 Feb 2019 11:13:23 +0000 (13:13 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 20 Feb 2019 15:41:43 +0000 (16:41 +0100)
This patch fixes a minor typo in testpmd guide.

Fixes: 3c272b280a50 ("app/testpmd: add commands for RSS queue region")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Wei Zhao <wei.zhao1@intel.com>
doc/guides/testpmd_app_ug/testpmd_funcs.rst

index 029148041083f6b1501c68b7a1a6d5fa7ebde69a..5de9f1be162e48d57de002f3a30c373cc8480b19 100644 (file)
@@ -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.