Home
last modified time | relevance | path

Searched refs:MAX_SUP_PORTS (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/vhost/
H A Dmain.c36 #define MAX_SUP_PORTS 1 macro
671 if ((num_ports == 0) || (num_ports > MAX_SUP_PORTS)) { in us_vhost_parse_args()
673 "but only %u port can be enabled\n",num_ports, MAX_SUP_PORTS); in us_vhost_parse_args()
1541 if ((valid_num_ports == 0) || (valid_num_ports > MAX_SUP_PORTS)) { in main()
1543 "but only %u port can be enabled\n",num_ports, MAX_SUP_PORTS); in main()