RE: [EXT] RE: [PATCH v2] examples/l3fwd: fix jumbo packet drop issue

2021-11-15 Thread Rohit Raj
> -Original Message- > From: Ananyev, Konstantin > Sent: Friday, November 12, 2021 3:11 PM > To: Rohit Raj ; dev@dpdk.org; Yigit, Ferruh > > Cc: Nipun Gupta ; Sachin Saxena > ; Vanshika Shukla > Subject: [EXT] RE: [PATCH v2] examples/l3fwd: fix jumbo packet drop

RE: [PATCH v2] examples/l3fwd: fix jumbo packet drop issue

2021-11-12 Thread Ananyev, Konstantin
> From: Rohit Raj > > l3fwd uses mbufs with 2KB data size. If we enable jumbo packets, it is > not able to store packets with size greater than 2KB, hence these > packets are dropped. > > This patch fixes this issue by enabling scatter for jumbo packet, if > it is supported by NIC. > > If sc

[PATCH v2] examples/l3fwd: fix jumbo packet drop issue

2021-11-11 Thread rohit . raj
From: Rohit Raj l3fwd uses mbufs with 2KB data size. If we enable jumbo packets, it is not able to store packets with size greater than 2KB, hence these packets are dropped. This patch fixes this issue by enabling scatter for jumbo packet, if it is supported by NIC. If scatter is not supported