net/mlx5: support modifying VLAN priority on VLAN header
authorMoti Haimovsky <motih@mellanox.com>
Mon, 9 Sep 2019 15:56:47 +0000 (18:56 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 20 Sep 2019 08:19:41 +0000 (10:19 +0200)
commit68fad3635042111d0ef70ffcd01eadfc9a5dabbc
tree661fbfc7d58a172ef0c9f48bc4e29abccc3250aa
parent9aee7a8418d4490c232084633a10682e9c0a66d5
net/mlx5: support modifying VLAN priority on VLAN header

This commit adds support for modifying the VLAN priority (PCP) field
in about-to-be-pushed VLAN header.
This feature can only modify the PCP field of a new VLAN header yet
to be pushed. It does not support modifying an existing or already
pushed VLAN headers.

Signed-off-by: Moti Haimovsky <motih@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
doc/guides/nics/mlx5.rst
doc/guides/rel_notes/release_19_11.rst
drivers/net/mlx5/mlx5_flow_dv.c