-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env_dpdk: break up dpdk_pci_device_copy_identifiers
Break this function up into three APIs instead: * dpdk_pci_device_get_addr * dpdk_pci_device_get_id * dpdk_pci_device_get_numa_node This more clearly delineates the requirements we have from the DPDK PCI device/driver APIs. Signed-off-by: Jim Harris <[email protected]> Change-Id: Ie585c8252d63c15c6e6884d60f8a064c3f0ab94f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14684 Tested-by: SPDK CI Jenkins <[email protected]> Community-CI: Mellanox Build Bot Reviewed-by: Krzysztof Karas <[email protected]> Reviewed-by: Ben Walker <[email protected]> Reviewed-by: Konrad Sztyber <[email protected]>
- Loading branch information
1 parent
1eb35ac
commit 5be703e
Showing
4 changed files
with
56 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters