From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-us.alcatel-lucent.com (us-hpswa-esg-01.alcatel-lucent.com [135.245.18.29]) by dpdk.org (Postfix) with ESMTP id 4ABF6568A for ; Thu, 15 Sep 2016 08:46:01 +0200 (CEST) Received: from us70uumx3.dmz.alcatel-lucent.com (unknown [135.245.18.15]) by Websense Email Security Gateway with ESMTPS id 6889873DF7082 for ; Thu, 15 Sep 2016 06:45:59 +0000 (GMT) Received: from us70uusmtp3.zam.alcatel-lucent.com (us70uusmtp3.zam.alcatel-lucent.com [135.5.2.65]) by us70uumx3.dmz.alcatel-lucent.com (GMO) with ESMTP id u8F6k0fO001047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 15 Sep 2016 06:46:00 GMT Received: from US70TWXCHHUB04.zam.alcatel-lucent.com (us70twxchhub04.zam.alcatel-lucent.com [135.5.2.36]) by us70uusmtp3.zam.alcatel-lucent.com (GMO) with ESMTP id u8F6jx4w001852 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 15 Sep 2016 06:46:00 GMT Received: from SG70YWXCHHUB03.zap.alcatel-lucent.com (135.253.2.37) by US70TWXCHHUB04.zam.alcatel-lucent.com (135.5.2.36) with Microsoft SMTP Server (TLS) id 14.3.301.0; Thu, 15 Sep 2016 02:45:59 -0400 Received: from SG70YWXCHMBA05.zap.alcatel-lucent.com ([169.254.5.117]) by SG70YWXCHHUB03.zap.alcatel-lucent.com ([135.253.2.37]) with mapi id 14.03.0301.000; Thu, 15 Sep 2016 14:45:56 +0800 From: "Kumar Gupta, Rohit (Nokia - IN)" To: "users@dpdk.org" Thread-Topic: using DPDK on RHEL VM / VMXNET3 Thread-Index: AdIPHM5zxJ5Ov5ViQmWBwF+27xZQig== Date: Thu, 15 Sep 2016 06:50:34 +0000 Message-ID: <64A5138E18B7BD44AA82F1ECC6FE4909E60D76@SG70YWXCHMBA05.zap.alcatel-lucent.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [135.253.19.17] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] using DPDK on RHEL VM / VMXNET3 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 06:46:01 -0000 Hi, I have a VM with 8 lcores and 2 VMXNET3 devices (eth1 is active and eth0 is= non-active) I can connect to it via telnet only (VM is managed centrally). I am following the steps outlined in dpdk documentation for Linux. However, as soon as I bind DPDK to non-active port, I lose my tcp connectio= n to the VM. I am not binding it to active interface. Connection is restored when VM restarts. Can anyone help how I can replace VMXNET3 for non-active port so I can star= t building my application? Regards, Rohit