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.bura...@intel.com> Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- Re: [PATCH v3 01/13] net/ixgbe: remove unused field ... Bruce Richardson
- [PATCH v3 12/13] net/intel: add common Rx mbuf recyc... Anatoly Burakov
- [PATCH v3 10/13] net/ixgbe: use common Rx rearm code Anatoly Burakov
- Re: [PATCH v3 01/13] net/ixgbe: remove unused field ... Bruce Richardson
- Re: [PATCH v3 01/13] net/ixgbe: remove unused fi... Burakov, Anatoly
- Re: [PATCH v3 01/13] net/ixgbe: remove unuse... Bruce Richardson
- [PATCH v4 00/25] Intel PMD drivers Rx cleanp Anatoly Burakov
- [PATCH v4 01/25] net/ixgbe: remove unused field in R... Anatoly Burakov
- [PATCH v4 02/25] net/iavf: make IPsec stats dynamica... Anatoly Burakov
- [PATCH v4 03/25] net/ixgbe: match variable names to ... Anatoly Burakov
- Re: [PATCH v4 03/25] net/ixgbe: match variable n... Bruce Richardson
- [PATCH v4 04/25] net/i40e: match variable name to ot... Anatoly Burakov
- Re: [PATCH v4 04/25] net/i40e: match variable na... Bruce Richardson
- [PATCH v4 07/25] net/ice: rename 16-byte descriptor ... Anatoly Burakov
- Re: [PATCH v4 07/25] net/ice: rename 16-byte des... Bruce Richardson
- [PATCH v4 08/25] net/iavf: rename 16-byte descriptor... Anatoly Burakov
- Re: [PATCH v4 08/25] net/iavf: rename 16-byte de... Bruce Richardson
- [PATCH v4 10/25] net/ixgbe: replace always-true chec... Anatoly Burakov
- Re: [PATCH v4 10/25] net/ixgbe: replace always-t... Bruce Richardson
- [PATCH v4 09/25] net/ixgbe: simplify vector PMD comp... Anatoly Burakov
- Re: [PATCH v4 09/25] net/ixgbe: simplify vector ... Bruce Richardson