FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ioam_analyser_data_t_ Struct Reference

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...
 
clib_spinlock_t writer_lock
 Lock to since we use this to export the data in other thread. More...
 

Detailed Description

Analysed iOAM data.

Note
cache aligned.

Definition at line 98 of file ioam_analyse.h.

Member Function Documentation

ioam_analyser_data_t_::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

u32 ioam_analyser_data_t_::bytes_counter

Num of bytes matching this flow.

Definition at line 112 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 124 of file ioam_analyse.h.

u8 ioam_analyser_data_t_::is_free

Definition at line 102 of file ioam_analyse.h.

u8 ioam_analyser_data_t_::pad[3]

Definition at line 103 of file ioam_analyse.h.

u32 ioam_analyser_data_t_::pkt_counter

Num of pkts matching this flow.

Definition at line 109 of file ioam_analyse.h.

u32 ioam_analyser_data_t_::pkt_sent

Num of pkts sent for this flow.

Definition at line 106 of file ioam_analyse.h.

ioam_analyse_pot_data ioam_analyser_data_t_::pot_data

Analysed iOAM pot data.

Definition at line 118 of file ioam_analyse.h.

seqno_rx_info ioam_analyser_data_t_::seqno_data

Analysed iOAM seqno data.

Definition at line 121 of file ioam_analyse.h.

ioam_analyse_trace_data ioam_analyser_data_t_::trace_data

Analysed iOAM trace data.

Definition at line 115 of file ioam_analyse.h.

clib_spinlock_t ioam_analyser_data_t_::writer_lock

Lock to since we use this to export the data in other thread.

Definition at line 127 of file ioam_analyse.h.


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