From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v8 6/6] Move common functions in eal_pci.c Date: Tue, 18 Dec 2018 01:47:15 +0000 Message-ID: <452bc222-ae4e-0dab-08ae-13d2b93a6201@intel.com> References: <1430264781-32560-1-git-send-email-rkerur@gmail.com> <1430264809-32599-1-git-send-email-rkerur@gmail.com> <1430264809-32599-6-git-send-email-rkerur@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , Neil Horman To: Ravi Kerur , dpdk-dev Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id E2BD11BAE6 for ; Tue, 18 Dec 2018 02:47:17 +0100 (CET) In-Reply-To: <1430264809-32599-6-git-send-email-rkerur@gmail.com> Content-Language: en-US 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 4/29/2015 12:46 AM, rkerur at gmail.com (Ravi Kerur) wrote: > Changes in v8 > None > > Changes in v7 > Rebase to latest code. > > Changes in v6 > Split changes due to complexity. v6 includes moving > rte_eal_pci_probe_one_driver function and its associated > utility functions only. > > Changes in v5 > Rebase to latest code. > Removed RTE_EXEC_ENV_BSDAPP from earlier changes. > > Changes in v4 > Move common functions in eal_pci.c to librte_eal/common/ > eal_common_pci.c file. > > Following functions are moved to eal_common_pci.c file. > > void *pci_map_resource(void *requested_addr, const int vfio_fd, > const char *devname, off_t offset, size_t size); > int pci_addr_comparison(struct rte_pci_addr *addr, > struct rte_pci_addr *addr2); > int rte_eal_pci_probe_one_driver(struct rte_pci_driver *dr, > struct rte_pci_device *dev); > > Use RTE_EXEC_ENV_BSDAPP to differentiate minor differences in > common function. > Fix checkpatch warnings and errors. > > Changes in v3 > N/A > > Changes in v2 > N/A > > Changes in v1 > N/A > > Signed-off-by: Ravi Kerur Same for this one, updated as rejected because of timeout, like other if it is still relevant please let us know. Sorry for any inconvenience caused. Mentioned patch: https://patches.dpdk.org/patch/4491/