From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g4t3425.houston.hp.com (g4t3425.houston.hp.com [15.201.208.53]) by dpdk.org (Postfix) with ESMTP id 56CF96884 for ; Sat, 13 Sep 2014 01:37:42 +0200 (CEST) Received: from g4t3433.houston.hp.com (g4t3433.houston.hp.com [16.210.25.219]) by g4t3425.houston.hp.com (Postfix) with ESMTP id BA93310B for ; Fri, 12 Sep 2014 23:43:01 +0000 (UTC) Received: from [16.78.177.183] (warhol.americas.hpqcorp.net [16.78.177.183]) by g4t3433.houston.hp.com (Postfix) with ESMTP id 9C89796 for ; Fri, 12 Sep 2014 23:43:00 +0000 (UTC) Message-ID: <5413848A.6020504@hp.com> Date: Fri, 12 Sep 2014 17:40:58 -0600 From: "David S. Roth" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: dev@dpdk.org Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] 1.7.1 testpmd hangs system X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 23:37:42 -0000 All, When I execute testpmd as shown below, it runs to the prompt apparently without error but the system becomes unresponsive and I am forced to reboot. Any suggestions as to why this is happening? Thanks in advance, David oot@dpdk-26:~/src/C/dpdk-1.7.1/x86_64-native-linuxapp-gcc# app/testpmd -c f -n 4 -- --portmask=0x1 --nb-cores=2 -i EAL: Detected lcore 0 as core 0 on socket 0 EAL: Detected lcore 1 as core 1 on socket 0 [...] EAL: Detected lcore 29 as core 5 on socket 1 EAL: Detected lcore 30 as core 6 on socket 1 EAL: Detected lcore 31 as core 7 on socket 1 EAL: Support maximum 64 logical core(s) by configuration. EAL: Detected 32 lcore(s) EAL: Setting up memory... EAL: Ask a virtual area of 0x100000000 bytes EAL: Virtual area found at 0x7f6b80000000 (size = 0x100000000) EAL: Ask a virtual area of 0x100000000 bytes EAL: Virtual area found at 0x7f6a40000000 (size = 0x100000000) EAL: Requesting 4 pages of size 1024MB from socket 0 EAL: Requesting 4 pages of size 1024MB from socket 1 EAL: TSC frequency is ~2600000 KHz EAL: Master core 0 is ready (tid=23fac840) EAL: Core 3 is ready (tid=210bf700) EAL: Core 2 is ready (tid=218c0700) EAL: Core 1 is ready (tid=220c1700) EAL: PCI device 0000:05:00.0 on NUMA socket 0 EAL: probe driver: 8086:10f8 rte_ixgbe_pmd EAL: 0000:05:00.0 not managed by VFIO driver, skipping EAL: PCI memory mapped at 0x7f6d23e6b000 EAL: PCI memory mapped at 0x7f6d23e67000 EAL: PCI device 0000:05:00.1 on NUMA socket 0 EAL: probe driver: 8086:10f8 rte_ixgbe_pmd EAL: 0000:05:00.1 not managed by VFIO driver, skipping EAL: PCI memory mapped at 0x7f6d207bf000 EAL: PCI memory mapped at 0x7f6d23e63000 previous number of forwarding ports 2 - changed to number of configured ports 1 Interactive-mode selected Configuring Port 0 (socket 0) Port 0: 38:EA:A7:8B:34:50 Configuring Port 1 (socket 0) Port 1: 38:EA:A7:8B:34:51 Checking link statuses... Port 0 Link Up - speed 10000 Mbps - full-duplex Port 1 Link Up - speed 10000 Mbps - full-duplex Done testpmd>