Lines Matching refs:printf

32 		printf("Configure failed for port %d\n", port);  in test_ethdev_configure_port()
38 printf("Configure failed for port %d\n", port); in test_ethdev_configure_port()
43 printf("TX queue setup failed port %d\n", port); in test_ethdev_configure_port()
49 printf("RX queue setup failed port %d\n", port); in test_ethdev_configure_port()
54 printf("Error starting port %d\n", port); in test_ethdev_configure_port()
60 printf("Link get failed for port %u: %s", in test_ethdev_configure_port()
75 printf("Testing send and receive RING_SIZE/2 packets (tx_porta -> rx_portb)\n"); in test_send_basic_packets()
81 printf("Failed to transmit packet burst port %d\n", tx_porta); in test_send_basic_packets()
86 printf("Failed to receive packet burst on port %d\n", rx_portb); in test_send_basic_packets()
92 printf("Error: received data does not match that transmitted\n"); in test_send_basic_packets()
106 printf("Testing send and receive RING_SIZE/2 packets (cmdl_port0 -> cmdl_port0)\n"); in test_send_basic_packets_port()
112 printf("Failed to transmit packet burst port %d\n", port); in test_send_basic_packets_port()
117 printf("Failed to receive packet burst on port %d\n", port); in test_send_basic_packets_port()
123 printf("Error: received data does not match that transmitted\n"); in test_send_basic_packets_port()
137 printf("Testing ring PMD stats_get port %d\n", port); in test_get_stats()
145 printf("Error: port %d stats are not zero\n", port); in test_get_stats()
151 printf("Error sending packet to port %d\n", port); in test_get_stats()
156 printf("Error receiving packet from port %d\n", port); in test_get_stats()
164 printf("Error: port %d stats are not as expected\n", port); in test_get_stats()
176 printf("Testing ring PMD stats_reset port %d\n", port); in test_stats_reset()
185 printf("Error: port %d stats are not zero\n", port); in test_stats_reset()
191 printf("Error sending packet to port %d\n", port); in test_stats_reset()
196 printf("Error receiving packet from port %d\n", port); in test_stats_reset()
204 printf("Error: port %d stats are not as expected\n", port); in test_stats_reset()
215 printf("Error: port %d stats are not zero\n", port); in test_stats_reset()
235 printf("Configure failed for port\n"); in test_pmd_ring_pair_create_attach()
243 printf("TX queue setup failed\n"); in test_pmd_ring_pair_create_attach()
251 printf("RX queue setup failed\n"); in test_pmd_ring_pair_create_attach()
257 printf("Error starting port\n"); in test_pmd_ring_pair_create_attach()
267 printf("Error: port %d stats are not zero\n", rxtx_portd); in test_pmd_ring_pair_create_attach()
277 printf("Error: port %d stats are not zero\n", rxtx_porte); in test_pmd_ring_pair_create_attach()
285 printf("Testing send and receive 1 packet (rxtx_portd -> rxtx_porte)\n"); in test_pmd_ring_pair_create_attach()
287 printf("Error sending packet to port %d\n", rxtx_portd); in test_pmd_ring_pair_create_attach()
292 printf("Error receiving packet from port %d\n", rxtx_porte); in test_pmd_ring_pair_create_attach()
301 printf("Error: port %d stats are not as expected\n", in test_pmd_ring_pair_create_attach()
309 printf("Error: port %d stats are not as expected\n", in test_pmd_ring_pair_create_attach()
318 printf("Testing send and receive 1 packet " in test_pmd_ring_pair_create_attach()
321 printf("Error sending packet to port %d\n", rxtx_porte); in test_pmd_ring_pair_create_attach()
326 printf("Error receiving packet from port %d\n", rxtx_portd); in test_pmd_ring_pair_create_attach()
335 printf("Error: port %d stats are not as expected\n", in test_pmd_ring_pair_create_attach()
343 printf("Error: port %d stats are not as expected\n", in test_pmd_ring_pair_create_attach()
352 printf("Testing send and receive 1 packet " in test_pmd_ring_pair_create_attach()
355 printf("Error sending packet to port %d\n", rxtx_portd); in test_pmd_ring_pair_create_attach()
360 printf("Error receiving packet from port %d\n", rxtx_porte); in test_pmd_ring_pair_create_attach()
369 printf("Error: port %d stats are not as expected\n", in test_pmd_ring_pair_create_attach()
377 printf("Error: port %d stats are not as expected\n", in test_pmd_ring_pair_create_attach()
386 printf("Testing send and receive 1 packet " in test_pmd_ring_pair_create_attach()
389 printf("Error sending packet to port %d\n", rxtx_porte); in test_pmd_ring_pair_create_attach()
394 printf("Error receiving packet from port %d\n", rxtx_porte); in test_pmd_ring_pair_create_attach()
403 printf("Error: port %d stats are not as expected\n", in test_pmd_ring_pair_create_attach()
411 printf("Error: port %d stats are not as expected\n", in test_pmd_ring_pair_create_attach()
418 printf("Error: failed to stop port %u: %s\n", in test_pmd_ring_pair_create_attach()
422 printf("Error: failed to stop port %u: %s\n", in test_pmd_ring_pair_create_attach()
437 printf("Error: failed to stop port %u: %s\n", in test_cleanup_resources()
441 printf("Error: failed to stop port %u: %s\n", in test_cleanup_resources()
445 printf("Error: failed to stop port %u: %s\n", in test_cleanup_resources()
462 printf("nb_ports=%d\n", (int)nb_ports); in test_pmd_ringcreate_setup()
471 printf("rte_ring_create R0 failed"); in test_pmd_ringcreate_setup()
477 printf("rte_ring_create R1 failed"); in test_pmd_ringcreate_setup()
487 printf("tx_porta=%d rx_portb=%d rxtx_portc=%d rxtx_portd=%d rxtx_porte=%d\n", in test_pmd_ringcreate_setup()
492 printf("rte_eth_from rings failed\n"); in test_pmd_ringcreate_setup()
505 printf(" port exceed max eth ports\n"); in test_pmd_ringcreate_setup()
527 printf("found a command line ring port=%d\n", port); in test_command_line_ring_port()