> -#if (STATS_INTERVAL > 0)
>  struct ipsec_core_statistics {
>       uint64_t tx;
>       uint64_t rx;
> @@ -94,7 +90,6 @@ struct ipsec_core_statistics {
>  } __rte_cache_aligned;
> 
>  struct ipsec_core_statistics core_statistics[RTE_MAX_LCORE];
> -#endif /* STATS_INTERVAL */
Did you check compilation with this patchset? Even CI is reporting compilation 
issues.
core_statistics need to be declared in .c file.

Reply via email to