Re: [net-next PATCH v2 02/10] intel: Update drivers to use ethtool_sprintf

2021-03-17 Thread Jesse Brandeburg
Alexander Duyck wrote: > From: Alexander Duyck > > Update the Intel drivers to make use of ethtool_sprintf. 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

[net-next PATCH v2 02/10] intel: Update drivers to use ethtool_sprintf

2021-03-16 Thread Alexander Duyck
From: Alexander Duyck Update the Intel drivers to make use of ethtool_sprintf. 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/intel