]> git.droids-corp.org - dpdk.git/blobdiff - kernel/linux/kni/kni_fifo.h
kni: allow configuring thread granularity
[dpdk.git] / kernel / linux / kni / kni_fifo.h
index 3f4781c2eed2605d2254ac3db6b9daddae3f3af6..1ba5172002b65c4ea761df3024a19b096af9f4c8 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef _KNI_FIFO_H_
 #define _KNI_FIFO_H_
 
-#include <exec-env/rte_kni_common.h>
+#include <rte_kni_common.h>
 
 /* Skip some memory barriers on Linux < 3.14 */
 #ifndef smp_load_acquire
@@ -41,7 +41,7 @@ kni_fifo_put(struct rte_kni_fifo *fifo, void **data, uint32_t num)
 }
 
 /**
- * Get up to num elements from the fifo. Return the number actully read
+ * Get up to num elements from the FIFO. Return the number actually read
  */
 static inline uint32_t
 kni_fifo_get(struct rte_kni_fifo *fifo, void **data, uint32_t num)