From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 31CDA7E6E for ; Thu, 16 Oct 2014 13:37:51 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 16 Oct 2014 04:45:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,731,1406617200"; d="scan'208,217";a="619814255" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga002.jf.intel.com with ESMTP; 16 Oct 2014 04:45:42 -0700 Received: from irsmsx108.ger.corp.intel.com (163.33.3.3) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 16 Oct 2014 12:45:40 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.248]) by IRSMSX108.ger.corp.intel.com ([169.254.11.21]) with mapi id 14.03.0195.001; Thu, 16 Oct 2014 12:45:40 +0100 From: "Walukiewicz, Miroslaw" To: "dev@dpdk.org" Thread-Topic: Possibility to unbind interface by DPDK Thread-Index: Ac/pM19xKp4dhInnRNmTfRb0JsrmpQ== Date: Thu, 16 Oct 2014 11:45:40 +0000 Message-ID: <7C4248CAE043B144B1CD242D275626532FDDE618@IRSMSX104.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] 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-dev] Possibility to unbind interface by DPDK 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, 16 Oct 2014 11:37:51 -0000 I have a question regarding unbinding Linux interface from EAL. This feature was present up to dpdk 1.4 and next it was removed. It was available under RTE_EAL_UNBIND_PORTS flag. Is there a possibility to get this feature back in the next releases? Unbinding interfaces from EAL makes possible reading network interface para= meters like IP address, MTU, VLAN configuration from dpdk applications. When Linux interface is unbound before application start this information i= s lost for application. Mirek