[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230819135051.29390-1-muhammad.husaini.zulkifli@intel.com>
Date: Sat, 19 Aug 2023 21:50:49 +0800
From: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@...el.com>
To: intel-wired-lan@...osl.org
Cc: sasha.neftin@...el.com,
bcreeley@....com,
horms@...nel.org,
davem@...emloft.net,
kuba@...nel.org,
muhammad.husaini.zulkifli@...el.com,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org,
naamax.meir@...ux.intel.com,
anthony.l.nguyen@...el.com
Subject: [PATCH iwl-net v4 0/2] Enhance the tx-usecs coalesce setting implementation
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 coalesce 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 coalesce setting's value.
Previously, it was restricted to rx-usecs.
V3 -> V4:
- Implement the helper function, as recommended by Brett Creely.
- Fix typo in cover letter.
V2 -> V3:
- Refactor the code, as Simon suggested, to make it more readable.
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 | 58 +++++++++++++-------
1 file changed, 37 insertions(+), 21 deletions(-)
--
2.17.1
Powered by blists - more mailing lists