On Mon, 14 Sep 2026 12:04:16 +0000 Konstantin Ananyev <[email protected]> wrote:
> > > > Provided the test results depend on something that use the PRNG before > > the test driver has had the opportunity to call rte_srand(), controlling > > the *initial* seed may be required. > > > > I don't think this feature should be controlled by an environment > > variable. There is no precedent for that. If this functionality is > > deemed useful, it should be an EAL command line option, it seems to me. > > +1 I thought about that but getting command line options into EAL when using meson test runner is awkward (not impossible though).

