[dpdk-dev] [PATCH v8 6/6] Move common functions in eal_pci.c

Ferruh Yigit ferruh.yigit at intel.com
Tue Dec 18 02:47:15 CET 2018


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 <rkerur at gmail.com>

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/



More information about the dev mailing list