<div dir="ltr">I have a program that, when launched as primary, spawns a secondary.<div><br></div><div>If I issue an rte_dev_probe in the primary it works properly while if I issue the rte_dev_probe in the secondary, it returns no error but I get some strange printouts. Please notice that I launch the primary with option --allow '0000:00:00.0' and the offending printouts are:</div><div><br></div><div>iavf_execute_vf_cmd(): No response for cmd 26<br></div><div>iavf_execute_vf_cmd(): No response for cmd 26<br>iavf_set_hena(): Failed to execute command of OP_SET_RSS_HENA<br>iavf_default_rss_disable(): fail to disable default RSS,lack PF support</div><div><br></div><div>Complete log:</div><div>sudo build/simple_eth_mp -l 30-34 --allow '0000:00:00.0'</div><div>--- PRIMARY ---<br>EAL: Detected CPU lcores: 56<br>EAL: Detected NUMA nodes: 2<br>EAL: Detected shared linkage of DPDK<br>EAL: Multi-process socket /var/run/dpdk/rte/mp_socket<br>EAL: Selected IOVA mode 'VA'<br>EAL: 2048 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size<br>EAL: VFIO support initialized<br>TELEMETRY: No legacy callbacks, legacy socket not created<br>APP: Finished Process Init.<br>Num ports pri 0<br>Starting core on primary lcore 31<br>Starting core on primary lcore 32<br>Starting core on primary lcore 33<br>Starting core on primary lcore 34<br>EAL: Detected CPU lcores: 56<br>EAL: Detected NUMA nodes: 2<br>EAL: Auto-detected process type: SECONDARY<br>EAL: Detected shared linkage of DPDK<br>EAL: Multi-process socket /var/run/dpdk/rte/mp_socket_3658_1f2b30323f21e<br>EAL: Selected IOVA mode 'VA'<br>EAL: VFIO support initialized<br>EAL: 0000:86:02.0 cannot find TAILQ entry for PCI device!<br>EAL: Requested device 0000:86:02.0 cannot be used<br>EAL: 0000:86:02.1 cannot find TAILQ entry for PCI device!<br>EAL: Requested device 0000:86:02.1 cannot be used<br>EAL: 0000:86:02.2 cannot find TAILQ entry for PCI device!<br>EAL: Requested device 0000:86:02.2 cannot be used<br>EAL: 0000:86:02.3 cannot find TAILQ entry for PCI device!<br>EAL: Requested device 0000:86:02.3 cannot be used</div><div><br></div><div>--- SECONDARY ---<br>NUM PORTS AVAILABLE on SEC: 0</div><div>GOING TO PROBE VF INTERFACE 0000:86:02.0 on Ethernet X710/X557-AT 10GBASE-T<br>EAL: Using IOMMU type 1 (Type 1)<br>EAL: Probe PCI driver: net_iavf (8086:154c) device: 0000:86:02.0 (socket 1)<br>iavf_execute_vf_cmd(): No response for cmd 26<br>iavf_set_hena(): Failed to execute command of OP_SET_RSS_HENA<br>iavf_default_rss_disable(): fail to disable default RSS,lack PF support<br>EAL: Using IOMMU type 1 (Type 1)<br>EAL: Probe PCI driver: net_iavf (8086:154c) device: 0000:86:02.0 (socket 1)<br>iavf_handle_virtchnl_msg(): command mismatch, expect 0, get 26<br>NUM PORTS AVAILABLE on SEC: 1<br>Starting core on secondary 6<br>Starting core on secondary 7<br>Starting core on secondary 8<br>Starting core on secondary 9<br>Starting core on secondary 10<br>Secondary started<br></div><div><br></div><div><br></div><div>Regards,</div><div>Anna </div></div>