[PATCH] net/intel: rename variable in Rx select to improve clarity
Bruce Richardson
bruce.richardson at intel.com
Thu Nov 13 15:38:08 CET 2025
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 <ciara.loftus at intel.com>
> ---
> drivers/net/intel/common/rx.h | 22 +++++++++++-----------
> 1 file changed, 11 insertions(+), 11 deletions(-)
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Applied to dpdk-next-net-intel.
Thanks,
/Bruce
More information about the dev
mailing list