From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 09/11] eal: move PCI table macro Date: Thu, 07 Jul 2016 17:41:13 +0200 Message-ID: <2132697.MlbNcf1yER@xps13> References: <1467905790-10597-1-git-send-email-thomas.monjalon@6wind.com> <1467905790-10597-10-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Neil Horman , david.marchand@6wind.com To: dev@dpdk.org Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 3C7281396 for ; Thu, 7 Jul 2016 17:41:15 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id n127so21364313wme.1 for ; Thu, 07 Jul 2016 08:41:15 -0700 (PDT) In-Reply-To: <1467905790-10597-10-git-send-email-thomas.monjalon@6wind.com> 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" 2016-07-07 17:36, Thomas Monjalon: > Remove include of rte_pci.h in the generic header rte_dev.h > and move the macro DRIVER_REGISTER_PCI_TABLE in rte_pci.h. > > Fixes: cb6696d22023 ("drivers: update registration macro usage") > > Signed-off-by: Thomas Monjalon Suggested-by: David Marchand