- Global eal_parse_pci_BDF (const char *input, struct rte_pci_addr *dev_addr)
- Utility function to produce a PCI Bus-Device-Function value given a string representation. Assumes that the BDF is provided without a domain prefix (i.e. domain returned is always 0)
- Global eal_parse_pci_DomBDF (const char *input, struct rte_pci_addr *dev_addr)
- Utility function to produce a PCI Bus-Device-Function value given a string representation. Assumes that the BDF is provided including a domain prefix.
- Global rte_eal_compare_pci_addr (const struct rte_pci_addr *addr, const struct rte_pci_addr *addr2)
- Utility function to compare two PCI device addresses.
- Global rte_flow_copy (struct rte_flow_desc *fd, size_t len, const struct rte_flow_attr *attr, const struct rte_flow_item *items, const struct rte_flow_action *actions)
- Copy an rte_flow rule description.
- Class rte_flow_desc
- Global rte_vhost_get_queue_num (int vid)
- Get the number of queues the device supports.