net: announce changes in IPv4 header access

Announce changes to add 2 unions.
The first union will provide integral and bits access to version and IHL.
The second union will provide integral and bits access to fragment flags
and offset.

Signed-off-by: Gregory Etelson <getelson@nvidia.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
This commit is contained in:
Gregory Etelson 2021-08-02 13:38:34 +03:00 committed by Thomas Monjalon
parent ba8a263696
commit f7383e7c7e

View File

@ -150,6 +150,12 @@ Deprecation Notices
* net: ``s_addr`` and ``d_addr`` fields of ``rte_ether_hdr`` structure
will be renamed in DPDK 21.11 to avoid conflict with Windows Sockets headers.
* net: The structure ``rte_ipv4_hdr`` will have two unions.
The first union is for existing ``version_ihl`` byte
and new bitfield for version and IHL.
The second union is for existing ``fragment_offset``
and new bitfield for fragment flags and offset.
* compressdev: ``min`` and ``max`` fields of ``rte_param_log2_range`` structure
will be renamed in DPDK 21.11 to avoid conflict with Windows Sockets headers.