Home
last modified time | relevance | path

Searched refs:cls_table_params (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_flow_classify.c830 struct rte_flow_classify_table_params cls_table_params; in test_flow_classify() local
856 cls_table_params.ops = &rte_table_acl_ops; in test_flow_classify()
857 cls_table_params.arg_create = &table_acl_params; in test_flow_classify()
858 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE; in test_flow_classify()
860 ret = rte_flow_classify_table_create(cls->cls, &cls_table_params); in test_flow_classify()
/dpdk/examples/flow_classify/
H A Dflow_classify.c777 struct rte_flow_classify_table_params cls_table_params; in main() local
844 cls_table_params.ops = &rte_table_acl_ops; in main()
845 cls_table_params.arg_create = &table_acl_params; in main()
846 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE; in main()
848 ret = rte_flow_classify_table_create(cls_app->cls, &cls_table_params); in main()