Re: [PATCH v3 2/3] eal: fix unckeck pipe

2025-04-03 Thread huangdengdui
On 2025/4/2 22:45, Morten Brørup wrote: >> From: Dengdui Huang [mailto:huangdeng...@huawei.com] >> Sent: Wednesday, 2 April 2025 14.25 >> >> The communication pipe may be unavailable, for example, >> when the lcore role is ROLE_OFF or ROLE_NON_EAL. >> So check whether the pipe is available before

RE: [PATCH v3 2/3] eal: fix unckeck pipe

2025-04-02 Thread Morten Brørup
> From: Dengdui Huang [mailto:huangdeng...@huawei.com] > Sent: Wednesday, 2 April 2025 14.25 > > The communication pipe may be unavailable, for example, > when the lcore role is ROLE_OFF or ROLE_NON_EAL. > So check whether the pipe is available before using it. > > Fixes: a95d70547c57 ("eal: fact

[PATCH v3 2/3] eal: fix unckeck pipe

2025-04-02 Thread Dengdui Huang
The communication pipe may be unavailable, for example, when the lcore role is ROLE_OFF or ROLE_NON_EAL. So check whether the pipe is available before using it. Fixes: a95d70547c57 ("eal: factorize lcore main loop") Cc: sta...@dpdk.org Signed-off-by: Dengdui Huang --- lib/eal/unix/eal_unix_thre