Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dconfig.c89 const struct rss_type_info rss_type_table[] = { variable
1589 for (i = 0; rss_type_table[i].str; i++) { in rss_config_display()
1591 rss_type_table[i].rss_type) == in rss_config_display()
1592 rss_type_table[i].rss_type && in rss_config_display()
1593 rss_type_table[i].rss_type != 0) in rss_config_display()
1594 printf(" %s\n", rss_type_table[i].str); in rss_config_display()
3795 for (i = 0; rss_type_table[i].str; i++) { in port_rss_hash_conf_show()
3796 if (rss_type_table[i].rss_type == 0) in port_rss_hash_conf_show()
3798 if ((rss_hf & rss_type_table[i].rss_type) == rss_type_table[i].rss_type) in port_rss_hash_conf_show()
3799 printf("%s ", rss_type_table[i].str); in port_rss_hash_conf_show()
[all …]
H A Dtestpmd.h117 extern const struct rss_type_info rss_type_table[];
H A Dcmdline_flow.c7281 for (i = 0; rss_type_table[i].str; ++i) in parse_vc_action_rss_type()
7282 if (!strcmp_partial(rss_type_table[i].str, str, len)) in parse_vc_action_rss_type()
7284 if (!rss_type_table[i].str) in parse_vc_action_rss_type()
7294 action_rss_data->conf.types |= rss_type_table[i].rss_type; in parse_vc_action_rss_type()
9974 for (i = 0; rss_type_table[i].str; ++i) in comp_vc_action_rss_type()
9979 return strlcpy(buf, rss_type_table[ent].str, size); in comp_vc_action_rss_type()