From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v6 3/8] pci: split match and probe function Date: Tue, 17 Jan 2017 15:40:31 +0530 Message-ID: References: <1484581107-2025-1-git-send-email-shreyansh.jain@nxp.com> <1484581107-2025-4-git-send-email-shreyansh.jain@nxp.com> <20170116102413.11fffc50@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , To: Stephen Hemminger Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0040.outbound.protection.outlook.com [104.47.41.40]) by dpdk.org (Postfix) with ESMTP id 61F26F94B for ; Tue, 17 Jan 2017 11:07:09 +0100 (CET) In-Reply-To: <20170116102413.11fffc50@xeon-e3> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Monday 16 January 2017 11:54 PM, Stephen Hemminger wrote: > On Mon, 16 Jan 2017 21:08:22 +0530 > Shreyansh Jain wrote: > >> -rte_eal_pci_probe_one_driver(struct rte_pci_driver *dr, struct rte_pci_device *dev) >> +int >> +rte_pci_match(struct rte_pci_driver *pci_drv, >> + struct rte_pci_device *pci_dev) > > Use const? > Done in v7. Thanks