On Sun, Mar 09, 2025 at 06:46:45AM -0400, Faizal Rahim wrote: > Add support for setting tx-min-frag-size via the set_mm callback in igc. > If the requested value is unsupported, round it up to the smallest > supported i226 size (64, 128, 192, 256) and send a netlink message to > inform the user. > > Co-developed-by: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxx> > Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxx> > Signed-off-by: Faizal Rahim <faizal.abdul.rahim@xxxxxxxxxxxxxxx> > --- Reviewed-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>