doc: fix mark action zero value in mlx5 guide
authorViacheslav Ovsiienko <viacheslavo@nvidia.com>
Fri, 5 Feb 2021 12:15:04 +0000 (14:15 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 10 Feb 2021 21:27:03 +0000 (22:27 +0100)
commitb8ee0a16cb844027495968941a101f37964073cc
tree0c6cea458eeb3937b1d7673c4d30606d28332bfc
parentb7fa0bf4d5c659f43d012f66b748d0f4c3d26b90
doc: fix mark action zero value in mlx5 guide

The zero value in flow MARK action is reported in Rx datapath
as tagged with zero FDIR ID. Once packet is marked in flow engine
it will be always reported as tagged. For metadata only the zero
value means there is "no metadata" in the packet and the metadata
flag is not set for the case.

Fixes: 3ceeed9f7855 ("doc: update flow mark action in mlx5 guide")
Cc: stable@dpdk.org
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
doc/guides/nics/mlx5.rst