From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) by dpdk.org (Postfix) with ESMTP id 9D4E05A9A for ; Thu, 4 Jun 2015 23:59:33 +0200 (CEST) Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t54LxV1K021186 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Jun 2015 21:59:32 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t54LxVxr029386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 4 Jun 2015 21:59:31 GMT Received: from abhmp0006.oracle.com (abhmp0006.oracle.com [141.146.116.12]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t54LxVp4000703 for ; Thu, 4 Jun 2015 21:59:31 GMT MIME-Version: 1.0 Message-ID: Date: Thu, 4 Jun 2015 14:59:29 -0700 (PDT) From: Navneet Rao Sender: Navneet Rao To: dev@dpdk.org References: In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 14.0.7149.0 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0022.oracle.com [141.146.126.234] Subject: Re: [dpdk-dev] Running testpmd over KNI 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: Thu, 04 Jun 2015 21:59:34 -0000 Running testpmd as proc-type=3Dauto now results in a SEGMENTATION FAULT!!! Now trying to debug the source of the memory leak!!! Actually I want to do this - Use the testpmd app to setup TX/RX traffic on the 2 NICs that have been now= configured as Kernel-NICs. Is there an easier way to accomplish this? Thanks -Navneet -----Original Message----- From: Navneet Rao=20 Sent: Thursday, June 04, 2015 2:01 PM To: dev@dpdk.org Subject: [dpdk-dev] Running testpmd over KNI Running --- =20 ./testpmd -c7 -n3 --vdev=3Deth_pcap0,iface=3DvEth0 --vdev=3Deth_pcap1,iface= =3DvEth1 -- -i --nb-cores=3D2 --nb-ports=3D2 --total-num-mbufs=3D1024 =20 results in a =20 =20 EAL: Error - exiting with code: 1 Cause: Cannot create lock on '/var/run/.rte_config'. Is another primary p= rocess running? =20 =20 I don't think I am running another process using testpmd!!! Any ideas to debug this? =20 Thanks -Navneet