]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_rss.h
net/mlx5: add header reformat HW steering action
[dpdk.git] / drivers / net / hns3 / hns3_rss.h
index 6f153a1b7bfbaf8119a8a623e3d1aad149b6f544..c4121207aa39072476c70bb673bc6687ceabdc6e 100644 (file)
@@ -41,7 +41,7 @@ struct hns3_rss_tuple_cfg {
 struct hns3_rss_conf {
        /* RSS parameters :algorithm, flow_types,  key, queue */
        struct rte_flow_action_rss conf;
-       uint8_t hash_algo; /* hash function type definited by hardware */
+       uint8_t hash_algo; /* hash function type defined by hardware */
        uint8_t key[HNS3_RSS_KEY_SIZE];  /* Hash key */
        struct hns3_rss_tuple_cfg rss_tuple_sets;
        uint16_t rss_indirection_tbl[HNS3_RSS_IND_TBL_SIZE_MAX];