FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
dpdk_device_t Struct Reference
+ Collaboration diagram for dpdk_device_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 
 CLIB_CACHE_LINE_ALIGN_MARK (cacheline1)
 

Data Fields

volatile u32 ** lockp
 
u32 device_index
 
u32 vlib_hw_if_index
 
u32 vlib_sw_if_index
 
u32 per_interface_next_index
 
struct rte_mbuf *** tx_vectors
 
struct rte_mbuf *** rx_vectors
 
u32 ** d_trace_buffers
 
dpdk_pmd_t pmd:8
 
i8 cpu_socket
 
u16 flags
 
u16 nb_tx_desc
 
u8interface_name_suffix
 
u16 num_subifs
 
u16 tx_q_used
 
u16 rx_q_used
 
u16 nb_rx_desc
 
u16cpu_socket_id_by_queue
 
struct rte_eth_conf port_conf
 
struct rte_eth_txconf tx_conf
 
dpdk_device_hqos_per_worker_thread_thqos_wt
 
dpdk_device_hqos_per_hqos_thread_thqos_ht
 
u8 port_id
 
struct rte_eth_link link
 
f64 time_last_link_update
 
struct rte_eth_stats stats
 
struct rte_eth_stats last_stats
 
struct rte_eth_stats last_cleared_stats
 
struct rte_eth_xstat * xstats
 
struct rte_eth_xstat * last_cleared_xstats
 
f64 time_last_stats_update
 
dpdk_port_type_t port_type
 
u8default_mac_address
 

Detailed Description

Definition at line 170 of file dpdk.h.

Member Function Documentation

dpdk_device_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )
dpdk_device_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline1  )

Field Documentation

i8 dpdk_device_t::cpu_socket

Definition at line 192 of file dpdk.h.

u16* dpdk_device_t::cpu_socket_id_by_queue

Definition at line 215 of file dpdk.h.

u32** dpdk_device_t::d_trace_buffers

Definition at line 189 of file dpdk.h.

u8* dpdk_device_t::default_mac_address

Definition at line 238 of file dpdk.h.

u32 dpdk_device_t::device_index

Definition at line 176 of file dpdk.h.

u16 dpdk_device_t::flags

Definition at line 194 of file dpdk.h.

dpdk_device_hqos_per_hqos_thread_t* dpdk_device_t::hqos_ht

Definition at line 221 of file dpdk.h.

dpdk_device_hqos_per_worker_thread_t* dpdk_device_t::hqos_wt

Definition at line 220 of file dpdk.h.

u8* dpdk_device_t::interface_name_suffix

Definition at line 206 of file dpdk.h.

struct rte_eth_stats dpdk_device_t::last_cleared_stats

Definition at line 231 of file dpdk.h.

struct rte_eth_xstat* dpdk_device_t::last_cleared_xstats

Definition at line 233 of file dpdk.h.

struct rte_eth_stats dpdk_device_t::last_stats

Definition at line 230 of file dpdk.h.

struct rte_eth_link dpdk_device_t::link

Definition at line 226 of file dpdk.h.

volatile u32** dpdk_device_t::lockp

Definition at line 173 of file dpdk.h.

u16 dpdk_device_t::nb_rx_desc

Definition at line 214 of file dpdk.h.

u16 dpdk_device_t::nb_tx_desc

Definition at line 203 of file dpdk.h.

u16 dpdk_device_t::num_subifs

Definition at line 209 of file dpdk.h.

u32 dpdk_device_t::per_interface_next_index

Definition at line 182 of file dpdk.h.

dpdk_pmd_t dpdk_device_t::pmd

Definition at line 191 of file dpdk.h.

struct rte_eth_conf dpdk_device_t::port_conf

Definition at line 216 of file dpdk.h.

u8 dpdk_device_t::port_id

Definition at line 224 of file dpdk.h.

dpdk_port_type_t dpdk_device_t::port_type

Definition at line 235 of file dpdk.h.

u16 dpdk_device_t::rx_q_used

Definition at line 213 of file dpdk.h.

struct rte_mbuf*** dpdk_device_t::rx_vectors

Definition at line 186 of file dpdk.h.

struct rte_eth_stats dpdk_device_t::stats

Definition at line 229 of file dpdk.h.

f64 dpdk_device_t::time_last_link_update

Definition at line 227 of file dpdk.h.

f64 dpdk_device_t::time_last_stats_update

Definition at line 234 of file dpdk.h.

struct rte_eth_txconf dpdk_device_t::tx_conf

Definition at line 217 of file dpdk.h.

u16 dpdk_device_t::tx_q_used

Definition at line 212 of file dpdk.h.

struct rte_mbuf*** dpdk_device_t::tx_vectors

Definition at line 185 of file dpdk.h.

u32 dpdk_device_t::vlib_hw_if_index

Definition at line 178 of file dpdk.h.

u32 dpdk_device_t::vlib_sw_if_index

Definition at line 179 of file dpdk.h.

struct rte_eth_xstat* dpdk_device_t::xstats

Definition at line 232 of file dpdk.h.


The documentation for this struct was generated from the following file: