RE: [PATCH] common/mlx5: adjust fork call with the new kernel API

2023-06-22 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Erez Ferber > Sent: Wednesday, May 24, 2023 3:02 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko ; Matan Azrad > ; Raslan Darawsheh ; Erez Ferber > ; sta...@dpdk.org > Subject: [PATCH] common/mlx5: adjust fork call with the new kernel API > > From: Erez Ferbe

RE: [PATCH] common/mlx5: adjust fork call with the new kernel API

2023-05-26 Thread Slava Ovsiienko
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, May 25, 2023 6:28 PM > To: Slava Ovsiienko > Cc: Erez Ferber ; dev@dpdk.org; Matan Azrad > ; Raslan Darawsheh ; > sta...@dpdk.org > Subject: Re: [PATCH] common/mlx5: adjust fork call with the new ke

Re: [PATCH] common/mlx5: adjust fork call with the new kernel API

2023-05-25 Thread Stephen Hemminger
> > sta...@dpdk.org > > Subject: Re: [PATCH] common/mlx5: adjust fork call with the new kernel API > > > > On Wed, 24 May 2023 15:01:40 +0300 > > wrote: > > > > > From: Erez Ferber > > > > > > While doing process fork() the operatin

RE: [PATCH] common/mlx5: adjust fork call with the new kernel API

2023-05-25 Thread Slava Ovsiienko
> -Original Message- > From: Stephen Hemminger > Sent: Wednesday, May 24, 2023 5:50 PM > To: Erez Ferber > Cc: dev@dpdk.org; Slava Ovsiienko ; Matan Azrad > ; Raslan Darawsheh ; > sta...@dpdk.org > Subject: Re: [PATCH] common/mlx5: adjust fork call with the ne

RE: [PATCH] common/mlx5: adjust fork call with the new kernel API

2023-05-24 Thread Slava Ovsiienko
> -Original Message- > From: Erez Ferber > Sent: Wednesday, May 24, 2023 3:02 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko ; Matan Azrad > ; Raslan Darawsheh ; Erez Ferber > ; sta...@dpdk.org > Subject: [PATCH] common/mlx5: adjust fork call with the new kernel API > > From: Erez Ferber >

Re: [PATCH] common/mlx5: adjust fork call with the new kernel API

2023-05-24 Thread Stephen Hemminger
On Wed, 24 May 2023 15:01:40 +0300 wrote: > From: Erez Ferber > > While doing process fork() the operating system remaps all the parent > process's memory to the address space of the child process and activates > the Copy-on-Write mechanics - it duplicates physical pages once memory > writing h