]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_efd/rte_efd.c
eal/windows: support more common files
[dpdk.git] / lib / librte_efd / rte_efd.c
index b808ce99fa5cb85ad60c62f659da8b866f2bc13a..4deeb17924f102318e477b0a7e553817ba130588 100644 (file)
@@ -20,6 +20,7 @@
 #include <rte_ring.h>
 #include <rte_jhash.h>
 #include <rte_hash_crc.h>
+#include <rte_tailq.h>
 
 #include "rte_efd.h"
 #if defined(RTE_ARCH_X86)
@@ -180,7 +181,7 @@ struct efd_offline_group_rules {
        /**< Array with all values of the keys of the group. */
 
        uint8_t bin_id[EFD_MAX_GROUP_NUM_RULES];
-       /**< Stores the bin for each correspending key to
+       /**< Stores the bin for each corresponding key to
         * avoid having to recompute it
         */
 };