MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_ethdev_configure_ports

Function test_ethdev_configure_ports

dpdk/app/test/test_pmd_ring.c:547–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547static int
548test_ethdev_configure_ports(void)
549{
550 TEST_ASSERT((test_ethdev_configure_port(tx_porta) == 0),
551 "test ethdev configure ports tx_porta is failed");
552 TEST_ASSERT((test_ethdev_configure_port(rx_portb) == 0),
553 "test ethdev configure ports rx_portb is failed");
554 TEST_ASSERT((test_ethdev_configure_port(rxtx_portc) == 0),
555 "test ethdev configure ports rxtx_portc is failed");
556
557 return TEST_SUCCESS;
558}
559
560static int
561test_get_stats_for_port(void)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected