Re: [dpdk-dev] [PATCH] doc: fix mark action zero value description in mlx5 guide

2021-02-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Friday, February 5, 2021 2:15 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; sta...@dpdk.org > Subject: [PATCH] doc: fix mark action zero value description in mlx5 guide > > The zero value in flow MARK action is

[dpdk-dev] [PATCH] doc: fix mark action zero value description in mlx5 guide

2021-02-05 Thread Viacheslav Ovsiienko
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: 3c