On Thu, Nov 13, 2025 at 10:30:12AM +0000, Ciara Loftus wrote: > The common rx path selection function contains logic that compares two > rx paths: > 1. the path selected as most suitable so far aka "current path" > 2. a candidate path that has not yet been selected aka "path" > > This naming could cause confusion, as the candidate path could also be > considered the "current path". To rectify this, rename "current path" to > "chosen path". > > Signed-off-by: Ciara Loftus <[email protected]> > --- > drivers/net/intel/common/rx.h | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) Acked-by: Bruce Richardson <[email protected]>
Applied to dpdk-next-net-intel. Thanks, /Bruce

