Hi Thomas, Friendly ping for review/upstream.
Regards, Liangxing > -----Original Message----- > From: fengchengwen <[email protected]> > Sent: 2026年2月26日 10:11 > To: Liangxing Wang <[email protected]>; [email protected]; > [email protected] > Cc: [email protected] > Subject: Re: [PATCH v3 0/2] Extend NUMA nodes limit > > Series-acked-by: Chengwen Feng <[email protected]> > > On 2/25/2026 4:04 PM, Liangxing Wang wrote: > > This patchset use RTE_MAX_NUMA_NODES instead of hardcoded values to > > extend NUMA nodes limit for some examples and test app. Also remove > > unused NB_SOCKETS macro for ip_reassembly example and graph app. > > > > Liangxing Wang (2): > > examples: extend NUMA nodes limit > > app: extend NUMA nodes limit > > > > app/graph/ethdev_rx_priv.h | 1 - > > app/test/test_pmd_perf.c | 2 +- > > examples/ip_reassembly/main.c | 2 -- > > examples/ipsec-secgw/ipsec-secgw.h | 2 +- > > examples/l3fwd-graph/main.c | 2 +- > > examples/l3fwd-power/main.c | 2 +- > > examples/l3fwd/l3fwd.h | 2 +- > > examples/vhost_crypto/main.c | 2 +- > > 8 files changed, 6 insertions(+), 9 deletions(-) > > >

