| rte_swx_port.h(3) | Library Functions Manual | rte_swx_port.h(3) |
rte_swx_port.h
#include <stdint.h>
struct rte_swx_pkt
struct rte_swx_port_in_stats
struct rte_swx_port_in_ops
struct rte_swx_port_out_stats
struct rte_swx_port_out_ops
typedef void *(* rte_swx_port_in_create_t) (void
*args)
typedef void(* rte_swx_port_in_free_t) (void *port)
typedef int(* rte_swx_port_in_pkt_rx_t) (void *port, struct
rte_swx_pkt *pkt)
typedef void(* rte_swx_port_in_stats_read_t) (void *port, struct
rte_swx_port_in_stats *stats)
typedef void *(* rte_swx_port_out_create_t) (void *args)
typedef void(* rte_swx_port_out_free_t) (void *port)
typedef void(* rte_swx_port_out_pkt_tx_t) (void *port, struct
rte_swx_pkt *pkt)
typedef void(* rte_swx_port_out_pkt_fast_clone_tx_t) (void
*port, struct rte_swx_pkt *pkt)
typedef void(* rte_swx_port_out_pkt_clone_tx_t) (void *port,
struct rte_swx_pkt *pkt, uint32_t truncation_length)
typedef void(* rte_swx_port_out_flush_t) (void *port)
typedef void(* rte_swx_port_out_stats_read_t) (void *port,
struct rte_swx_port_out_stats *stats)
RTE SWX Port
Packet I/O port interface.
Definition in file rte_swx_port.h.
Input port create
Parameters
Returns
Definition at line 43 of file rte_swx_port.h.
Input port free
Parameters
Definition at line 52 of file rte_swx_port.h.
Input port packet receive
Parameters
Returns
Definition at line 67 of file rte_swx_port.h.
Input port statistics counters read
Parameters
Definition at line 91 of file rte_swx_port.h.
Output port create
Parameters
Returns
Definition at line 122 of file rte_swx_port.h.
Output port free
Parameters
Definition at line 131 of file rte_swx_port.h.
Output port packet transmit
Parameters
Definition at line 142 of file rte_swx_port.h.
Output port packet fast clone and transmit
Parameters
Definition at line 154 of file rte_swx_port.h.
Output port packet clone and transmit
Parameters
Definition at line 168 of file rte_swx_port.h.
Output port flush
Parameters
Definition at line 179 of file rte_swx_port.h.
Output port statistics counters read
Parameters
Definition at line 211 of file rte_swx_port.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |