Re: [PATCH] failsafe: Bug fix for the secondary process RX-TX support

2021-11-17 Thread Ferruh Yigit
On 11/11/2021 12:44 PM, Kumara Parameshwaran wrote: Remove the vdev args check for secondary process which prevents the secondary from attaching to the device created by the primary process via the hotplug framework. This check was removed for other vdevs but was missed for failsafe. Fixes: 4852

Re: [PATCH] failsafe: Bug fix for the secondary process RX-TX support

2021-11-17 Thread Ferruh Yigit
On 11/11/2021 10:59 AM, Gaëtan Rivet wrote: On Thu, Nov 11, 2021, at 11:06, Kumara Parameshwaran wrote: Remove the vdev args check for secondary process which prevents the secondary from attaching to the device created by the primary process via the hotplug framework. This check was removed for

[PATCH] failsafe: Bug fix for the secondary process RX-TX support

2021-11-11 Thread Kumara Parameshwaran
Remove the vdev args check for secondary process which prevents the secondary from attaching to the device created by the primary process via the hotplug framework. This check was removed for other vdevs but was missed for failsafe. Fixes: 4852aa8f6e21 ("drivers/net: enable hotplug on secondary pr

[PATCH] failsafe: Bug fix for the secondary process RX-TX support

2021-11-11 Thread Kumara Parameshwaran
Remove the vdev args check for secondary process which prevents the secondary from attaching to the device created by the primary process via the hotplug framework. This check was removed for other vdevs but was missed for failsafe. Signed-off-by: Kumara Parameshwaran --- drivers/net/failsafe/fa

Re: [PATCH] failsafe: Bug fix for the secondary process RX-TX support

2021-11-11 Thread Gaëtan Rivet
On Thu, Nov 11, 2021, at 11:06, Kumara Parameshwaran wrote: > Remove the vdev args check for secondary process which prevents the > secondary from attaching > to the device created by the primary process via the hotplug framework. > This check was removed > for other vdevs but was missed for fail

[PATCH] failsafe: Bug fix for the secondary process RX-TX support

2021-11-11 Thread Kumara Parameshwaran
Remove the vdev args check for secondary process which prevents the secondary from attaching to the device created by the primary process via the hotplug framework. This check was removed for other vdevs but was missed for failsafe. Signed-off-by: Kumara Parameshwaran --- drivers/net/failsafe/