Lines Matching refs:printf
19 printf("flow_classify not supported on Windows, skipping test\n"); in test_flow_classify()
242 printf("Line %i: rte_flow_classify_validate", in test_invalid_parameters()
244 printf(" with NULL param should have failed!\n"); in test_invalid_parameters()
251 printf("Line %i: flow_classifier_table_entry_add", __LINE__); in test_invalid_parameters()
252 printf(" with NULL param should have failed!\n"); in test_invalid_parameters()
258 printf("Line %i: rte_flow_classify_table_entry_delete", in test_invalid_parameters()
260 printf(" with NULL param should have failed!\n"); in test_invalid_parameters()
266 printf("Line %i: flow_classifier_query", __LINE__); in test_invalid_parameters()
267 printf(" with NULL param should have failed!\n"); in test_invalid_parameters()
274 printf("Line %i: flow_classify_table_entry_add ", __LINE__); in test_invalid_parameters()
275 printf("with NULL param should have failed!\n"); in test_invalid_parameters()
281 printf("Line %i: rte_flow_classify_table_entry_delete", in test_invalid_parameters()
283 printf("with NULL param should have failed!\n"); in test_invalid_parameters()
289 printf("Line %i: flow_classifier_query", __LINE__); in test_invalid_parameters()
290 printf(" with NULL param should have failed!\n"); in test_invalid_parameters()
321 printf("Line %i: rte_flow_classify_validate", in test_valid_parameters()
323 printf(" should not have failed!\n"); in test_valid_parameters()
330 printf("Line %i: flow_classify_table_entry_add", __LINE__); in test_valid_parameters()
331 printf(" should not have failed!\n"); in test_valid_parameters()
337 printf("Line %i: rte_flow_classify_table_entry_delete", in test_valid_parameters()
339 printf(" should not have failed!\n"); in test_valid_parameters()
373 printf("Line %i: rte_flow_classify_validate", __LINE__); in test_invalid_patterns()
374 printf(" should have failed!\n"); in test_invalid_patterns()
381 printf("Line %i: flow_classify_table_entry_add", __LINE__); in test_invalid_patterns()
382 printf(" should have failed!\n"); in test_invalid_patterns()
388 printf("Line %i: rte_flow_classify_table_entry_delete", in test_invalid_patterns()
390 printf(" should have failed!\n"); in test_invalid_patterns()
401 printf("Line %i: rte_flow_classify_validate", __LINE__); in test_invalid_patterns()
402 printf(" should have failed!\n"); in test_invalid_patterns()
409 printf("Line %i: flow_classify_table_entry_add", __LINE__); in test_invalid_patterns()
410 printf(" should have failed!\n"); in test_invalid_patterns()
416 printf("Line %i: rte_flow_classify_table_entry_delete", in test_invalid_patterns()
418 printf(" should have failed!\n"); in test_invalid_patterns()
449 printf("Line %i: rte_flow_classify_validate", __LINE__); in test_invalid_actions()
450 printf(" should have failed!\n"); in test_invalid_actions()
457 printf("Line %i: flow_classify_table_entry_add", __LINE__); in test_invalid_actions()
458 printf(" should have failed!\n"); in test_invalid_actions()
464 printf("Line %i: rte_flow_classify_table_entry_delete", in test_invalid_actions()
466 printf(" should have failed!\n"); in test_invalid_actions()
489 printf("Set up IPv4 UDP traffic\n"); in init_ipv4_udp_traffic()
494 printf("ETH pktlen %u\n", pktlen); in init_ipv4_udp_traffic()
498 printf("ETH + IPv4 pktlen %u\n", pktlen); in init_ipv4_udp_traffic()
502 printf("ETH + IPv4 + UDP pktlen %u\n\n", pktlen); in init_ipv4_udp_traffic()
526 printf("Set up IPv4 TCP traffic\n"); in init_ipv4_tcp_traffic()
531 printf("ETH pktlen %u\n", pktlen); in init_ipv4_tcp_traffic()
535 printf("ETH + IPv4 pktlen %u\n", pktlen); in init_ipv4_tcp_traffic()
539 printf("ETH + IPv4 + TCP pktlen %u\n\n", pktlen); in init_ipv4_tcp_traffic()
563 printf("Set up IPv4 SCTP traffic\n"); in init_ipv4_sctp_traffic()
568 printf("ETH pktlen %u\n", pktlen); in init_ipv4_sctp_traffic()
572 printf("ETH + IPv4 pktlen %u\n", pktlen); in init_ipv4_sctp_traffic()
576 printf("ETH + IPv4 + SCTP pktlen %u\n\n", pktlen); in init_ipv4_sctp_traffic()
598 printf( in init_mbufpool()
611 printf("Allocated mbuf pool on socket %d\n", in init_mbufpool()
614 printf("Cannot init mbuf pool on socket %d\n", in init_mbufpool()
635 printf("Line %i: init_udp_ipv4_traffic has failed!\n", in test_query_udp()
661 printf("Line %i: rte_flow_classify_validate", __LINE__); in test_query_udp()
662 printf(" should not have failed!\n"); in test_query_udp()
669 printf("Line %i: flow_classify_table_entry_add", __LINE__); in test_query_udp()
670 printf(" should not have failed!\n"); in test_query_udp()
677 printf("Line %i: flow_classifier_query", __LINE__); in test_query_udp()
678 printf(" should not have failed!\n"); in test_query_udp()
684 printf("Line %i: rte_flow_classify_table_entry_delete", in test_query_udp()
686 printf(" should not have failed!\n"); in test_query_udp()
702 printf("Line %i: init_ipv4_tcp_traffic has failed!\n", in test_query_tcp()
728 printf("Line %i: flow_classifier_query", __LINE__); in test_query_tcp()
729 printf(" should not have failed!\n"); in test_query_tcp()
736 printf("Line %i: flow_classify_table_entry_add", __LINE__); in test_query_tcp()
737 printf(" should not have failed!\n"); in test_query_tcp()
744 printf("Line %i: flow_classifier_query", __LINE__); in test_query_tcp()
745 printf(" should not have failed!\n"); in test_query_tcp()
751 printf("Line %i: rte_flow_classify_table_entry_delete", in test_query_tcp()
753 printf(" should not have failed!\n"); in test_query_tcp()
769 printf("Line %i: init_ipv4_tcp_traffic has failed!\n", in test_query_sctp()
795 printf("Line %i: flow_classifier_query", __LINE__); in test_query_sctp()
796 printf(" should not have failed!\n"); in test_query_sctp()
803 printf("Line %i: flow_classify_table_entry_add", __LINE__); in test_query_sctp()
804 printf(" should not have failed!\n"); in test_query_sctp()
811 printf("Line %i: flow_classifier_query", __LINE__); in test_query_sctp()
812 printf(" should not have failed!\n"); in test_query_sctp()
818 printf("Line %i: rte_flow_classify_table_entry_delete", in test_query_sctp()
820 printf(" should not have failed!\n"); in test_query_sctp()
843 printf("Line %i: flow classifier create has failed!\n", in test_flow_classify()
862 printf("Line %i: f_create has failed!\n", __LINE__); in test_flow_classify()
867 printf("Created table_acl for for IPv4 five tuple packets\n"); in test_flow_classify()
871 printf("Line %i: init_mbufpool has failed!\n", __LINE__); in test_flow_classify()