> -----Original Message----- > From: Kaiwen Deng <kaiwenx.d...@intel.com> > Sent: Thursday, March 14, 2024 9:01 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhou, YidingX <yidingx.z...@intel.com>; Deng, KaiwenX > <kaiwenx.d...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Zeng, > ZhichaoX <zhichaox.z...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com> > Subject: [PATCH] net/iavf: fix fail to reset vf when using dcf > > On the latest ice kernel driver, renegotiating VIRTCHNL_OP_GET_VF_RESOURCES > will fail without hardware reset when using dcf. > > This commit will send VIRTCHNL_OP_RESET_VF to pf before dpdk resets vf. > > Fixes: 7a93cd3575eb ("net/iavf: add VF reset check") > Cc: sta...@dpdk.org > > Signed-off-by: Kaiwen Deng <kaiwenx.d...@intel.com>
Tested-by: Li, HongboX <hongbox...@intel.com>