session: default to using memfd mq segments
[vpp.git] / src / vnet / session / session.c
index 18850cc..0b48988 100644 (file)
@@ -1818,6 +1818,7 @@ session_main_init (vlib_main_t * vm)
 #endif
 
   smm->last_transport_proto_type = TRANSPORT_PROTO_QUIC;
+  smm->evt_qs_use_memfd_seg = 1;
 
   return 0;
 }