FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Analysed iOAM data. More...
Data Fields | |
u8 | is_free |
u8 | pad [3] |
u32 | pkt_sent |
Num of pkts sent for this flow. More... | |
u32 | pkt_counter |
Num of pkts matching this flow. More... | |
u32 | bytes_counter |
Num of bytes matching this flow. More... | |
ioam_analyse_trace_data | trace_data |
Analysed iOAM trace data. More... | |
ioam_analyse_pot_data | pot_data |
Analysed iOAM pot data. More... | |
seqno_rx_info | seqno_data |
Analysed iOAM seqno data. More... | |
struct ioam_analyser_data_t_ * | chached_data_list |
Cache of previously analysed data, useful for export. More... | |
volatile u32 * | writer_lock |
Lock to since we use this to export the data in other thread. More... | |
u32 ioam_analyser_data_t_::bytes_counter |
Num of bytes matching this flow.
Definition at line 109 of file ioam_analyse.h.
struct ioam_analyser_data_t_* ioam_analyser_data_t_::chached_data_list |
Cache of previously analysed data, useful for export.
Definition at line 121 of file ioam_analyse.h.
u8 ioam_analyser_data_t_::is_free |
Definition at line 99 of file ioam_analyse.h.
u8 ioam_analyser_data_t_::pad[3] |
Definition at line 100 of file ioam_analyse.h.
u32 ioam_analyser_data_t_::pkt_counter |
Num of pkts matching this flow.
Definition at line 106 of file ioam_analyse.h.
u32 ioam_analyser_data_t_::pkt_sent |
Num of pkts sent for this flow.
Definition at line 103 of file ioam_analyse.h.
ioam_analyse_pot_data ioam_analyser_data_t_::pot_data |
Analysed iOAM pot data.
Definition at line 115 of file ioam_analyse.h.
seqno_rx_info ioam_analyser_data_t_::seqno_data |
Analysed iOAM seqno data.
Definition at line 118 of file ioam_analyse.h.
ioam_analyse_trace_data ioam_analyser_data_t_::trace_data |
Analysed iOAM trace data.
Definition at line 112 of file ioam_analyse.h.
volatile u32* ioam_analyser_data_t_::writer_lock |
Lock to since we use this to export the data in other thread.
Definition at line 124 of file ioam_analyse.h.