RE: [PATCH v7] net/iavf: fix mbuf release function point corrupt in multi-process

2022-05-19 Thread Zhang, Qi Z
> -Original Message- > From: Ke Zhang > Sent: Thursday, May 19, 2022 3:36 PM > To: Li, Xiaoyun ; Wu, Jingjing ; > Xing, Beilei ; dev@dpdk.org > Cc: Zhang, Ke1X ; sta...@dpdk.org > Subject: [PATCH v7] net/iavf: fix mbuf release function point corrupt in > mult

[PATCH v7] net/iavf: fix mbuf release function point corrupt in multi-process

2022-05-19 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. Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx") Cc