> -Original Message-
> From: Yu, DapengX
> Sent: Monday, June 21, 2021 3:24 PM
> To: Xing, Beilei
> Cc: dev@dpdk.org; Zhang, Qi Z ; Yu, DapengX
> ; sta...@dpdk.org
> Subject: [PATCH v2] net/i40e: fix data path corrupt on secondary process
>
> From: Dapeng Yu
>
> The rte_eth_devices
From: Dapeng Yu
The rte_eth_devices array is not in share memory, it should not be
referenced by i40e_adapter which is shared by primary and secondary.
Any process set i40e_adapter->eth_dev will corrupt another process's
context.
The patch removed the field "eth_dev" from i40e_adapter.
Now, when
2 matches
Mail list logo