> -----Original Message-----
> From: Xu, Ting <[email protected]>
> Sent: Thursday, October 21, 2021 1:54 PM
> To: [email protected]
> Cc: Zhang, Qi Z <[email protected]>; Yang, Qiming
> <[email protected]>; Xu, Ting <[email protected]>; [email protected]
> Subject: [PATCH v2] net/ice: fix TM hierarchy commit flag not reset correctly
>
> 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. Then
> users
> can delete and add nodes to commit a new TM hierarchy configuration.
>
> Fixes: 3a6bfc37eaf4 ("net/ice: support QoS config VF bandwidth in DCF")
> Cc: [email protected]
>
> Signed-off-by: Ting Xu <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi