Re: [dpdk-dev] [PATCH v1] net/ice: fix not clear bandwidth correctly when DCF close

2021-07-18 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Thursday, July 15, 2021 10:17 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei ; Xu, Ting ; > sta...@dpdk.org > Subject: [PATCH v1] net/ice: fix not clear bandwidth correctly when DCF close > > When closing DCF, the b

[dpdk-dev] [PATCH v1] net/ice: fix not clear bandwidth correctly when DCF close

2021-07-14 Thread Ting Xu
When closing DCF, the bandwidth limit configured for VFs by DCF is not cleared correctly. The configuration will still take effect when DCF starts again, if VFs are not re-allocated. This patch cleared VFs bandwidth limit when DCF closes, and DCF needs to re-configure bandwidth for VFs when it star