[PATCH] net/iavf: fix iavf crashed on dev_stop when running in multi-process mode

2022-05-19 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. similar with commit<20b631efe785819eb77aabbf500b3352e5

RE: [PATCH] net/iavf: fix iavf crashed on dev_stop when running in multi-process mode

2022-04-02 Thread Zhang, Qi Z
> -Original Message- > From: Ke Zhang > Sent: Saturday, April 2, 2022 5:51 PM > To: Li, Xiaoyun ; Wu, Jingjing ; > Xing, Beilei ; dev@dpdk.org > Cc: Zhang, Ke1X > Subject: [PATCH] net/iavf: fix iavf crashed on dev_stop when running in > multi-process mode &

[PATCH] net/iavf: fix iavf crashed on dev_stop when running in multi-process mode

2022-04-02 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. similar with commit<20b631efe785819eb77aabbf500b3352e5

[PATCH] net/iavf: fix iavf crashed on dev_stop when running in multi-process mode

2022-04-02 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 preocess releasing, resulting in crash. similar with commit<20b631efe785819eb77aabbf500b3352e