On Wed, 1 Nov 2023 15:20:53 +0800 Ruifeng Wang <[email protected]> wrote:
> From: Ruifeng Wang <[email protected]> > To: Kevin Laatz <[email protected]>, Robin Jarry <[email protected]>, > Morten Brørup <[email protected]> > Cc: [email protected], [email protected], [email protected], Ruifeng Wang > <[email protected]>, [email protected] > Subject: [PATCH] eal: stop iteration after lcore info is processed > Date: Wed, 1 Nov 2023 15:20:53 +0800 > X-Mailer: git-send-email 2.25.1 > > Telemetry iterates on lcore ID to collect info of a specific lcore. > Since only one lcore is processed at a time, the iteration can stop > when a matching lcore is found. > > Fixes: f2b852d909f9 ("eal: add lcore info in telemetry") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Ruifeng Wang <[email protected]> Looks like a good optimization. Not sure it needs to go to stable. Acked-by: Stephen Hemminger <[email protected]>

