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

2022-05-17 Thread Zhang, Qi Z
> -Original Message- > From: Ke Zhang > Sent: Monday, May 16, 2022 2:55 PM > To: Li, Xiaoyun ; Wu, Jingjing ; > Xing, Beilei ; dev@dpdk.org > Cc: Zhang, Ke1X > Subject: [PATCH v6] fix mbuf release function point corrupt in multi-process > Please fix th

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

2022-05-16 Thread Ke Zhang
In the multiple process environment, the subprocess 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_

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

2022-05-15 Thread Ke Zhang
In the multiple process environment, the subprocess 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_