:orphan: .. index:: pair: group; TAPI for helper DPDK functions .. _doxid-group__te__lib__rpc__dpdk: TAPI for helper DPDK functions ============================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions int :ref:`rpc_dpdk_find_representors`(:ref:`rcf_rpc_server`* rpcs, unsigned int* n_rep, uint16_t** rep_port_ids); int :ref:`rpc_rte_eth_representor_info_get`(:ref:`rcf_rpc_server`* rpcs, uint16_t port_id, struct :ref:`tarpc_rte_eth_representor_info`* info); .. _details-group__te__lib__rpc__dpdk: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Global Functions ---------------- .. index:: pair: function; rpc_dpdk_find_representors .. _doxid-group__te__lib__rpc__dpdk_1ga315442a55fe0f6bf7a550be2a8d61088: .. ref-code-block:: cpp :class: doxyrest-title-code-block int rpc_dpdk_find_representors(:ref:`rcf_rpc_server`* rpcs, unsigned int* n_rep, uint16_t** rep_port_ids) Find DPDK representor ports. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - n_rep - Number of found representors * - rep_port_ids - Port ids of the found representors .. rubric:: Returns: Status code .. index:: pair: function; rpc_rte_eth_representor_info_get .. _doxid-group__te__lib__rpc__dpdk_1gaa67382168819b5bb877a93fe3fb1badf: .. ref-code-block:: cpp :class: doxyrest-title-code-block int rpc_rte_eth_representor_info_get(:ref:`rcf_rpc_server`* rpcs, uint16_t port_id, struct :ref:`tarpc_rte_eth_representor_info`* info) Get DPDK representor info. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - port_id - Port id of backing device * - info - Representor info structure .. rubric:: Returns: Number of representors, error if negative