From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2A45647D0 for ; Fri, 15 Apr 2016 02:53:32 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 14 Apr 2016 17:53:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,485,1455004800"; d="scan'208";a="945530532" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 14 Apr 2016 17:53:27 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 14 Apr 2016 17:53:25 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 14 Apr 2016 17:53:24 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.142]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.136]) with mapi id 14.03.0248.002; Fri, 15 Apr 2016 08:53:22 +0800 From: "Zhang, Helin" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH] pci: remove deprecated specific config Thread-Index: AQHRlpVeXfTaZSRNwkSMPJg1bUOUSp+KNRkw Date: Fri, 15 Apr 2016 00:53:22 +0000 Message-ID: References: <1460669598-3122-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1460669598-3122-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTE0OGVlOGYtMGI2Yy00MDM1LTgxMGItYzlhNmRjMTFkM2U1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IllcL0kzT1wvcGkzMXJhSTRYUFNKdlFubW5lWHpNeTc1YlEzbXdDeVdJWnRtST0ifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] pci: remove deprecated specific config 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, 15 Apr 2016 00:53:32 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, April 15, 2016 5:33 AM > To: Zhang, Helin > Cc: dev@dpdk.org > Subject: [PATCH] pci: remove deprecated specific config >=20 > The driver i40e was using a specific PCI config before the release 16.04. > From 16.04, it is always enabled in i40e (commit 56465cfaf). > The API has been deprecated in the commit 68f77593823cab. > The igb_uio implementation has been deprecated in commit b7cf8e155. > The config helper - through igb_uio sysfs entries - is now removed. >=20 > Signed-off-by: Thomas Monjalon Acked-by: Helin Zhang