net/mlx5: add header reformat HW steering action
[dpdk.git] / drivers / net / hns3 / hns3_rss.h
index 6f153a1..c412120 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];