patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] doc: fix the typo of hexadecimal writing
@ 2021-11-26  8:59 Bing Zhao
  2023-06-30 21:33 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Bing Zhao @ 2021-11-26  8:59 UTC (permalink / raw)
  To: viacheslavo, matan; +Cc: dev, rasland, stable

A leading '0' was missed of the hexadecimal value.

Fixes: 3ceeed9f7855 ("doc: update flow mark action in mlx5 guide")
Cc: viacheslavo@nvidia.com
Cc: stable@dpdk.org

Signed-off-by: Bing Zhao <bingz@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.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 feb2e57cee..176f890b0d 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -1033,7 +1033,7 @@ Driver options
 
   For the MARK action the last 16 values in the full range are reserved for
   internal PMD purposes (to emulate FLAG action). The valid range for the
-  MARK action values is 0-0xFFEF for the 16-bit mode and 0-xFFFFEF
+  MARK action values is 0-0xFFEF for the 16-bit mode and 0-0xFFFFEF
   for the 24-bit mode, the flows with the MARK action value outside
   the specified range will be rejected.
 
-- 
2.27.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: fix the typo of hexadecimal writing
  2021-11-26  8:59 [PATCH] doc: fix the typo of hexadecimal writing Bing Zhao
@ 2023-06-30 21:33 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2023-06-30 21:33 UTC (permalink / raw)
  To: Bing Zhao; +Cc: viacheslavo, matan, dev, rasland, stable

On Fri, 26 Nov 2021 10:59:57 +0200
Bing Zhao <bingz@nvidia.com> wrote:

> A leading '0' was missed of the hexadecimal value.
> 
> Fixes: 3ceeed9f7855 ("doc: update flow mark action in mlx5 guide")
> Cc: viacheslavo@nvidia.com
> Cc: stable@dpdk.org
> 
> Signed-off-by: Bing Zhao <bingz@nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>

This was already fixed

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-30 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26  8:59 [PATCH] doc: fix the typo of hexadecimal writing Bing Zhao
2023-06-30 21:33 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).