From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f179.google.com (mail-io0-f179.google.com [209.85.223.179]) by dpdk.org (Postfix) with ESMTP id 7F0E72B89 for ; Mon, 11 Apr 2016 04:09:38 +0200 (CEST) Received: by mail-io0-f179.google.com with SMTP id 2so191817477ioy.1 for ; Sun, 10 Apr 2016 19:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=hFSscU+iDmCiLo5i1MgIS+4ZL9IepPs69EFVPj8Q/RA=; b=p911Ux0qqzi79RPKzg9iwELiTof0sNxaWWv0841433gecXWEeXyX1WhZn2ijfvWlbq XDLTBmqd3RwhPn+nZbU+xhsnPeEaAKWTj2e28qGpzTgfvI6SRKkuV3XfNpL2bcK2sgmL GeR+CmHZ8rUgEkGHpbZec99yobtEUukRX6UptgrZilJiCAGuW6OCXNLIG9TtIpnP00ZQ MHD66Q3UC+mpvMc9SaQjtb+jMHjBeHjBauikskQP2FtRnTRTLraS5AnQkx4XqO4hxenc FybWivp+Vy9ffY/25qtO/RRZak9EXVQZItGdhZ9zh0u/Csq0sSM9FOK0yOGblTSSYz0V ZPLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=hFSscU+iDmCiLo5i1MgIS+4ZL9IepPs69EFVPj8Q/RA=; b=I10o/Bz1b/fpH8Z64RtUrARO3y+kkpWmrKzVxaQFyG7JoAYV6TURILuKw0V0qgj2+a ugEfYI1e11nV1yU9BsNDhVF2+vjt0i0sA11PPNifPwZA3fp6+mnGFD6CTYoRKWIf32NO SWXRNi0TQx5uewWQKgGhMFKWODsJLoszWA+qPT5yoAxMtz74ZSibuwq2STN8ovQpvGHb fCEcRbUyVIZl6S0EvZJzPbDdh9dVYB3XyQJF9yA5wX25LMYTZcfEgxM651QxVB9KH70R 7PN4VibplPN2LcEtOcsZOpaMl6UuJrmxE8RGcjyFhNWXOkqZmR6oMAh2ZjwkpDi9QKzU KkkA== X-Gm-Message-State: AD7BkJJLgmvrEu3pV1Cbve4MVTWNy8qnvtJYTMGEOQlTr1zNJtUJDFV/u6fXIgiRxOYjy34qxQSPyq6hNfBqvw== MIME-Version: 1.0 X-Received: by 10.107.34.139 with SMTP id i133mr19149711ioi.108.1460340577835; Sun, 10 Apr 2016 19:09:37 -0700 (PDT) Received: by 10.107.131.208 with HTTP; Sun, 10 Apr 2016 19:09:37 -0700 (PDT) Date: Sun, 10 Apr 2016 23:09:37 -0300 Message-ID: From: Victor Detoni To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] ip_reassembly doesn't start 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: Mon, 11 Apr 2016 02:09:38 -0000 hi, I'm trying to run ip_reassembly application but it is showing the error below. please, someone knows what's happing? The other app like l2fwd/l3fwd works fine. root@ubuntu:~# cd dpdk-2.1.0/examples/ip_reassembly/ root@ubuntu:~/dpdk-2.1.0/examples/ip_reassembly# ./build/ip_reassembly -c 0xff -n 1 -- -p 0x3 -q 2 EAL: Detected lcore 0 as core 0 on socket 0 EAL: Detected lcore 1 as core 1 on socket 0 EAL: Detected lcore 2 as core 2 on socket 0 EAL: Detected lcore 3 as core 3 on socket 0 EAL: Detected lcore 4 as core 4 on socket 0 EAL: Detected lcore 5 as core 5 on socket 0 EAL: Detected lcore 6 as core 6 on socket 0 EAL: Detected lcore 7 as core 7 on socket 0 EAL: Support maximum 128 logical core(s) by configuration. EAL: Detected 8 lcore(s) EAL: VFIO modules not all loaded, skip VFIO support... EAL: Setting up physically contiguous memory... EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x7f2dfb400000 (size = 0x200000) EAL: Ask a virtual area of 0x3f800000 bytes EAL: Virtual area found at 0x7f2dbba00000 (size = 0x3f800000) EAL: Ask a virtual area of 0x40400000 bytes EAL: Virtual area found at 0x7f2d7b400000 (size = 0x40400000) EAL: Ask a virtual area of 0x200000 bytes EAL: Virtual area found at 0x7f2d7b000000 (size = 0x200000) EAL: Requesting 1024 pages of size 2MB from socket 0 EAL: TSC frequency is ~2194711 KHz EAL: Master lcore 0 is ready (tid=fd578940;cpuset=[0]) EAL: lcore 3 is ready (tid=79ffd700;cpuset=[3]) EAL: lcore 6 is ready (tid=787fa700;cpuset=[6]) EAL: lcore 1 is ready (tid=7afff700;cpuset=[1]) EAL: lcore 4 is ready (tid=797fc700;cpuset=[4]) EAL: lcore 7 is ready (tid=77ff9700;cpuset=[7]) EAL: lcore 5 is ready (tid=78ffb700;cpuset=[5]) EAL: lcore 2 is ready (tid=7a7fe700;cpuset=[2]) EAL: PCI device 0000:03:00.0 on NUMA socket -1 EAL: probe driver: 15ad:7b0 rte_vmxnet3_pmd EAL: Not managed by a supported kernel driver, skipped EAL: PCI device 0000:0b:00.0 on NUMA socket -1 EAL: probe driver: 15ad:7b0 rte_vmxnet3_pmd EAL: PCI memory mapped at 0x7f2dfb600000 EAL: PCI memory mapped at 0x7f2dfb601000 EAL: PCI memory mapped at 0x7f2dfb602000 EAL: PCI device 0000:13:00.0 on NUMA socket -1 EAL: probe driver: 15ad:7b0 rte_vmxnet3_pmd EAL: PCI memory mapped at 0x7f2dfb604000 EAL: PCI memory mapped at 0x7f2dfb605000 EAL: PCI memory mapped at 0x7f2dfb606000 0x7ffc7122d8af IP_RSMBL: Creating LPM table on socket 0 IP_RSMBL: Creating LPM6 table on socket 0 USER1: rte_ip_frag_table_create: allocated of 25165952 bytes at socket 0 Initializing port 0 ... EAL: Error - exiting with code: 1 Cause: rte_eth_rx_queue_setup: err=-22, port=0