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