[dpdk-dev] [PATCH v7 2/2] net: introduce IPv4 ihl and version fields

2021-10-14 Thread Gregory Etelson
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 rul

Re: [dpdk-dev] [PATCH v7 2/2] net: introduce IPv4 ihl and version fields

2021-10-14 Thread Ajit Khaparde
On Thu, Oct 14, 2021 at 10:42 AM Gregory Etelson wrote: > > 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 allo