Message ID | 20230801011518.25370-1-muhammad.husaini.zulkifli@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Enhance the tx-usecs coalesce setting implementation | expand |
On Tue, Aug 01, 2023 at 09:15:16AM +0800, Muhammad Husaini Zulkifli wrote: > 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. Thanks for the refactoring. Reviewed-by: Simon Horman <horms@kernel.org>