Re: [PATCH] i40e: Prevent setting MTU if greater than MFS

From: Erwan Velu
Date: Mon Mar 04 2024 - 21:23:05 EST


Le lun. 4 mars 2024 à 23:10, Tony Nguyen <anthony.l.nguyen@xxxxxxxxx> a écrit :
> > Signed-off-by: Erwan Velu <e.velu@xxxxxxxxxx>
>
> The Author and Sign-off needs to be fixed; they don't match.
>
> WARNING: From:/Signed-off-by: email address mismatch: 'From: Erwan Velu
> <erwanaliasr1@xxxxxxxxx>' != 'Signed-off-by: Erwan Velu <e.velu@xxxxxxxxxx>'

Yeah, I have a complicated email setup between my personal and
professional emails.
I'll see how I can fix that.

I was also wondering if I shouldn't subtract I40E_PACKET_HDR_PAD from
the mfs to be more accurate, can you confirm this ?

If one can have a look at what is the exact procedure to fix the MFS
size when too small, that would be lovely/ideal in addition to my
patch.