Re: [dpdk-dev] [PATCH] ip_frag: fix the buf of fragmenting IPv4 fragment

2021-11-08 Thread Thomas Monjalon
> > Bugzilla ID: 835 > > Fixes: 567473433b7e ("ip_frag: fix fragmenting IPv4 fragment") > > Cc: sta...@dpdk.org > > Signed-off-by: huichao cai > > Acked-by: Konstantin Ananyev Revert applied, thanks.

Re: [dpdk-dev] [PATCH] ip_frag: fix the buf of fragmenting IPv4 fragment

2021-10-28 Thread Ananyev, Konstantin
> Bugzilla ID: 835 > Fixes: 567473433b7e ("ip_frag: fix fragmenting IPv4 fragment") > Cc: sta...@dpdk.org > Signed-off-by: huichao cai > --- > lib/ip_frag/rte_ipv4_fragmentation.c | 9 +++-- > 1 file changed, 3 insertions(+), 6 deletions(-) > > diff --git a/lib/ip_frag/rte_ipv4_fragmentat

[dpdk-dev] [PATCH] ip_frag: fix the buf of fragmenting IPv4 fragment

2021-10-25 Thread huichao cai
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: sta...@dpdk.org Signed-off-by: huic