Re: [dpdk-dev] [PATCH v2] ip_frag: fix fragmenting ipv4 packet with header option

2021-04-21 Thread Thomas Monjalon
> > From: Pu Xu <583493...@qq.com> > > > > When fragmenting ipv4 packet, the data offset should be calculated through > > the ihl field in ip header rather than using sizeof(struct rte_ipv4_hdr). > > > > Fixes: 4c38e5532a07 ("ip_frag: refactor IPv4 fragmentation into a proper > > library") + Cc

Re: [dpdk-dev] [PATCH v2] ip_frag: fix fragmenting ipv4 packet with header option

2021-04-06 Thread Ananyev, Konstantin
> > From: Pu Xu <583493...@qq.com> > > When fragmenting ipv4 packet, the data offset should be calculated through > the ihl field in ip header rather than using sizeof(struct rte_ipv4_hdr). > > Fixes: 4c38e5532a07 ("ip_frag: refactor IPv4 fragmentation into a proper > library") > > Signed-of

Re: [dpdk-dev] [PATCH v2] ip_frag: fix fragmenting ipv4 packet with header option

2021-03-25 Thread Aaron Conole
583493...@qq.com writes: > From: Pu Xu <583493...@qq.com> > > When fragmenting ipv4 packet, the data offset should be calculated through > the ihl field in ip header rather than using sizeof(struct rte_ipv4_hdr). > > Fixes: 4c38e5532a07 ("ip_frag: refactor IPv4 fragmentation into a proper > libra

[dpdk-dev] [PATCH v2] ip_frag: fix fragmenting ipv4 packet with header option

2021-03-25 Thread 583493798
From: Pu Xu <583493...@qq.com> When fragmenting ipv4 packet, the data offset should be calculated through the ihl field in ip header rather than using sizeof(struct rte_ipv4_hdr). Fixes: 4c38e5532a07 ("ip_frag: refactor IPv4 fragmentation into a proper library") Signed-off-by: Pu Xu <583493...@