> -----Original Message-----
> From: Ke Zhang <[email protected]>
> Sent: Thursday, May 19, 2022 3:36 PM
> To: Li, Xiaoyun <[email protected]>; Wu, Jingjing <[email protected]>;
> Xing, Beilei <[email protected]>; [email protected]
> Cc: Zhang, Ke1X <[email protected]>; [email protected]
> Subject: [PATCH v7] net/iavf: fix mbuf release function point corrupt in
> multi-
> process
>
> 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: [email protected]
>
> Signed-off-by: Ke Zhang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi