Re: [PATCH v2 1/2] eal: fix uncheck worker ID

2025-04-02 Thread huangdengdui
On 2025/3/27 17:32, Morten Brørup wrote: >> From: Dengdui Huang [mailto:huangdeng...@huawei.com] >> Sent: Thursday, 27 March 2025 10.01 >> >> The worker_id may come from user input. >> So it is necessary to verify it. >> >> Fixes: a95d70547c57 ("eal: factorize lcore main loop") >> Cc: sta...@dpdk

RE: [PATCH v2 1/2] eal: fix uncheck worker ID

2025-03-27 Thread Morten Brørup
> From: Dengdui Huang [mailto:huangdeng...@huawei.com] > Sent: Thursday, 27 March 2025 10.01 > > The worker_id may come from user input. > So it is necessary to verify it. > > Fixes: a95d70547c57 ("eal: factorize lcore main loop") > Cc: sta...@dpdk.org > > Signed-off-by: Dengdui Huang > --- >