From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pci: remove deprecated specific config Date: Wed, 20 Apr 2016 12:35:33 +0200 Message-ID: <8662456.b9r4Hubuqu@xps13> References: <1460669598-3122-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand , "Zhang, Helin" Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 297F13F9 for ; Wed, 20 Apr 2016 12:35:36 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id n3so74218028wmn.0 for ; Wed, 20 Apr 2016 03:35:36 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > >> 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. > >> > >> Signed-off-by: Thomas Monjalon > > Acked-by: Helin Zhang > > Thanks. > Acked-by: David Marchand Applied