From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ILCAS2.corp.radware.com (mailout1.radware.com [192.115.180.130]) by dpdk.org (Postfix) with ESMTP id D4F6358D2 for ; Mon, 3 Nov 2014 16:39:50 +0100 (CET) Received: from ILMB1.corp.radware.com ([fe80::78a5:d515:e805:d2a9]) by ILCAS2.corp.radware.com ([fe80::98f0:5e5c:9ac:6e36%10]) with mapi id 14.03.0195.001; Mon, 3 Nov 2014 17:49:04 +0200 From: Yan Freedland To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] VMXNET3 with 3 processes Thread-Index: Ac/3fF/K0dDZmdBcRvOGT0KeENlU+Q== Date: Mon, 3 Nov 2014 15:49:03 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [176.200.121.202] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] VMXNET3 with 3 processes 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, 03 Nov 2014 15:39:51 -0000 Hi=20 I am trying to initialize the environment for 3 processes and 2 ports. Curr= ently I fail in vmxnet3_dev_start (0). The exact place is as follows: /* Activate device by register write */ VMXNET3_WRITE_BAR1_REG(hw, VMXNET3_REG_CMD, VMXNET3_CMD_ACTIVATE_DEV); status =3D VMXNET3_READ_BAR1_REG(hw, VMXNET3_REG_CMD); if (status !=3D 0) { <<<<<<<<<< status =3D=3D 1 in my case PMD_INIT_LOG(ERR, "Device activation in %s(): UNSUCCESSFUL", __func__); return -1; } Do you have any idea what might it be ? BTW when I used the same configurat= ion with 2 processes all worked fine. Thanks, Yan