On Tue,  8 Mar 2022 22:24:02 +0800
Gaoxiang Liu <gaoxiangl...@163.com> wrote:

> diff --git a/lib/mempool/rte_mempool.h b/lib/mempool/rte_mempool.h
> index 1e7a3c1527..fa15ed710f 100644
> --- a/lib/mempool/rte_mempool.h
> +++ b/lib/mempool/rte_mempool.h
> @@ -56,6 +56,8 @@
>  extern "C" {
>  #endif
>  
> +#define RTE_MEMPOOL_CACHE_FLUSHTHRESH_MULTIPLIER 1.5

Why is a magic number from bonding ending up in the user API for mempool?

Reply via email to