Re: [PATCH v2] net/nfp: update how MAX MTU is read

2022-05-04 Thread Walter Heymans
On 5/03/2022 9:05 PM, Ferruh Yigit wrote: > On 4/20/2022 2:46 PM, Walter Heymans wrote: > > The 'max_rx_pktlen' value was previously read from hardware, which was > > set by the running firmware. This caused confusion due to different > > meanings of &#

[PATCH v2] net/nfp: update how MAX MTU is read

2022-04-20 Thread Walter Heymans
d buffer size of 10240, minus 136 bytes that is reserved by the hardware and another 56 bytes reserved for expansion in firmware. This results in a usable maximum packet length of 10048 bytes. Signed-off-by: Walter Heymans Signed-off-by: Niklas Söderlund Reviewed-by: Louis Peens Reviewed-by:

[PATCH] net/nfp: update how MAX MTU is read

2022-04-08 Thread Walter Heymans
d buffer size of 10240, minus 136 bytes that is reserved by the hardware and another 56 bytes reserved for expansion in firmware. This results in a usable maximum packet length of 10048 bytes. Signed-off-by: Walter Heymans Signed-off-by: Niklas Söderlund Reviewed-by: Louis Peens Reviewed-by: