Bug 1116

Summary: Failsafe PMD: Crashes with multiple secondary processes
Product: DPDK Reporter: Madhuker Mythri (madhuker.mythri)
Component: ethdevAssignee: Madhuker Mythri (madhuker.mythri)
Status: UNCONFIRMED ---    
Severity: major    
Priority: Normal    
Version: 21.11   
Target Milestone: ---   
Hardware: All   
OS: Linux   

Description Madhuker Mythri 2022-10-27 11:46:11 CEST
On Hyper-V Linux VM's with failsafe/tap PMD crashes when we launch mutiple(two) secondary processes.
Primary process able to launch well and then after when we launch secondary processes, getting a crash on eal-intr-thread.


here are failure logs before crash:
====================
 EAL: Fail to recv reply for request /var/run/dpdk/oracusbc/mp_socket:eal_dev_mp_request

 EAL: Cannot send request to primary

 EAL: Failed to send hotplug request to primary

 net_failsafe: Failed to probe devargs net_tap_vsc0{*}
===================

With DPDK-21.11 version.

Regards,
Madhuker.