> -----Original Message-----
> From: Zhang, Qi Z <[email protected]>
> Sent: Friday, April 21, 2023 12:21 AM
> To: Xing, Beilei <[email protected]>
> Cc: [email protected]; Zhang, Qi Z <[email protected]>
> Subject: [PATCH] common/idpf: remove unnecessary field in vport
>
> Remove the pointer to rte_eth_dev instance, as 1. there is already a pointer
> to
> rte_eth_dev_data.
> 2. a pointer to rte_eth_dev will break multi-process usage.
>
> Signed-off-by: Qi Zhang <[email protected]>
Acked-by: Beilei Xing <[email protected]>