Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_flow_classify.c819 struct rte_flow_classify_table_params cls_table_params; in test_flow_classify() local
839 cls_table_params.ops = &rte_table_acl_ops; in test_flow_classify()
840 cls_table_params.arg_create = &table_acl_params; in test_flow_classify()
841 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE; in test_flow_classify()
843 ret = rte_flow_classify_table_create(cls->cls, &cls_table_params); in test_flow_classify()
/f-stack/dpdk/examples/flow_classify/
H A Dflow_classify.c769 struct rte_flow_classify_table_params cls_table_params; in main() local
832 cls_table_params.ops = &rte_table_acl_ops; in main()
833 cls_table_params.arg_create = &table_acl_params; in main()
834 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE; in main()
836 ret = rte_flow_classify_table_create(cls_app->cls, &cls_table_params); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dflow_classify.rst232 cls_table_params.ops = &rte_table_acl_ops,
233 cls_table_params.arg_create = &table_acl_params,
234 cls_table_params.type = RTE_FLOW_CLASSIFY_TABLE_ACL_IP4_5TUPLE;
236 ret = rte_flow_classify_table_create(cls_app->cls, &cls_table_params);