These patches include adding sysfs attributes for improving debuggability on MANA devices. The first patch consists on max_mtu, min_mtu attributes that are implemented generically for all devices The second patch has mana specific attributes max_num_msix and num_ports Shradha Gupta (2): net: Add sysfs atttributes for max_mtu min_mtu net: mana: Add new device attributes for mana Documentation/ABI/testing/sysfs-class-net | 16 ++++++++++ .../net/ethernet/microsoft/mana/gdma_main.c | 32 +++++++++++++++++++ net/core/net-sysfs.c | 4 +++ 3 files changed, 52 insertions(+) -- 2.34.1