> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Radu Nicolau
> Sent: Friday, September 3, 2021 12:23 PM
> To: Nicolau, Radu <[email protected]>; Akhil Goyal
> <[email protected]>
> Cc: [email protected]; Doherty, Declan <[email protected]>
> Subject: [dpdk-dev] [PATCH 4/7] examples/ipsec-secgw: enable stats by
> default
>
> Enable stats screen by default
>
> Signed-off-by: Declan Doherty <[email protected]>
> Signed-off-by: Radu Nicolau <[email protected]>
> ---
> examples/ipsec-secgw/ipsec-secgw.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/ipsec-secgw/ipsec-secgw.h b/examples/ipsec-
> secgw/ipsec-secgw.h
> index 96e22de45e..ede610bcde 100644
> --- a/examples/ipsec-secgw/ipsec-secgw.h
> +++ b/examples/ipsec-secgw/ipsec-secgw.h
> @@ -7,7 +7,7 @@
> #include <stdbool.h>
>
> #ifndef STATS_INTERVAL
> -#define STATS_INTERVAL 0
> +#define STATS_INTERVAL 10ULL
> #endif
>
> #define NB_SOCKETS 4
> --
> 2.25.1
Acked-by: Fan Zhang <[email protected]>