Re: [PATCH v2] gro : check for payload length after the trim

2022-10-26 Thread Thomas Monjalon
> > From: Kumara Parameshwaran > > > > When packet is padded with extra bytes the the validation of the payload > > length should be done after the trim operation > > > > Fixes: b8a55871d5af ("gro: trim tail padding bytes") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Kumara Parameshwaran >

RE: [PATCH v2] gro : check for payload length after the trim

2022-10-18 Thread Hu, Jiayu
> -Original Message- > From: Kumara Parameshwaran > Sent: Sunday, October 16, 2022 10:43 PM > To: Hu, Jiayu > Cc: dev@dpdk.org; Kumara Parameshwaran > ; sta...@dpdk.org > Subject: [PATCH v2] gro : check for payload length after the trim > > From: Kuma

[PATCH v2] gro : check for payload length after the trim

2022-10-16 Thread Kumara Parameshwaran
From: Kumara Parameshwaran When packet is padded with extra bytes the the validation of the payload length should be done after the trim operation Fixes: b8a55871d5af ("gro: trim tail padding bytes") Cc: sta...@dpdk.org Signed-off-by: Kumara Parameshwaran --- v1: If there is padding to