[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230822221620.2988753-1-anthony.l.nguyen@intel.com>
Date: Tue, 22 Aug 2023 15:16:18 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>,
sasha.neftin@...el.com,
horms@...nel.org,
bcreeley@....com,
muhammad.husaini.zulkifli@...el.com
Subject: [PATCH net v3 0/2][pull request] igc: Enhance the tx-usecs coalesce setting implementation
Muhammad Husaini Zulkifli says:
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:
- Implement the helper function, as recommended by Brett Creeley.
- Fix typo in cover letter.
v2: https://lore.kernel.org/netdev/20230801172742.3625719-1-anthony.l.nguyen@intel.com/
- Refactor the code, as Simon suggested, to make it more readable.
v1: https://lore.kernel.org/netdev/20230728170954.2445592-1-anthony.l.nguyen@intel.com/
The following are changes since commit 99b415fe8986803ba0eaf6b8897b16edc8fe7ec2:
tg3: Use slab_build_skb() when needed
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE
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.38.1
Powered by blists - more mailing lists