Re: [PATCH v4] net: add bit fields to IPv6 header definition

2024-10-18 Thread David Marchand
On Tue, Jun 18, 2024 at 2:44 PM Morten Brørup wrote: > > From: Gregory Etelson [mailto:getel...@nvidia.com] > > > > DPDK IPv6 header definition combined the `version`, `traffic class` > > and `flow label` header fields into a single 32 bits structure member > > `vtc_flow`. > > > > The patch expan

RE: [PATCH v4] net: add bit fields to IPv6 header definition

2024-06-18 Thread Morten Brørup
> From: Gregory Etelson [mailto:getel...@nvidia.com] > > DPDK IPv6 header definition combined the `version`, `traffic class` > and `flow label` header fields into a single 32 bits structure member > `vtc_flow`. > > The patch expands IPv6 header definition with dedicated structure > members for th

[PATCH v4] net: add bit fields to IPv6 header definition

2024-06-18 Thread Gregory Etelson
DPDK IPv6 header definition combined the `version`, `traffic class` and `flow label` header fields into a single 32 bits structure member `vtc_flow`. The patch expands IPv6 header definition with dedicated structure members for the `version`, `traffic class` and `flow label` fields. The `traffic c