From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f172.google.com (mail-io0-f172.google.com [209.85.223.172]) by dpdk.org (Postfix) with ESMTP id 363144A63 for ; Tue, 17 Nov 2015 00:02:41 +0100 (CET) Received: by ioir85 with SMTP id r85so1152763ioi.1 for ; Mon, 16 Nov 2015 15:02:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lEuHrVNT9N1AWVUI7diyuwPOzXYmvsr2aOGuciLIC18=; b=Piv2wAyVYjSRhBCiimr3Qh4WNNcL0yc8DDHo8Lrzof5tO2DMhtcoLww8hRhOPP/vEU dN+1iVL4ivq1n5bsf5U4EVdn3hKUmk5TY72SoUMwi+XrOkybEQ7bbifUQpURjSOhUafr UQEP1vyyuoDxVyQ7DjiVYEFnkJEXYDnr0/1/a020JuAsYCnQIAe+b2r52Qw8V8LE8C7v vdfE75RVBFQOt2GQ5iQEWd4xlVq6E7W6CVCLgm5crvpbKfYfrpkg4A8dUQXLRU0r4nuV IxfJbUYlrP1vFbkd6DaHNXAjRE3hRsoA6ThhPHGFqof7g0i3Q4plQgSEsBnFmL4mSOQq iK2A== MIME-Version: 1.0 X-Received: by 10.107.165.202 with SMTP id o193mr33359051ioe.69.1447714960629; Mon, 16 Nov 2015 15:02:40 -0800 (PST) Received: by 10.36.143.203 with HTTP; Mon, 16 Nov 2015 15:02:40 -0800 (PST) Date: Mon, 16 Nov 2015 18:02:40 -0500 Message-ID: From: Grace Liu To: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] issues with running ip_pipeline sample application X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 23:02:41 -0000 Hello DPDK community, I met errors when running ip_pipeline and test_ip_pipeline sample application. I'm using dpdk-2.1.0 on ubuntu 14.04 host with kernel 3.16. My host machine has two 10G ports and they are working for l2fwd sample application but not for ip_pipeline, so I'm wondering is there any specific requirement for NIC to run this app? The command I use is: sudo ./build/ip_pipeline -p 0x11. The error message is as follows: EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x7fb9d8200000 (size = 0x200000) EAL: Requesting 256 pages of size 2MB from socket 0 EAL: Requesting 768 pages of size 2MB from socket 1 EAL: TSC frequency is ~2666753 KHz EAL: Master lcore 0 is ready (tid=74659900;cpuset=[0]) EAL: lcore 1 is ready (tid=d81ff700;cpuset=[1]) EAL: PCI device 0000:05:00.0 on NUMA socket -1 EAL: probe driver: 8086:10c9 rte_igb_pmd EAL: Not managed by a supported kernel driver, skipped EAL: PCI device 0000:05:00.1 on NUMA socket -1 EAL: probe driver: 8086:10c9 rte_igb_pmd EAL: Not managed by a supported kernel driver, skipped EAL: PCI device 0000:07:00.0 on NUMA socket -1 EAL: probe driver: 8086:1572 rte_i40e_pmd EAL: PCI memory mapped at 0x7fb9d71ff000 EAL: PCI memory mapped at 0x7fba7465d000 PMD: eth_i40e_dev_init(): FW 4.22 API 1.2 NVM 04.02.05 eetrack 8000143f PMD: eth_i40e_dev_init(): Failed to stop lldp PMD: i40e_pf_parameter_init(): Max supported VSIs:66 PMD: i40e_pf_parameter_init(): PF queue pairs:64 PMD: i40e_pf_parameter_init(): Max VMDQ VSI num:63 PMD: i40e_pf_parameter_init(): VMDQ queue pairs:4 EAL: PCI device 0000:07:00.1 on NUMA socket -1 EAL: probe driver: 8086:1572 rte_i40e_pmd EAL: PCI memory mapped at 0x7fb9d69ff000 EAL: PCI memory mapped at 0x7fba7461e000 PMD: eth_i40e_dev_init(): FW 4.22 API 1.2 NVM 04.02.05 eetrack 8000143f PMD: eth_i40e_dev_init(): Failed to stop lldp PMD: i40e_pf_parameter_init(): Max supported VSIs:66 PMD: i40e_pf_parameter_init(): PF queue pairs:64 PMD: i40e_pf_parameter_init(): Max VMDQ VSI num:63 PMD: i40e_pf_parameter_init(): VMDQ queue pairs:4 [APP] Initializing MEMPOOL0 ... [APP] Initializing LINK0 (0) (1 RXQ, 1 TXQ) ... PMD: i40e_dev_rx_queue_setup(): Rx Burst Bulk Alloc Preconditions are satisfied. Rx Burst Bulk Alloc function will be used on port=0, queue=0. PMD: i40e_dev_tx_queue_setup(): Using simple tx path [APP] Initializing LINK1 (4) (1 RXQ, 1 TXQ) ... PANIC in app_init_link(): LINK1 (4): init error (-22) 6: [./build/ip_pipeline() [0x42dad3]] 5: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fba73776ec5]] 4: [./build/ip_pipeline(main+0x55) [0x42c715]] 3: [./build/ip_pipeline(app_init+0x1530) [0x439f10]] 2: [./build/ip_pipeline(__rte_panic+0xc1) [0x427bdb]] 1: [./build/ip_pipeline(rte_dump_stack+0x18) [0x4abe98]] Thanks, Grace