[RFC 2/4] hash: add dynamic polynomial calculation
Medvedkin, Vladimir
vladimir.medvedkin at intel.com
Thu Oct 10 14:32:29 CEST 2024
Hi Stephen,
Thanks for the review.
No particular reason, will change it to uint32_t in v2.
On 09/09/2024 01:11, Stephen Hemminger wrote:
> 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?
--
Regards,
Vladimir
More information about the dev
mailing list