FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Data Fields | |
virtchnl_event_codes_t | event |
union { | |
struct { | |
virtchnl_link_speed_t link_speed | |
_Bool link_status | |
} link_event | |
} | event_data |
int | severity |
Definition at line 180 of file virtchnl.h.
virtchnl_event_codes_t virtchnl_pf_event_t::event |
Definition at line 182 of file virtchnl.h.
union { ... } virtchnl_pf_event_t::event_data |
struct { ... } virtchnl_pf_event_t::link_event |
virtchnl_link_speed_t virtchnl_pf_event_t::link_speed |
Definition at line 187 of file virtchnl.h.
_Bool virtchnl_pf_event_t::link_status |
Definition at line 188 of file virtchnl.h.
int virtchnl_pf_event_t::severity |
Definition at line 191 of file virtchnl.h.