[PATCH v4 03/25] net/ixgbe: match variable names to other drivers

Bruce Richardson bruce.richardson at intel.com
Tue Jun 3 17:54:38 CEST 2025


On Fri, May 30, 2025 at 02:56:59PM +0100, Anatoly Burakov wrote:
> Currently, the ixgbe driver has variables that have the same semantics as
> in other drivers, but have different names. Rename these variables to match
> ones in other drivers:
> 
> - rdt_reg_addr -> qrx_tail (Rx ring tail register address)
> - rx_using_sse -> vector_rx (indicates if vectorized path is enabled)
> - mb_pool -> mp (other drivers use this name for mempool)
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>



More information about the dev mailing list