DPDK  18.11.11
Deprecated List
globalScope> 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)
globalScope> 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.
globalScope> 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.
globalScope> 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
See also
rte_flow_copy()
globalScope> Global rte_pdump_set_socket_dir (const char *path, enum rte_pdump_socktype type)
Allows applications to set server and client socket paths. If specified path is null default path will be selected, i.e. "/var/run/" for root user and "$HOME" for non root user. Clients also need to call this API to set their server path if the server path is different from default path. This API is not thread-safe.
globalScope> Global rte_vhost_get_queue_num (int vid)
Get the number of queues the device supports.