X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Favf%2Favf.h;h=9836451e0128a4683c5b05c0c05fdf75b59862e2;hb=47727c02df4c79c21c6ceffaff65222c32cf6996;hp=518c7d8329aa25a3021093e86797514ae13a1e93;hpb=d2bfb78f4f8fbfae204424467a4106530b89e608;p=vpp.git diff --git a/src/plugins/avf/avf.h b/src/plugins/avf/avf.h index 518c7d8329a..9836451e012 100644 --- a/src/plugins/avf/avf.h +++ b/src/plugins/avf/avf.h @@ -102,6 +102,7 @@ typedef struct u32 *bufs; u16 n_enqueued; u8 int_mode; + u8 buffer_pool_index; } avf_rxq_t; typedef struct @@ -167,7 +168,7 @@ typedef struct #define AVF_RX_VECTOR_SZ VLIB_FRAME_SIZE -enum +typedef enum { AVF_PROCESS_EVENT_START = 1, AVF_PROCESS_EVENT_STOP = 2,