]> git.droids-corp.org - dpdk.git/commit
ip_frag: revert fix fragmenting IPv4 fragment
authorHuichao Cai <chcchc88@163.com>
Mon, 25 Oct 2021 07:55:53 +0000 (15:55 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 8 Nov 2021 22:32:38 +0000 (23:32 +0100)
commit013bb504c81ed4efce61a8c5c1bd169f539797ef
treed7a02fd90766f6f8735028aeb3cce376593b54d9
parentf8e0f8ce90303ba75e4301b1fb6ce57d8d255d8f
ip_frag: revert fix fragmenting IPv4 fragment

The patch ("ip_frag: fix fragmenting IPv4 fragment") introduces
a bug and needs to be rolled back. This is because the patch
and variables "flag_offset" conflict with each other.

Bugzilla ID: 835
Fixes: 567473433b7e ("ip_frag: fix fragmenting IPv4 fragment")
Cc: stable@dpdk.org
Signed-off-by: Huichao Cai <chcchc88@163.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/ip_frag/rte_ipv4_fragmentation.c