From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by dpdk.org (Postfix) with ESMTP id AD0D22A9 for ; Fri, 13 Dec 2013 17:09:26 +0100 (CET) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id rBDGAVPf009720 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 13 Dec 2013 08:10:31 -0800 (PST) Received: from [128.224.146.11] (128.224.146.11) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.347.0; Fri, 13 Dec 2013 08:10:30 -0800 Message-ID: <52AB3176.7040800@windriver.com> Date: Fri, 13 Dec 2013 11:10:30 -0500 From: Paul Barrette User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Romulo Rosa , "dev@dpdk.org" References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-ovs] Problem with OVS 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, 13 Dec 2013 16:09:27 -0000 On 12/12/2013 05:25 PM, Romulo Rosa wrote: > Hi, > > i'm tryin to run OVS and i get a error. In documentation was mentioned a > possible solution for this problem but it didnt work to me. Someone have > any idea how to solve this problem? > The uio module is loaded. > > *Command: *./datapath/dpdk/build/ovs_dpdk -c 0xf -n 4 -- -p 0xc I think you have the wrong port mask. Try using -p 0x3. Pb > -n 2 -k 2 > --stats=1 --vswitchd=0 --client_switching_core=1 --config="(0,0,2),(1,0,3)" > > *Error: * > EAL: Core 2 is ready (tid=43fd700) > EAL: Core 3 is ready (tid=3bfc700) > EAL: Core 1 is ready (tid=4bfe700) > WARNING: requested port 2 not present - ignoring > WARNING: requested port 3 not present - ignoring > config = 16,0,2 > config = 17,0,3 > nb_cfg_params = 2 > Creating mbuf pool 'MProc_pktmbuf_pool' [14336 mbufs] ... > HASH: Enabling CRC32 instruction for hashing > APP: memzone address is 2ef33980 > EAL: Error - exiting with code: 1 > Cause: Cannot allocate memory for port tx_q details > > Thanks!