Re: [PATCH v2 1/2] eal: add functions to generate uuid values

2024-04-04 Thread Tyler Retzlaff
On Wed, Apr 03, 2024 at 03:11:07PM -0700, Stephen Hemminger wrote: > Useful to be able to generate uuid values for tests or > for interaction with other subsystems as magic cookie. > Naming and overall algorithm come from libuuid which is used > by permission of original author. > > Signed-off-by:

[PATCH v2 1/2] eal: add functions to generate uuid values

2024-04-03 Thread Stephen Hemminger
Useful to be able to generate uuid values for tests or for interaction with other subsystems as magic cookie. Naming and overall algorithm come from libuuid which is used by permission of original author. Signed-off-by: Stephen Hemminger --- lib/eal/common/eal_common_uuid.c | 56