On 18/03/2025 5:07, 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.go...@intel.com>
Signed-off-by: Vinicius Costa Gomes <vinicius.go...@intel.com>
Reviewed-by: Vladimir Oltean <vladimir.olt...@nxp.com>
Signed-off-by: Faizal Rahim <faizal.abdul.ra...@linux.intel.com>
---
drivers/net/ethernet/intel/igc/igc.h | 1 +
drivers/net/ethernet/intel/igc/igc_defines.h | 1 +
drivers/net/ethernet/intel/igc/igc_ethtool.c | 5 +++
drivers/net/ethernet/intel/igc/igc_tsn.c | 38 ++++++++++++++++++--
drivers/net/ethernet/intel/igc/igc_tsn.h | 1 +
5 files changed, 43 insertions(+), 3 deletions(-)
Tested-by: Mor Bar-Gabay <morx.bar.ga...@intel.com>