netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iwl-net v3 0/2] Enhance the tx-usecs coalesce setting implementation
@ 2023-08-01  1:15 Muhammad Husaini Zulkifli
  2023-08-01  1:15 ` [PATCH iwl-net v3 1/2] igc: Expose tx-usecs coalesce setting to user Muhammad Husaini Zulkifli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Muhammad Husaini Zulkifli @ 2023-08-01  1:15 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: horms, davem, kuba, muhammad.husaini.zulkifli, pabeni, edumazet,
	netdev, naamax.meir, anthony.l.nguyen

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.

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 | 46 +++++++++++++++-----
 1 file changed, 34 insertions(+), 12 deletions(-)

--
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-01  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01  1:15 [PATCH iwl-net v3 0/2] Enhance the tx-usecs coalesce setting implementation Muhammad Husaini Zulkifli
2023-08-01  1:15 ` [PATCH iwl-net v3 1/2] igc: Expose tx-usecs coalesce setting to user Muhammad Husaini Zulkifli
2023-08-01  1:15 ` [PATCH iwl-net v3 2/2] igc: Modify the tx-usecs coalesce setting Muhammad Husaini Zulkifli
2023-08-01  9:57 ` [PATCH iwl-net v3 0/2] Enhance the tx-usecs coalesce setting implementation Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).