Re: [PATCH v5 0/3] introduce random floating point function

2022-06-22 Thread Thomas Monjalon
26/05/2022 22:26, Stephen Hemminger: > Stephen Hemminger (3): > random: add rte_drand() function > rte_pie: remove unnecessary floating point > rte_pie: fix incorrect floating point math Series applied, thanks.

[PATCH v5 0/3] introduce random floating point function

2022-05-26 Thread Stephen Hemminger
Introduce a new random number function to get a floating point value. Then use it to fix PIE scheduler. v5 - use divide method (similar to FreeBSD) it takes same number of cycles (after optimization) and works on all platforms. Stephen Hemminger (3): random: add rte_drand() functio