Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_pmd_ring.c514 int port, cmdl_port0 = -1; in test_command_line_ring_port() local
528 cmdl_port0 = port; in test_command_line_ring_port()
532 if (cmdl_port0 != -1) { in test_command_line_ring_port()
533 TEST_ASSERT((test_ethdev_configure_port(cmdl_port0) < 0), in test_command_line_ring_port()
535 TEST_ASSERT((test_send_basic_packets_port(cmdl_port0) < 0), in test_command_line_ring_port()
537 TEST_ASSERT((test_stats_reset(cmdl_port0) < 0), in test_command_line_ring_port()
539 TEST_ASSERT((test_get_stats(cmdl_port0) < 0), in test_command_line_ring_port()
541 TEST_ASSERT((rte_eth_dev_stop(cmdl_port0) == 0), in test_command_line_ring_port()