![]() |
FD.io VPP
v18.07-rc0-415-g6c78436
Vector Packet Processing
|
Analysed iOAM data. More...
Collaboration diagram for ioam_analyser_data_t_:Public Member Functions | |
| CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
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... | |
| ioam_analyser_data_t_::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
| u32 ioam_analyser_data_t_::bytes_counter |
Num of bytes matching this flow.
Definition at line 111 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 123 of file ioam_analyse.h.
| u8 ioam_analyser_data_t_::is_free |
Definition at line 101 of file ioam_analyse.h.
| u8 ioam_analyser_data_t_::pad[3] |
Definition at line 102 of file ioam_analyse.h.
| u32 ioam_analyser_data_t_::pkt_counter |
Num of pkts matching this flow.
Definition at line 108 of file ioam_analyse.h.
| u32 ioam_analyser_data_t_::pkt_sent |
Num of pkts sent for this flow.
Definition at line 105 of file ioam_analyse.h.
| ioam_analyse_pot_data ioam_analyser_data_t_::pot_data |
Analysed iOAM pot data.
Definition at line 117 of file ioam_analyse.h.
| seqno_rx_info ioam_analyser_data_t_::seqno_data |
Analysed iOAM seqno data.
Definition at line 120 of file ioam_analyse.h.
| ioam_analyse_trace_data ioam_analyser_data_t_::trace_data |
Analysed iOAM trace data.
Definition at line 114 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 126 of file ioam_analyse.h.