From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <romuloros@gmail.com>
Received: from mail-la0-x236.google.com (mail-la0-x236.google.com
 [IPv6:2a00:1450:4010:c03::236])
 by dpdk.org (Postfix) with ESMTP id 1423A2A9
 for <dev@dpdk.org>; Thu, 12 Dec 2013 23:24:23 +0100 (CET)
Received: by mail-la0-f54.google.com with SMTP id b8so824946lan.27
 for <dev@dpdk.org>; Thu, 12 Dec 2013 14:25:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:from:date:message-id:subject:to:content-type;
 bh=0YmKQQD6vOPBbs9S07yYln68iIx+Qj2Qs0eBkNq91EA=;
 b=jeA5JJarE1EF2wMcYktlRCuNbJDWfwe2wlwY940W0CsdbVAO+FM/wEhDt1kwf5bjLI
 +8aSFdI0O/WBrZZQOgV8j5XscxBAOm68QvRxWCKnkMcoxX82xfPcEwUCTRNbfr2gdtU+
 5qobQXvMe+wYX0gkqLy/i3hpOQm2fYZ1YsWYk4INT+o9J+r7V9luke8GCIwExwi2ks3L
 O6MSBzOOraERHclkWG5ax3BH9ZBjSUzW+v+l4Sg+RsDVKV0KI9/lJVaCwyOzoq4m66Ms
 NQA9tGph1/bTSmElVc6wpf6S8S9JN0tbXIMu5+JskKMrt0HKv3fBwx6FfGQcpI/2Hxsn
 7Hgg==
X-Received: by 10.152.8.131 with SMTP id r3mr843903laa.79.1386887128490; Thu,
 12 Dec 2013 14:25:28 -0800 (PST)
MIME-Version: 1.0
Received: by 10.114.25.164 with HTTP; Thu, 12 Dec 2013 14:25:08 -0800 (PST)
From: Romulo Rosa <romuloros@gmail.com>
Date: Thu, 12 Dec 2013 20:25:08 -0200
Message-ID: <CALdSg2hGieB85DEvTtrkugUhxC+qEJH8RFDVpwbHSkkRO=RiLw@mail.gmail.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Dec 2013 22:24:24 -0000

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 -n 2 -k 2
--stats=3D1 --vswitchd=3D0 --client_switching_core=3D1 --config=3D"(0,0,2),=
(1,0,3)"

*Error: *
EAL: Core 2 is ready (tid=3D43fd700)
EAL: Core 3 is ready (tid=3D3bfc700)
EAL: Core 1 is ready (tid=3D4bfe700)
WARNING: requested port 2 not present - ignoring
WARNING: requested port 3 not present - ignoring
config =3D 16,0,2
config =3D 17,0,3
nb_cfg_params =3D 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!
--=20
R=F4mulo Rosa Furtado