RE: [External] : Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2022-10-17 Thread Madhuker Mythri
> On Wed, Jun 9, 2021, at 12:04, Andrew Rybchenko wrote: >> On 6/8/21 11:48 PM, Stephen Hemminger wrote: >> > On Tue, 8 Jun 2021 18:55:17 +0300 >> > Andrew Rybchenko wrote: >> > >> >> On 6/8/21 6:42 PM, Stephen Hemminger wrote: > >>> On Tue, 8 Jun 2021 11:00:37 +0300 > >>> Andrew Rybchenko wrot

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-06-14 Thread Gaƫtan Rivet
On Wed, Jun 9, 2021, at 12:04, Andrew Rybchenko wrote: > On 6/8/21 11:48 PM, Stephen Hemminger wrote: > > On Tue, 8 Jun 2021 18:55:17 +0300 > > Andrew Rybchenko wrote: > > > >> On 6/8/21 6:42 PM, Stephen Hemminger wrote: > >>> On Tue, 8 Jun 2021 11:00:37 +0300 > >>> Andrew Rybchenko wrote: > >>>

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-06-09 Thread Andrew Rybchenko
On 6/8/21 11:48 PM, Stephen Hemminger wrote: > On Tue, 8 Jun 2021 18:55:17 +0300 > Andrew Rybchenko wrote: > >> On 6/8/21 6:42 PM, Stephen Hemminger wrote: >>> On Tue, 8 Jun 2021 11:00:37 +0300 >>> Andrew Rybchenko wrote: >>> On 4/19/21 8:08 PM, Thomas Monjalon wrote: > About the t

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-06-08 Thread Stephen Hemminger
On Tue, 8 Jun 2021 18:55:17 +0300 Andrew Rybchenko wrote: > On 6/8/21 6:42 PM, Stephen Hemminger wrote: > > On Tue, 8 Jun 2021 11:00:37 +0300 > > Andrew Rybchenko wrote: > > > >> On 4/19/21 8:08 PM, Thomas Monjalon wrote: > >>> About the title, better to speak about multi-process, > >>> it

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-06-08 Thread Andrew Rybchenko
On 6/8/21 6:42 PM, Stephen Hemminger wrote: > On Tue, 8 Jun 2021 11:00:37 +0300 > Andrew Rybchenko wrote: > >> On 4/19/21 8:08 PM, Thomas Monjalon wrote: >>> About the title, better to speak about multi-process, >>> it is less confusing than primary/secondary. >>> >>> 15/03/2021 20:27, Stephen He

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-06-08 Thread Stephen Hemminger
On Tue, 8 Jun 2021 11:00:37 +0300 Andrew Rybchenko wrote: > On 4/19/21 8:08 PM, Thomas Monjalon wrote: > > About the title, better to speak about multi-process, > > it is less confusing than primary/secondary. > > > > 15/03/2021 20:27, Stephen Hemminger: > >> Set mutex used in failsafe driver

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-06-08 Thread Andrew Rybchenko
On 4/19/21 8:08 PM, Thomas Monjalon wrote: > About the title, better to speak about multi-process, > it is less confusing than primary/secondary. > > 15/03/2021 20:27, Stephen Hemminger: >> Set mutex used in failsafe driver to protect when used by >> both primary and secondary process. Without thi

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-04-19 Thread Thomas Monjalon
About the title, better to speak about multi-process, it is less confusing than primary/secondary. 15/03/2021 20:27, Stephen Hemminger: > Set mutex used in failsafe driver to protect when used by > both primary and secondary process. Without this fix, the failsafe > lock is not really locking when

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-04-16 Thread Ferruh Yigit
On 4/14/2021 2:10 PM, Ferruh Yigit wrote: On 3/15/2021 7:27 PM, Stephen Hemminger wrote: Set mutex used in failsafe driver to protect when used by both primary and secondary process. Without this fix, the failsafe lock is not really locking when there are multiple secondary processes. Bugzilla

Re: [dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-04-14 Thread Ferruh Yigit
On 3/15/2021 7:27 PM, Stephen Hemminger wrote: Set mutex used in failsafe driver to protect when used by both primary and secondary process. Without this fix, the failsafe lock is not really locking when there are multiple secondary processes. Bugzilla ID: 662 Signed-off-by: Stephen Hemminger F

[dpdk-dev] [PATCH 2/2] net/failsafe: fix primary/secondary mutex

2021-03-15 Thread Stephen Hemminger
Set mutex used in failsafe driver to protect when used by both primary and secondary process. Without this fix, the failsafe lock is not really locking when there are multiple secondary processes. Bugzilla ID: 662 Signed-off-by: Stephen Hemminger Fixes: 655fcd68c7d2 ("net/failsafe: fix hotplug ra