net/mlx5e: Add intermediate struct for TC flow parsing attributes
authorOr Gerlitz <ogerlitz@mellanox.com>
Mon, 13 Mar 2017 06:33:03 +0000 (08:33 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 28 Mar 2017 12:33:59 +0000 (15:33 +0300)
commit17091853fc0bb8354283000e065a60b8cc682f5c
treeac63e20017514337fb73929872056c0ed090d005
parent3bc4b7bfa01f581f133fc678db9d4541dd794ae5
net/mlx5e: Add intermediate struct for TC flow parsing attributes

Add intermediate structure to store attributes parsed from TC filter
matching/actions parts which are soon to be configured into the HW.

Currently put there the flow matching spec after being parsed. More
content to be added in down-stream patch.

This patch doesn't change any functionality.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c