Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1559 struct rte_flow_action_rss rss_flow_conf = { in hns3_config_rss_filter() local
1572 rss_flow_conf.types & HNS3_ETH_RSS_SUPPORT : in hns3_config_rss_filter()
1574 if (flow_types != rss_flow_conf.types) in hns3_config_rss_filter()
1577 rss_flow_conf.types, flow_types); in hns3_config_rss_filter()
1579 rss_flow_conf.types = flow_types; in hns3_config_rss_filter()
1592 if (rss_flow_conf.queue_num) { in hns3_config_rss_filter()
1608 if (rss_flow_conf.queue_num > num) in hns3_config_rss_filter()
1610 rss_flow_conf.queue_num); in hns3_config_rss_filter()
1615 ret = hns3_update_indir_table(dev, &rss_flow_conf, num); in hns3_config_rss_filter()
1621 ret = hns3_hw_rss_hash_set(hw, &rss_flow_conf); in hns3_config_rss_filter()
[all …]