From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x241.google.com (mail-we0-x241.google.com [IPv6:2a00:1450:400c:c03::241]) by dpdk.org (Postfix) with ESMTP id 5DE455FEB for ; Mon, 28 Oct 2013 13:02:45 +0100 (CET) Received: by mail-we0-f193.google.com with SMTP id w62so1548790wes.0 for ; Mon, 28 Oct 2013 05:03:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iWGnqLvmxurcV0snHjPYqlxjFvk1hFQdNv62W4Tp3WY=; b=jYslkLlCTtZdIflfw1DAjB9PsoPNYecuMuCCbgaZ6nNTh1XzO9xVXnBPOOWduj5Z+e IhXPpXhCSmmjAshInYBWkolhESU1LmVFEfXJ5i/7u/gW1mMVY0J32c8ckjYPyEsuG+BF fLWd/ivCuN9kuWsGOWvaFDt9ATs4iM61Ia047Uha3UXU11AgGsVj0XUUtAD5He0Jk3G9 PBXTEgeqJCudPS965OmdDOw6WasAiw7sIQKr5a6GbfOuro+l6HQsvF4SW6KonGCunGEq B4XpL5wYViu9kE6Vr6V0P1VIWx6GPV4cwakxaibSl7TL7Udc+rhyoCSDvqQt6/dKBb4X EbPw== MIME-Version: 1.0 X-Received: by 10.194.219.70 with SMTP id pm6mr1615214wjc.47.1382961815666; Mon, 28 Oct 2013 05:03:35 -0700 (PDT) Received: by 10.194.170.195 with HTTP; Mon, 28 Oct 2013 05:03:35 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Oct 2013 17:33:35 +0530 Message-ID: From: cr singh To: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Fwd: problem in running KNI application 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, 28 Oct 2013 12:02:45 -0000 Hi Devs, I am trying to run KNI application on my system (whose lstopo result is attached herewith) , basically i am unable to insert correct --config="(port,lcore_rx,lcore_tx[,lcore_kthread,...])" option while running it. I am getting this [root@localhost DPDK-1.5.0]# ./examples/kni/build/kni -c 0x3 -n 2 -- -P -p 0x3 --config="(0,2,4,0),(1,1,3,0)" EAL: Cannot read numa node link for lcore 0 - using physical package id instead EAL: Detected lcore 0 as core 0 on socket 0 EAL: Cannot read numa node link for lcore 1 - using physical package id instead EAL: Detected lcore 1 as core 1 on socket 0 EAL: Setting up hugepage memory... EAL: cannot open /proc/self/numa_maps, consider that all memory is in socket_id 0 EAL: Ask a virtual area of 0x398458880 bytes EAL: Virtual area found at 0x9e800000 (size = 0x17c00000) EAL: Ask a virtual area of 0x20971520 bytes EAL: Virtual area found at 0x9d000000 (size = 0x1400000) EAL: Ask a virtual area of 0x8388608 bytes EAL: Virtual area found at 0x9c400000 (size = 0x800000) EAL: Requesting 102 pages of size 4MB from socket 0 EAL: TSC frequency is ~2893448 KHz EAL: Master core 0 is ready (tid=b7741800) EAL: Core 1 is ready (tid=b6e44b40) APP: Port ID: 0 APP: Rx lcore ID: 2, Tx lcore ID: 4 APP: Kernel thread lcore ID: 0 APP: Port ID: 1 APP: Rx lcore ID: 1, Tx lcore ID: 3 APP: Kernel thread lcore ID: 0 EAL: Error - exiting with code: 1 Cause: lcore id 2 for port 0 receiving not enabled can anybody please explain me the details of the --config option in kni application Thanks in advance -- cr singh