Gregory Etelson 63f2bbfa82 net: introduce IPv4 IHL and version fields
RTE IPv4 header definition combines the `version' and `ihl'  fields
into a single structure member.
This patch introduces dedicated structure members for both `version'
and `ihl' IPv4 fields. Separated header fields definitions allow to
create simplified code to match on the IHL value in a flow rule.
The original `version_ihl' structure member is kept for backward
compatibility.

Signed-off-by: Gregory Etelson <getelson@nvidia.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2021-10-14 23:00:45 +02:00
..
2020-11-27 17:25:24 +01:00
2021-10-18 18:33:45 +02:00
2021-10-18 18:34:04 +02:00
2021-07-31 20:03:47 +02:00
2021-07-22 00:11:14 +02:00
2021-05-18 19:06:56 +02:00
2021-10-17 20:49:57 +02:00