RE: [PATCH v4 0/3] introduce random floating point function

2022-05-26 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Wednesday, 25 May 2022 22.31 > > Introduce a new random number function to get a floating > point value. Then use it to fix PIE scheduler. > > v4 >- use slower divide method in rte_drand() if library > does not have ie

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

2022-05-25 Thread Stephen Hemminger
Introduce a new random number function to get a floating point value. Then use it to fix PIE scheduler. v4 - use slower divide method in rte_drand() if library does not have ieee754 (FreeBSD and Windows?) - fix some typos v3 - rename to rte_drand() and other review feedback - fix