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

2023-12-19 Thread Tummala, Sivaprasad
gak...@marvell.com; cristian.dumitre...@intel.com; > Yigit, > Ferruh > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v2 1/6] examples/l3fwd: fix lcore ID restriction > > Caution: This message originated from an External Source. Use proper caution > when opening att

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

2023-12-19 Thread Konstantin Ananyev
m; jer...@marvell.com; radu.nico...@intel.com; > > gak...@marvell.com; cristian.dumitre...@intel.com; Yigit, Ferruh > > > > Cc: dev@dpdk.org; sta...@dpdk.org > > Subject: RE: [PATCH v2 1/6] examples/l3fwd: fix lcore ID restriction > > > > Caution: This message or

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

2023-12-19 Thread Tummala, Sivaprasad
.nico...@intel.com; > gak...@marvell.com; cristian.dumitre...@intel.com; Yigit, Ferruh > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v2 1/6] examples/l3fwd: fix lcore ID restriction > > Caution: This message originated from an External Source. Use proper caution > w

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

2023-12-19 Thread Konstantin Ananyev
> > > 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 Tum

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

2023-12-19 Thread Konstantin Ananyev
> 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 > --- > exa

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

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