X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession_types.h;h=aa0e86507470780cddd8a86fec0025108041be03;hb=07063b8ea;hp=be8ad9cdb839bffb90d200798bfbff4a3c5601ba;hpb=9ace36d0f9b04e2d4db410607ee33a8e72ef00c5;p=vpp.git diff --git a/src/vnet/session/session_types.h b/src/vnet/session/session_types.h index be8ad9cdb83..aa0e8650747 100644 --- a/src/vnet/session/session_types.h +++ b/src/vnet/session/session_types.h @@ -123,6 +123,13 @@ typedef enum SESSION_CLEANUP_SESSION, } session_cleanup_ntf_t; +typedef enum session_ft_action_ +{ + SESSION_FT_ACTION_ENQUEUED, + SESSION_FT_ACTION_DEQUEUED, + SESSION_FT_ACTION_N_ACTIONS +} session_ft_action_t; + /* * Session states */ @@ -154,6 +161,7 @@ typedef enum _(CUSTOM_TX, "custom-tx") \ _(IS_MIGRATING, "migrating") \ _(UNIDIRECTIONAL, "unidirectional") \ + _(CUSTOM_FIFO_TUNING, "custom-fifo-tuning") \ typedef enum session_flags_bits_ {