[dpdk-dev] [EXT] [PATCH v6 1/7] examples/ipsec-secgw: add stats interval argument

Akhil Goyal gakhil at marvell.com
Wed Nov 3 10:23:59 CET 2021


> -#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.



More information about the dev mailing list