Re: [PATCH] gro: fix the chain index in insert_new_item for more than 2 packets

2022-10-05 Thread Thomas Monjalon
> > When more than two packets are merged in a flow, and if we receive a 3rd > > packet which is matching the sequence of the 2nd packet the prev_idx will > > be 1 and not 2, hence resulting in packet re-ordering > > > > Signed-off-by: Kumara Parameshwaran > > --- > > V1: > > Initial changes

RE: [PATCH] gro: fix the chain index in insert_new_item for more than 2 packets

2022-09-07 Thread Hu, Jiayu
> -Original Message- > From: Kumara Parameshwaran > Sent: Wednesday, September 7, 2022 5:32 PM > To: Hu, Jiayu > Cc: dev@dpdk.org; Kumara Parameshwaran > > Subject: [PATCH] gro: fix the chain index in insert_new_item for more than 2 > packets > &

[PATCH] gro: fix the chain index in insert_new_item for more than 2 packets

2022-09-07 Thread Kumara Parameshwaran
From: Kumara Parameshwaran When more than two packets are merged in a flow, and if we receive a 3rd packet which is matching the sequence of the 2nd packet the prev_idx will be 1 and not 2, hence resulting in packet re-ordering Signed-off-by: Kumara Parameshwaran --- V1: Initial changes

[PATCH] gro: fix the chain index in insert_new_item for more than 2 packets

2022-09-07 Thread Kumara Parameshwaran
From: Kumara Parameshwaran When more than two packets are merged in a flow, and if we receive a 3rd packet which is matching the sequence of the 2nd packet the prev_idx will be 1 and not 2, hence resulting in packet re-ordering Signed-off-by: Kumara Parameshwaran --- V1: Initial changes