RE: [PATCH v5 1/2] net/iavf: fix Tx path error in multi-process

2023-12-28 Thread Zhang, Qi Z
> -Original Message- > From: Mingjin Ye > Sent: Thursday, December 28, 2023 6:26 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Ye, MingjinX > ; sta...@dpdk.org; Wu, Jingjing > ; Xing, Beilei > Subject: [PATCH v5 1/2] net/iavf: fix Tx path error in multi-process

[PATCH v5 1/2] net/iavf: fix Tx path error in multi-process

2023-12-28 Thread Mingjin Ye
In a multi-process environment, a secondary process operates on shared memory and changes the PMD transmit function pointer of the primary process, causing the primary process to send pkts without being able to find the function address, resulting in a crash. Fixes: 5b3124a0a6ef ("net/iavf: suppor