[RFC 2/4] hash: add dynamic polynomial calculation

Stephen Hemminger stephen at networkplumber.org
Mon Sep 9 02:11:24 CEST 2024


On Fri,  6 Sep 2024 16:53:16 +0000
Vladimir Medvedkin <vladimir.medvedkin at intel.com> wrote:

> +struct divisors {
> +	int n; /* number of divisors */
> +	int div_arr[MAX_DIVISORS];
> +};

Why int instead of a fixed size unsigned, like uint32_t?


More information about the dev mailing list