Re: [RFC PATCH 02/10] intel: Update drivers to use ethtool_gsprintf

2021-03-11 Thread Jesse Brandeburg
Alexander Duyck wrote: > From: Alexander Duyck > > Update the Intel drivers to make use of ethtool_gsprintf. The general idea > is to reduce code size and overhead by replacing the repeated pattern of > string printf statements and ETH_STRING_LEN counter increments. > > Signed-off-by: Alexander

[RFC PATCH 02/10] intel: Update drivers to use ethtool_gsprintf

2021-03-10 Thread Alexander Duyck
From: Alexander Duyck Update the Intel drivers to make use of ethtool_gsprintf. The general idea is to reduce code size and overhead by replacing the repeated pattern of string printf statements and ETH_STRING_LEN counter increments. Signed-off-by: Alexander Duyck --- drivers/net/ethernet/inte