Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1550 struct rte_flow_action_rss rss_flow_conf = { in hns3_config_rss_filter() local
1563 rss_flow_conf.types & HNS3_ETH_RSS_SUPPORT : in hns3_config_rss_filter()
1565 if (flow_types != rss_flow_conf.types) in hns3_config_rss_filter()
1568 rss_flow_conf.types, flow_types); in hns3_config_rss_filter()
1570 rss_flow_conf.types = flow_types; in hns3_config_rss_filter()
1583 if (rss_flow_conf.queue_num) { in hns3_config_rss_filter()
1599 if (rss_flow_conf.queue_num > num) in hns3_config_rss_filter()
1601 rss_flow_conf.queue_num); in hns3_config_rss_filter()
1606 ret = hns3_update_indir_table(dev, &rss_flow_conf, num); in hns3_config_rss_filter()
1612 ret = hns3_hw_rss_hash_set(hw, &rss_flow_conf); in hns3_config_rss_filter()
[all …]