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

Ali Alnubani alialnu at mellanox.com
Wed Jul 8 11:13:20 CEST 2020


Fixes: ecb160456aed ("net/mlx5: add device parameter for MPRQ stride size")
Cc: akozyrev at mellanox.com

Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
---
 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..4b6d8fb4d 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -489,7 +489,7 @@ Driver options
   value is not in the range of device capability, the default value will be set
   with a warning message. The default value is 11 which is 2048 bytes per a
   stride, valid only if ``mprq_en`` is set. With ``mprq_log_stride_size`` set
-  it is possible for a pcaket to span across multiple strides. This mode allows
+  it is possible for a packet to span across multiple strides. This mode allows
   support of jumbo frames (9K) with MPRQ. The memcopy of some packets (or part
   of a packet if Rx scatter is configured) may be required in case there is no
   space left for a head room at the end of a stride which incurs some
-- 
2.27.0



More information about the dev mailing list