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

2024-03-13 Thread Tummala, Sivaprasad
; cristian.dumitre...@intel.com; > Yigit, > Ferruh ; konstantin.anan...@huawei.com; > dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH 1/6] examples/l3fwd: fix lcore ID restriction > > Caution: This message originated from an External Source. Use proper caution > when

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

2024-03-07 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Thursday, 7 March 2024 10.22 restriction > > On Thu, Mar 7, 2024 at 10:16 AM Morten Brørup > wrote: > > > > > From: David Marchand [mailto:david.march...@redhat.com] > > > Sent: Thursday, 7 March 2024 09.34 > > > > > > On Mon, Dec

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

2024-03-07 Thread David Marchand
On Thu, Mar 7, 2024 at 10:16 AM Morten Brørup wrote: > > > From: David Marchand [mailto:david.march...@redhat.com] > > Sent: Thursday, 7 March 2024 09.34 > > > > On Mon, Dec 18, 2023 at 8:49 AM Sivaprasad Tummala > > wrote: > > > > > > Currently the config option allows lcore IDs up to 255, > >

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

2024-03-07 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Thursday, 7 March 2024 09.34 > > On Mon, Dec 18, 2023 at 8:49 AM Sivaprasad Tummala > wrote: > > > > Currently the config option allows lcore IDs up to 255, > > irrespective of RTE_MAX_LCORES and needs to be fixed. > > "needs to b

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

2024-03-07 Thread David Marchand
On Mon, Dec 18, 2023 at 8:49 AM Sivaprasad Tummala wrote: > > Currently the config option allows lcore IDs up to 255, > irrespective of RTE_MAX_LCORES and needs to be fixed. "needs to be fixed" ? I disagree on the principle. The examples were written with limitations, this is not a bug. > > The

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

2023-12-17 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 --- examples/l3fwd/main.c | 15