On Fri, 15 Nov 2024 15:50:08 +0800
Congjie Zhou wrote:
> diff --git a/lib/eal/linux/eal_memalloc.c b/lib/eal/linux/eal_memalloc.c
> index e354efc..367d401 100644
> --- a/lib/eal/linux/eal_memalloc.c
> +++ b/lib/eal/linux/eal_memalloc.c
> @@ -16,6 +16,7 @@
> #include
> #include
> #include
>
On Fri, 15 Nov 2024 15:50:08 +0800
Congjie Zhou wrote:
> 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.
>
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
3 matches
Mail list logo