rdma: implement multiseg rx without striding rq
[vpp.git] / src / plugins / rdma / cli.c
index 918cd77..8f191e3 100644 (file)
@@ -49,7 +49,9 @@ VLIB_CLI_COMMAND (rdma_create_command, static) = {
   .path = "create interface rdma",
   .short_help = "create interface rdma <host-if ifname> [name <name>]"
     " [rx-queue-size <size>] [tx-queue-size <size>]"
-    " [num-rx-queues <size>] [mode <auto|ibv|dv]",
+    " [num-rx-queues <size>] [mode <auto|ibv|dv]"
+    " [no-multi-seg] [no-striding]"
+    " [max-pktlen <size>]",
   .function = rdma_create_command_fn,
 };
 /* *INDENT-ON* */