From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla@dpdk.org Subject: [Bug 199] Azure DPDK 18.11 Multiple Processes Example Support Date: Wed, 30 Jan 2019 00:17:36 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D199 Bug ID: 199 Summary: Azure DPDK 18.11 Multiple Processes Example Support Product: DPDK Version: 18.11 Hardware: x86 OS: Linux Status: CONFIRMED Severity: critical Priority: Normal Component: examples Assignee: dev@dpdk.org Reporter: sju@paloaltonetworks.com Target Milestone: --- Hi,=20 I have a Azure VM with accelerated network enabled with 1 management interf= ace and 2 data interfaces.=20 Following the documents from : https://docs.microsoft.com/en-us/azure/virtual-network/setup-dpdk I can successfully run testpmd example with 2 data interfaces.=20 The running command of testpmd is: ./testpmd -w b1f0:00:02.0 -w b4b1:00:02.0 --vdev=3D"net_vdev_netvsc0,iface= =3Deth1" --vdev=3D"net_vdev_netvsc1,iface=3Deth2" However, if I try the multiple process version based on https://doc.dpdk.org/guides/sample_app_ug/multi_process.html, it failed. The running command is: ./symmetric_mp -w b1f0:00:02.0 -w b4b1:00:02.0 --vdev=3D"net_vdev_netvsc0,iface=3Deth1" --vdev=3D"net_vdev_netvsc1,iface= =3Deth2" -l 1 -n 4 --proc-type=3Dauto -- -p 3 --num-procs=3D4 --proc-id=3D0=20 EAL: Detected 20 lcore(s) EAL: Detected 2 NUMA nodes EAL: Auto-detected process type: PRIMARY EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: No free hugepages reported in hugepages-1048576kB EAL: Probing VFIO support... EAL: WARNING: cpu flags constant_tsc=3Dyes nonstop_tsc=3Dno -> using unreli= able clock cycles ! EAL: PCI device b1f0:00:02.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 15b3:1004 net_mlx4 PMD: net_mlx4: PCI information matches, using device "mlx4_1" (VF: true) PMD: net_mlx4: 1 port(s) detected PMD: net_mlx4: port 1 MAC address is 00:0d:3a:f9:47:24 EAL: PCI device b4b1:00:02.0 on NUMA socket -1 EAL: Invalid NUMA socket, default to 0 EAL: probe driver: 15b3:1004 net_mlx4 PMD: net_mlx4: PCI information matches, using device "mlx4_2" (VF: true) PMD: net_mlx4: 1 port(s) detected PMD: net_mlx4: port 1 MAC address is 00:0d:3a:f9:48:8b net_vdev_netvsc: probably using routed NetVSC interface "eth1" (index 3) rte_pmd_tap_probe(): Initializing pmd_tap for net_tap_vsc0 as dtap0 net_vdev_netvsc: probably using routed NetVSC interface "eth2" (index 4) rte_pmd_tap_probe(): Initializing pmd_tap for net_tap_vsc1 as dtap1 Checking link statusdone APP: Finished Process Init. Lcore 1 has nothing to do It shows it has nothing to do and quits. I am not sure how to run Azure DPDK with symmetric_mp. Could you help me? Thanks. Suyang --=20 You are receiving this mail because: You are the assignee for the bug.=