RE: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction

2024-03-21 Thread Tummala, Sivaprasad
; cristian.dumitre...@intel.com; > Yigit, > Ferruh ; konstantin.anan...@huawei.com; > step...@networkplumber.org; david.march...@redhat.com; dev@dpdk.org; > sta...@dpdk.org; Morten Brørup > Subject: Re: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction > > Caution: This mes

Re: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction

2024-03-21 Thread Thomas Monjalon
21/03/2024 12:05, Tummala, Sivaprasad: > From: Thomas Monjalon > > 19/03/2024 08:24, Morten Brørup: > > > > From: Sivaprasad Tummala [mailto:sivaprasad.tumm...@amd.com] > > > > Sent: Monday, 18 March 2024 18.32 > > > > > > > > Currently the config option allows lcore IDs up to 255, irrespective >

RE: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction

2024-03-21 Thread Tummala, Sivaprasad
gak...@marvell.com; cristian.dumitre...@intel.com; > Yigit, > Ferruh ; konstantin.anan...@huawei.com; > step...@networkplumber.org; david.march...@redhat.com; dev@dpdk.org; > sta...@dpdk.org; Morten Brørup > Subject: Re: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction > > C

RE: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction

2024-03-21 Thread Tummala, Sivaprasad
gak...@marvell.com; cristian.dumitre...@intel.com; > Yigit, > Ferruh ; konstantin.anan...@huawei.com; > step...@networkplumber.org; david.march...@redhat.com > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction > > Caution: This message

Re: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction

2024-03-21 Thread Thomas Monjalon
19/03/2024 08:24, Morten Brørup: > > From: Sivaprasad Tummala [mailto:sivaprasad.tumm...@amd.com] > > Sent: Monday, 18 March 2024 18.32 > > > > Currently the config option allows lcore IDs up to 255, > > irrespective of RTE_MAX_LCORES and needs to be fixed. > > > > The patch allows config options

RE: [PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction

2024-03-19 Thread Morten Brørup
> From: Sivaprasad Tummala [mailto:sivaprasad.tumm...@amd.com] > Sent: Monday, 18 March 2024 18.32 > > Currently the config option allows lcore IDs up to 255, > irrespective of RTE_MAX_LCORES and needs to be fixed. > > The patch allows config options based on DPDK config. > > Fixes: af75078fece3

[PATCH v5 1/6] examples/l3fwd: fix lcore ID restriction

2024-03-18 Thread Sivaprasad Tummala
Currently the config option allows lcore IDs up to 255, irrespective of RTE_MAX_LCORES and needs to be fixed. The patch allows config options based on DPDK config. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Sivaprasad Tummala Acked-by: Konstantin Ananyev --