From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) by dpdk.org (Postfix) with ESMTP id 431D358E7 for ; Fri, 19 Jul 2013 09:11:25 +0200 (CEST) Received: by mail-la0-f53.google.com with SMTP id fj20so1400975lab.40 for ; Fri, 19 Jul 2013 00:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=XR78Af58G5Khk89gPS2cvOgzFXyYp8mv13FadDeK6n8=; b=qFey1RUfcGNkwXKf4dJQT5Z9fpLk8VMyCS7zvGChMTq8ttwv4gWDRS32M2zAcOcew+ wt0bXjE9C4ikUo+G9ck4WdnS+/lWR3uGt1uI6vSX975JwcFbHK5U0oJJMwFV5zBjOBoN CMpAur98Ka+DigP4sca9DTO1aEP5fjc1OrpMe0Yem7VtIvPqMEdkn68crr6UYOam4qVI JwZtT7/cdiQG+asSPkx7x4JwUwizlNXspNSb+eg24Xs0KMo/F3m6IdgASmP2sFmj8l3z 6ECyzThN5MjaUbhFUOD3dAb8YmbPG7B84xHrUW4t5lI5ajkoJsPCIuYBmmKY3Q3gzW99 GcIQ== X-Received: by 10.112.167.136 with SMTP id zo8mr6727229lbb.33.1374217905344; Fri, 19 Jul 2013 00:11:45 -0700 (PDT) Received: from [192.168.15.104] ([46.148.230.203]) by mx.google.com with ESMTPSA id 8sm5550691lbq.4.2013.07.19.00.11.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Jul 2013 00:11:44 -0700 (PDT) Message-ID: <51E8E6B0.8050602@gmail.com> Date: Fri, 19 Jul 2013 11:11:44 +0400 From: Dmitry Vyal User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: dev@dpdk.org References: <51E80CF9.6030005@gmail.com> <51E810C4.1090207@absence.it> In-Reply-To: <51E810C4.1090207@absence.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] Any ideas how to stop DPDK from banning me from the box. 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, 19 Jul 2013 07:11:25 -0000 Hi Marco, thanks for posting the example I carefully composed mine using your as a basis and, guess, all works I don't have the exact cmdline I issued yesterday. Looks like bash didn't have a chance to save history But I guess I put all the -b options after the -- delimiter so they weren't parsed by rte_eal_init. You saved me a day! > > pino:~/dpdk-1.2.3r4 ~> sudo build/app/testpmd -c 0xf -n 3 -r 1 -b > 0000:05:00.0 -b 0000:05:00.1 > EAL: coremask set to f > ... > Initializing port 0... done: Link Down > Initializing port 1... done: Link Down > Initializing port 2... done: Link Up - speed 10000 Mbps - full-duplex > Initializing port 3... done: Link Up - speed 10000 Mbps - full-duplex > No commandline core given, start packet forwarding > io packet forwarding - CRC stripping disabled - packets/burst=16 > nb forwarding cores=1 - nb forwarding ports=4 > RX queues=1 - RX desc=128 - RX free threshold=0 > RX threshold registers: pthresh=8 hthresh=8 wthresh=4 > TX queues=1 - TX desc=512 - TX free threshold=0 > TX threshold registers: pthresh=36 hthresh=0 wthresh=0 > TX RS bit threshold=0 > Press enter to exit > > [ssh is still up] > > > Regards, > Marco