Searched defs:hns3_rss_conf (Results 1 – 1 of 1) sorted by relevance
42 struct hns3_rss_conf { struct44 struct rte_flow_action_rss conf;45 uint8_t hash_algo; /* hash function type definited by hardware */46 uint8_t key[HNS3_RSS_KEY_SIZE]; /* Hash key */47 struct hns3_rss_tuple_cfg rss_tuple_sets;48 uint16_t rss_indirection_tbl[HNS3_RSS_IND_TBL_SIZE]; /* Shadow table */49 uint16_t queue[HNS3_RSS_QUEUES_BUFFER_NUM]; /* Queues indices to use */50 bool valid; /* check if RSS rule is valid */56 bool ipv6_sctp_offload_supported;