Searched refs:client_mode (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/examples/vdpa/ |
| H A D | main.c | 43 static int client_mode; variable 63 {"client", no_argument, &client_mode, 1}, in parse_args() 167 if (client_mode) in start_vdpa() 170 if (access(socket_path, F_OK) != -1 && !client_mode) { in start_vdpa()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | main.c | 95 static int client_mode; variable 489 {"client", no_argument, &client_mode, 1}, in us_vhost_parse_args() 1589 if (client_mode) in main()
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 1510 int client_mode = 0; in rte_pmd_vhost_probe() local 1562 &open_int, &client_mode); in rte_pmd_vhost_probe() 1566 if (client_mode) in rte_pmd_vhost_probe()
|