MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vhost_crypto_usage

Function vhost_crypto_usage

dpdk/examples/vhost_crypto/main.c:198–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198static void
199vhost_crypto_usage(const char *prgname)
200{
201 printf("%s [EAL options] --\n"
202 " --%s <lcore>,SOCKET-FILE-PATH\n"
203 " --%s (lcore,cdev_id,queue_id)[,(lcore,cdev_id,queue_id)]\n"
204 " --%s: zero copy\n"
205 " --%s: guest polling\n",
206 prgname, OPT_SOCKET_FILE, OPT_CONFIG,
207 OPT_ZERO_COPY, OPT_POLLING);
208}
209
210static int
211vhost_crypto_parse_args(int argc, char **argv)

Callers 1

vhost_crypto_parse_argsFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected