] [PATCH v1] examples/l3fwd: fix jumbo packet drop
issue
On 7/27/2021 10:25 AM, rohit@nxp.com wrote:
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
>> Subject: Re: [dpdk-dev] [PATCH v1] examples/l3fwd: fix jumbo packet drop
>> issue
>>
>> On 7/27/2021 10:25 AM, rohit@nxp.com wrote:
>>> From: Rohit Raj
>>>
>>> l3fwd uses mbufs with 2KB data size. If we enable jumbo packets, it is
>>
> -Original Message-
> From: Ferruh Yigit
> Sent: Wednesday, August 11, 2021 5:01 PM
> To: Rohit Raj
> Cc: dev@dpdk.org; Nipun Gupta ; Hemant Agrawal
> ; Sachin Saxena ;
> Vanshika Shukla
> Subject: Re: [dpdk-dev] [PATCH v1] examples/l3fwd: fix jumbo packet d
On 7/27/2021 10:25 AM, rohit@nxp.com wrote:
> 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 pa
Hi Rohit,
On 7/27/2021 2:55 PM, rohit@nxp.com wrote:
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 pack
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
6 matches
Mail list logo