DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Extend NUMA nodes limit
@ 2026-02-25  8:04 Liangxing Wang
  2026-02-26  2:11 ` fengchengwen
  0 siblings, 1 reply; 4+ messages in thread
From: Liangxing Wang @ 2026-02-25  8:04 UTC (permalink / raw)
  To: thomas, stephen, fengchengwen; +Cc: dev, Liangxing Wang

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(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3 0/2] Extend NUMA nodes limit
  2026-02-25  8:04 [PATCH v3 0/2] Extend NUMA nodes limit Liangxing Wang
@ 2026-02-26  2:11 ` fengchengwen
  2026-03-23 10:00   ` Liangxing Wang
  2026-05-06  8:20   ` Liangxing Wang
  0 siblings, 2 replies; 4+ messages in thread
From: fengchengwen @ 2026-02-26  2:11 UTC (permalink / raw)
  To: Liangxing Wang, thomas, stephen; +Cc: dev

Series-acked-by: Chengwen Feng <fengchengwen@huawei.com>

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(-)
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH v3 0/2] Extend NUMA nodes limit
  2026-02-26  2:11 ` fengchengwen
@ 2026-03-23 10:00   ` Liangxing Wang
  2026-05-06  8:20   ` Liangxing Wang
  1 sibling, 0 replies; 4+ messages in thread
From: Liangxing Wang @ 2026-03-23 10:00 UTC (permalink / raw)
  To: fengchengwen, thomas@monjalon.net; +Cc: dev@dpdk.org

Hi Thomas,

Friendly ping for review/upstream. 

Regards,
Liangxing

> -----Original Message-----
> From: fengchengwen <fengchengwen@huawei.com>
> Sent: 2026年2月26日 10:11
> To: Liangxing Wang <wangliangxing@hygon.cn>; thomas@monjalon.net;
> stephen@networkplumber.org
> Cc: dev@dpdk.org
> Subject: Re: [PATCH v3 0/2] Extend NUMA nodes limit
> 
> Series-acked-by: Chengwen Feng <fengchengwen@huawei.com>
> 
> 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(-)
> >
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH v3 0/2] Extend NUMA nodes limit
  2026-02-26  2:11 ` fengchengwen
  2026-03-23 10:00   ` Liangxing Wang
@ 2026-05-06  8:20   ` Liangxing Wang
  1 sibling, 0 replies; 4+ messages in thread
From: Liangxing Wang @ 2026-05-06  8:20 UTC (permalink / raw)
  To: thomas@monjalon.net; +Cc: dev@dpdk.org, fengchengwen

Hi Thomas,

Friendly ping for review/upstream.

Regards,
Liangxing
> -----Original Message-----
> From: Liangxing Wang
> Sent: 2026年3月23日 18:01
> To: 'fengchengwen' <fengchengwen@huawei.com>; thomas@monjalon.net
> Cc: dev@dpdk.org
> Subject: RE: [PATCH v3 0/2] Extend NUMA nodes limit
> 
> Hi Thomas,
> 
> Friendly ping for review/upstream.
> 
> Regards,
> Liangxing
> 
> > -----Original Message-----
> > From: fengchengwen <fengchengwen@huawei.com>
> > Sent: 2026年2月26日 10:11
> > To: Liangxing Wang <wangliangxing@hygon.cn>; thomas@monjalon.net;
> > stephen@networkplumber.org
> > Cc: dev@dpdk.org
> > Subject: Re: [PATCH v3 0/2] Extend NUMA nodes limit
> >
> > Series-acked-by: Chengwen Feng <fengchengwen@huawei.com>
> >
> > 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(-)
> > >
> >


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-06  8:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25  8:04 [PATCH v3 0/2] Extend NUMA nodes limit Liangxing Wang
2026-02-26  2:11 ` fengchengwen
2026-03-23 10:00   ` Liangxing Wang
2026-05-06  8:20   ` Liangxing Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox