X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession.h;fp=src%2Fvnet%2Fsession%2Fsession.h;h=6b6d1f64499a497d3909eda8c5996c596dbc97bd;hb=6fc5311f41bfb66dab31956c4f98a9e5ad279899;hp=9c08f1a4d04271210dd1c693744e393029bbcb45;hpb=f902ba534a1c6d9b7350cc2973866e4cd08598af;p=vpp.git diff --git a/src/vnet/session/session.h b/src/vnet/session/session.h index 9c08f1a4d04..6b6d1f64499 100644 --- a/src/vnet/session/session.h +++ b/src/vnet/session/session.h @@ -23,23 +23,6 @@ #include #include -#define foreach_session_input_error \ -_(NO_SESSION, "No session drops") \ -_(NO_LISTENER, "No listener for dst port drops") \ -_(ENQUEUED, "Packets pushed into rx fifo") \ -_(NOT_READY, "Session not ready packets") \ -_(FIFO_FULL, "Packets dropped for lack of rx fifo space") \ -_(EVENT_FIFO_FULL, "Events not sent for lack of event fifo space") \ -_(API_QUEUE_FULL, "Sessions not created for lack of API queue space") \ - -typedef enum -{ -#define _(sym,str) SESSION_ERROR_##sym, - foreach_session_input_error -#undef _ - SESSION_N_ERROR, -} session_input_error_t; - typedef struct session_wrk_stats_ { u32 errors[SESSION_N_ERRORS];