Re: [dpdk-dev] [PATCH v2] net/ice/base: get PF ID of VF's parent

2021-08-31 Thread Wang, Haiyue
> -Original Message- > From: Yu, DapengX > Sent: Tuesday, August 31, 2021 14:54 > To: Yang, Qiming ; Zhang, Qi Z > Cc: dev@dpdk.org; Wang, Haiyue ; Yu, DapengX > ; > sta...@dpdk.org > Subject: [PATCH v2] net/ice/base: get PF ID of VF's parent > > From: Dapeng Yu > > In original implem

[dpdk-dev] [PATCH v2] net/ice/base: get PF ID of VF's parent

2021-08-30 Thread dapengx . yu
From: Dapeng Yu In original implementation, if DCF is created on PF1, the PF ID is still 0, but not 1. Without the right PF ID, the ACL will not work. This patch makes VF to get its parent's physical function ID. Fixes: 0b02c9519432 ("net/ice: handle PF initialization by DCF") CC: sta...@dpdk.o