[PATCH v3] eal/linux: fix fbarray name with multiple secondary processes

2024-11-15 Thread Congjie Zhou
add the tsc into the name. Suggested-by: Stephen Hemminger Signed-off-by: Congjie Zhou --- When multiple secondary processes run in different containers, names identified by PIDs are not unique due to the pid namespace. So Add tsc to redefine a unique name. v1: use monotonic time to redefine

[PATCH v2] eal/linux: fix fbarray name with multiple secondary processes

2024-11-14 Thread Congjie Zhou
add the tsc into the name. Suggested-by: Stephen Hemminger Signed-off-by: Congjie Zhou --- When multiple secondary processes run in different containers, names identified by PIDs are not unique due to the pid namespace. So Add tsc to redefine a unique name. v1: use monotonic time to redefine

[PATCH] eal/linux: redefine the name for rte_fbarray_init()

2024-11-14 Thread Congjie Zhou
add the current time into the name Signed-off-by: Congjie Zhou --- When multiple secondary processes run in different containers, names identified by PIDs are not unique due to the pid namespace. Add current time to redefine a unique name. lib/eal/linux/eal_memalloc.c | 17

[PATCH] eal/linux: redefine the name for rte_fbarray_init()

2024-11-14 Thread Congjie Zhou
add the current time into the name Signed-off-by: Congjie Zhou --- When multiple secondary processes run in different containers, names identified by PIDs are not unique due to the pid namespace. Add current time to redefine a unique name. lib/eal/linux/eal_memalloc.c | 16 ++-- 1

[PATCH] lib/eal: redefine the name for rte_fbarray_init()

2024-11-13 Thread Congjie Zhou
add the tsc into the name. Signed-off-by: Congjie Zhou --- When multiple secondary processes run in different containers, names identified by PIDs are not unique due to the pid namespace. Add tsc to redefine a unique name. lib/eal/linux/eal_memalloc.c | 5 +++-- 1 file changed, 3 insertions