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

Function test_table_acl

dpdk/app/test/test_table_acl.c:720–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720int
721test_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 */

Callers 1

test_tableFunction · 0.85

Calls 2

setup_acl_pipelineFunction · 0.85

Tested by

no test coverage detected