From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 244701B14D; Wed, 30 Jan 2019 01:17:36 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 30 Jan 2019 00:17:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: examples X-Bugzilla-Version: 18.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: sju@paloaltonetworks.com X-Bugzilla-Status: CONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 199] Azure DPDK 18.11 Multiple Processes Example Support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2019 00:17:36 -0000 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.=