| 196 | } |
| 197 | |
| 198 | static void |
| 199 | vhost_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 | |
| 210 | static int |
| 211 | vhost_crypto_parse_args(int argc, char **argv) |
no test coverage detected