OPTION(xio_mp_max_hint, OPT_INT, 4096) // max size-hint chunks
OPTION(xio_portal_threads, OPT_INT, 2) // xio portal threads per messenger
OPTION(xio_transport_type, OPT_STR, "rdma") // xio transport type: {rdma or tcp}
+OPTION(xio_max_send_inline, OPT_INT, 512) // xio maximum threshold to send inline
+ OPTION(async_compressor_enabled, OPT_BOOL, false)
+ OPTION(async_compressor_type, OPT_STR, "snappy")
+ OPTION(async_compressor_threads, OPT_INT, 2)
+ OPTION(async_compressor_thread_timeout, OPT_INT, 5)
+ OPTION(async_compressor_thread_suicide_timeout, OPT_INT, 30)
+
DEFAULT_SUBSYS(0, 5)
SUBSYS(lockdep, 0, 1)
SUBSYS(context, 0, 1)