On Tue, 14 May 2019 11:20:41 +0200 Mattias Rönnblom <[email protected]> wrote:
> +RTE_INIT(rte_rand_init)
> +{
> + rte_srand(rte_get_timer_cycles());
> +}
Please make initialization OS specific and use get_random() on Linux.
On Tue, 14 May 2019 11:20:41 +0200 Mattias Rönnblom <[email protected]> wrote:
> +RTE_INIT(rte_rand_init)
> +{
> + rte_srand(rte_get_timer_cycles());
> +}
Please make initialization OS specific and use get_random() on Linux.