Re: [dpdk-dev] [PATCH v2] net/ice: fix TM hierarchy commit flag not reset correctly

2021-10-21 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Thursday, October 21, 2021 1:54 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Xu, Ting ; sta...@dpdk.org > Subject: [PATCH v2] net/ice: fix TM hierarchy commit flag not reset correctly > > After DCF commits TM hierarchy configu

[dpdk-dev] [PATCH v2] net/ice: fix TM hierarchy commit flag not reset correctly

2021-10-20 Thread Ting Xu
After DCF commits TM hierarchy configuration, the commit flag is set to avoid duplicated commit. But the flag is not reset after device stop, which prevents the update of hierarchy configuration unless close the device. It is not reasonable. This patch fix to reset the commit flag after device stop