net: fix IPv4 change announce
authorGregory Etelson <getelson@nvidia.com>
Thu, 14 Oct 2021 17:41:12 +0000 (20:41 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 14 Oct 2021 21:00:40 +0000 (23:00 +0200)
commit5dee2a0a6b445ba95d5dfe922dc9c3e33cb8015a
treee846b08d62376219a096cffbded6a1001a176d4e
parente5ece1f467aa7b31811b174c196f9ec0909c7ae0
net: fix IPv4 change announce

IPv4 header encodes fragment information into 16 bits field.
3 bits hold flags and remaining 13 bits are for fragment offset.
13 bits bit-field cannot be defined both for big and little endian
systems.

The patch removes IPv4 fragments union announce.

Fixes: f7383e7c7ec1 ("net: announce changes in IPv4 header access")

Signed-off-by: Gregory Etelson <getelson@nvidia.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Ori Kam <orika@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
doc/guides/rel_notes/deprecation.rst