Re: [PATCH v4 04/25] net/i40e: match variable name to other drivers

2025-06-03 Thread Bruce Richardson
On Fri, May 30, 2025 at 02:57:00PM +0100, Anatoly Burakov wrote: > Currently, the i40e driver has a variable that has the same semantics as > in other drivers, but has a different name. Rename `rx_using_sse` to > `vector_rx` to match it to other drivers. > > Signed-off-by: Anatoly Burakov > --- A

[PATCH v4 04/25] net/i40e: match variable name to other drivers

2025-05-30 Thread Anatoly Burakov
Currently, the i40e driver has a variable that has the same semantics as in other drivers, but has a different name. Rename `rx_using_sse` to `vector_rx` to match it to other drivers. Signed-off-by: Anatoly Burakov --- Notes: v3 -> v4: - Make this commit separate drivers/net/intel/i40e