[dpdk-dev] [dpdk-stable] [PATCH 6/7] regex/mlx5: improve	constants type in QP buffers creation
    Thomas Monjalon 
    thomas at monjalon.net
       
    Sun Nov 22 14:58:18 CET 2020
    
    
  
18/11/2020 18:00, Michael Baum:
> -#define MLX5_REGEX_MAX_OUTPUT (1 << 11)
> +#define MLX5_REGEX_MAX_OUTPUT (UINT32_C(1) << 11)
Even better: RTE_BIT32(11)
I will change it while merging.
    
    
More information about the dev
mailing list