mbox series

[iwl-net,v2,0/2] Enhance the tx-usecs coalesce setting implementation

Message ID 20230711003453.9856-1-muhammad.husaini.zulkifli@intel.com
Headers show
Series Enhance the tx-usecs coalesce setting implementation | expand

Message

Zulkifli, Muhammad Husaini July 11, 2023, 12:34 a.m. UTC
The current tx-usecs coalesce setting implementation in the driver code is
improved by this patch series. The implementation of the current driver code
may have previously been a copy of the legacy code i210.

Patch 1:
Allow the user to see the tx-usecs colease setting's current value when using
the ethtool command. The previous value was 0.

Patch 2:
Give the user the ability to modify the tx-usecs colease setting's value.
Previously, it was restricted to rx-usecs.

V1 -> V2:
- Split the patch file into two, like Anthony suggested.

Muhammad Husaini Zulkifli (2):
  igc: Expose tx-usecs coalesce setting to user
  igc: Modify the tx-usecs coalesce setting

 drivers/net/ethernet/intel/igc/igc_ethtool.c | 46 +++++++++++++++-----
 1 file changed, 34 insertions(+), 12 deletions(-)

--
2.17.1