Dekel Peled 563ac307a4 net/mlx5: support match on GTP flags
This patch adds to MLX5 PMD the support of matching on
GTP header item v_pt_rsv_flags.

This item is contained in 1 byte of the format:
-------------------------------------------
| bit   | 0 - 2   | 3  | 4   | 5 | 6 | 7  |
|-----------------------------------------|
| value | Version | PT | Res | E | S | PN |
-------------------------------------------

Matching is supported only for GTP flags E, S, PN.
Therefore values 0 to 7 are supported.

Mask must be set accordingly:
... gtp v_pt_rsv_flags is 1 v_pt_rsv_flags mask 0x07 ...

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
2020-05-11 22:27:39 +02:00
..
2019-11-28 03:12:55 +01:00
2019-11-06 21:30:00 +01:00
2019-11-15 11:36:27 +01:00
2020-03-18 10:21:42 +01:00
2020-04-21 13:57:08 +02:00
2020-04-21 13:57:07 +02:00
2020-01-20 18:02:17 +01:00
2020-01-17 19:59:18 +01:00
2019-11-26 00:12:08 +01:00
2020-03-18 10:21:41 +01:00
2020-02-25 15:55:54 +01:00
2020-05-11 22:27:39 +02:00
2019-07-23 14:31:34 +02:00
2020-04-21 13:57:07 +02:00
2019-10-23 16:43:08 +02:00
2019-11-26 18:05:15 +01:00
2020-04-21 13:57:06 +02:00
2019-11-26 18:05:15 +01:00
2020-02-21 11:41:21 +01:00