RE: [PATCH] net/ice: fix tm configuration cannot be clear

2023-09-05 Thread Deng, KaiwenX
> -Original Message- > From: Zhang, Qi Z > Sent: Friday, September 1, 2023 1:39 PM > To: Deng, KaiwenX ; dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; Xu, Ting > Subject: RE: [PATCH] net/ice: fix tm configuration cannot be clear >

RE: [PATCH] net/ice: fix tm configuration cannot be clear

2023-08-31 Thread Zhang, Qi Z
> -Original Message- > From: Deng, KaiwenX > Sent: Tuesday, August 29, 2023 2:24 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX > ; Deng, KaiwenX ; > Zhang, Qi Z ; Xu, Ting > Subject: [PATCH] net/ice: fix tm configuration cannot be cl

[PATCH] net/ice: fix tm configuration cannot be clear

2023-08-28 Thread Kaiwen Deng
When the device is stopped, DPDK resets the commit flag so that we can update the hierarchy configuration. The commit flag is also used to determine if the hierarchy configuration needs to be cleared. When DPDK exits, it always stops the device first and also resets the commit flag result in the hi