app/testpmd: fix invalid Rx queue number setting
[dpdk.git] / app / test-pmd / testpmd.h
index 9c739e5..eb7697c 100644 (file)
@@ -684,6 +684,9 @@ enum print_warning {
 int port_id_is_invalid(portid_t port_id, enum print_warning warning);
 int new_socket_id(unsigned int socket_id);
 
+queueid_t get_allowed_max_nb_rxq(portid_t *pid);
+int check_nb_rxq(queueid_t rxq);
+
 /*
  * Work-around of a compilation error with ICC on invocations of the
  * rte_be_to_cpu_16() function.