Recheck-request: github-robot

On 10 Jan 2024, at 12:25, Eelco Chaudron wrote:

> Currently the 'Spent an unreasonably long Xms dumping flows' message
> is set to the INFO level. However, based on this, we are also
> drastically limiting the number of flows in the datapath, and this
> would warrant a WARNING level.
>
> Acked-by: Simon Horman <ho...@ovn.org>
> Signed-off-by: Eelco Chaudron <echau...@redhat.com>
> ---
>  ofproto/ofproto-dpif-upcall.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c
> index cc10f57b5..cd71e3ee3 100644
> --- a/ofproto/ofproto-dpif-upcall.c
> +++ b/ofproto/ofproto-dpif-upcall.c
> @@ -1049,7 +1049,7 @@ udpif_revalidator(void *arg)
>              atomic_store_relaxed(&udpif->flow_limit, flow_limit);
>
>              if (duration > 2000) {
> -                VLOG_INFO("Spent an unreasonably long %lldms dumping flows",
> +                VLOG_WARN("Spent an unreasonably long %lldms dumping flows",
>                            duration);
>              }
>
> -- 
> 2.43.0
>
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to