FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
u64 | virtio_features_decode (u32 first, u32 last) |
Conversion functions to/from (decode/encode) API types to VPP internal types. More... | |
void | virtio_features_encode (u64 features, u32 *first, u32 *last) |
Conversion functions to/from (decode/encode) API types to VPP internal types.
These enum decode/encodes use 'u32' as the type for the enum because one cannot forward declare an enum
Definition at line 23 of file virtio_types_api.c.