RE: [PATCH v3] fix mbuf release function point corrupt in multi-process

2022-05-08 Thread Zhang, Qi Z
> -Original Message- > From: Ke Zhang > Sent: Monday, May 9, 2022 9:16 AM > To: Li, Xiaoyun ; Wu, Jingjing ; > Xing, Beilei ; dev@dpdk.org > Cc: Zhang, Ke1X > Subject: [PATCH v3] fix mbuf release function point corrupt in multi-process > > In the multi p

[PATCH v3] fix mbuf release function point corrupt in multi-process

2022-05-08 Thread Ke Zhang
In the multi process environment, the sub process operates on the shared memory and changes the function pointer of the main process, resulting in the failure to find the address of the function when main process releasing, resulting in crash. Signed-off-by: Ke Zhang --- drivers/net/iavf/iavf_rx

[PATCH v3] fix mbuf release function point corrupt in multi-process

2022-05-06 Thread Ke Zhang
In the multi process environment, the sub process operates on the shared memory and changes the function pointer of the main process, resulting in the failure to find the address of the function when main process releasing, resulting in crash. Signed-off-by: Ke Zhang --- drivers/net/iavf/iavf_rx