> -----Original Message-----
> From: dev <[email protected]> On Behalf Of [email protected]
> Sent: Wednesday, October 27, 2021 4:29 PM
> To: Wu, Jingjing <[email protected]>; Xing, Beilei <[email protected]>
> Cc: [email protected]; Yu, DapengX <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH] net/iavf: fix shared local data in multi-process
>
> From: Dapeng Yu <[email protected]>
>
> The shared pointer is initialized to a static local array defined in the
> primary
> process and it shall not be accessed in the secondary process.
>
> This patch copies the local data to shared data, to avoid data access
> violation.
>
> Fixes: 040b44551f77 ("net/iavf: unify Rx packet type table")
> Cc: [email protected]
>
> Signed-off-by: Dapeng Yu <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi