All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH iwl-net v3 0/2] Enhance the tx-usecs coalesce setting implementation
@ 2023-08-01  1:15 ` Muhammad Husaini Zulkifli
  0 siblings, 0 replies; 8+ messages in thread
From: Muhammad Husaini Zulkifli @ 2023-08-01  1:15 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: netdev, edumazet, anthony.l.nguyen, horms, kuba, pabeni, davem

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

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

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

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.