net/failsafe: fix secondary process probe
authorKumara Parameshwaran <kumaraparamesh92@gmail.com>
Thu, 11 Nov 2021 12:44:58 +0000 (18:14 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 17 Nov 2021 12:03:55 +0000 (13:03 +0100)
commit47f5dee19e5f9a2cf1883a7119675d7a25470aca
treecf7c82cb6cb61b3aec744c0e54cb07da6095515f
parent3037e6cf3ddec72a4091b5f023301152a0640900
net/failsafe: fix secondary process probe

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 process")
Cc: stable@dpdk.org
Signed-off-by: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/failsafe/failsafe.c