Re: [PATCH v2 1/3] net/ixgbe: use check for VF function

2025-03-28 Thread Bruce Richardson
On Thu, Mar 27, 2025 at 03:12:17PM +, Anatoly Burakov wrote: > In a couple of places, we are using explicit mac type comparisons to > trigger a VF-specific path, but we already have a function that does the > same thing, so use it. > > Signed-off-by: Anatoly Burakov > --- Series-acked-by: Br

[PATCH v2 1/3] net/ixgbe: use check for VF function

2025-03-27 Thread Anatoly Burakov
In a couple of places, we are using explicit mac type comparisons to trigger a VF-specific path, but we already have a function that does the same thing, so use it. Signed-off-by: Anatoly Burakov --- drivers/net/intel/ixgbe/ixgbe_rxtx.c | 17 + 1 file changed, 5 insertions(+), 12