| 718 | } |
| 719 | |
| 720 | int |
| 721 | test_table_acl(void) |
| 722 | { |
| 723 | |
| 724 | |
| 725 | override_hit_mask = 0xFF; /* All packets are a hit */ |
| 726 | |
| 727 | setup_acl_pipeline(); |
| 728 | if (test_pipeline_single_filter(10) < 0) |
| 729 | return -1; |
| 730 | |
| 731 | return 0; |
| 732 | } |
| 733 | |
| 734 | #endif /* !RTE_EXEC_ENV_WINDOWS */ |
no test coverage detected