Searched refs:dim (Results 1 – 5 of 5) sorted by relevance
| /dpdk/examples/l3fwd/ |
| H A D | lpm_route_parse.c | 102 int dim = CB_FLD_MAX; in lpm_parse_v6_rule() local 105 for (i = 0; i != dim; i++, s = NULL) { in lpm_parse_v6_rule() 124 int dim = CB_FLD_MAX; in lpm_parse_v4_rule() local 127 for (i = 0; i != dim; i++, s = NULL) { in lpm_parse_v4_rule()
|
| H A D | em_route_parse.c | 45 int dim = CB_FLD_MAX; in em_parse_v6_rule() local 48 for (i = 0; i != dim; i++, s = NULL) { in em_parse_v6_rule() 79 int dim = CB_FLD_MAX; in em_parse_v4_rule() local 82 for (i = 0; i != dim; i++, s = NULL) { in em_parse_v4_rule()
|
| /dpdk/app/test/ |
| H A D | test_acl.c | 283 const uint8_t *data[], size_t dim, enum rte_acl_classify_alg alg) in test_classify_alg() argument 287 uint32_t results[dim * RTE_ACL_MAX_CATEGORIES]; in test_classify_alg() 298 for (count = 0; count <= dim; count++) { in test_classify_alg() 342 size_t dim) in test_classify_run() argument 346 const uint8_t *data[dim]; in test_classify_run() 359 bswap_test_data(test_data, dim, 1); in test_classify_run() 362 for (i = 0; i < dim; i++) in test_classify_run() 367 ret = test_classify_alg(acx, test_data, data, dim, alg[i]); in test_classify_run() 376 bswap_test_data(test_data, dim, 0); in test_classify_run()
|
| /dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 868 int dim = has_userdata ? CB_FLD_NUM : CB_FLD_USERDATA; in parse_cb_ipv6_rule() local 871 for (i = 0; i != dim; i++, s = NULL) { in parse_cb_ipv6_rule() 965 int dim = has_userdata ? CB_FLD_NUM : CB_FLD_USERDATA; in parse_cb_ipv4vlan_rule() local 968 for (i = 0; i != dim; i++, s = NULL) { in parse_cb_ipv4vlan_rule() 1219 int dim = ipv6 ? RTE_DIM(ipv6_defs) : RTE_DIM(ipv4_defs); in setup_acl() local 1228 acl_param.rule_size = RTE_ACL_RULE_SZ(dim); in setup_acl() 1249 acl_build_param.num_fields = dim; in setup_acl()
|
| /dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 410 int dim = CB_FLD_NUM; in parse_ipv4_5tuple_rule() local 414 for (i = 0; i != dim; i++, s = NULL) { in parse_ipv4_5tuple_rule()
|