]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mempool/rte_mempool.h
mempool: use specific macro for object alignment
[dpdk.git] / lib / librte_mempool / rte_mempool.h
index 225bf9fc94123e541830c08a2dcedabd0cc41075..f81152af965cece6ceb653383362f9f6ecb2b8a5 100644 (file)
@@ -116,6 +116,9 @@ struct rte_mempool_objsz {
 #define        MEMPOOL_PG_NUM_DEFAULT  1
 
 #ifndef RTE_MEMPOOL_ALIGN
+/**
+ * Alignment of elements inside mempool.
+ */
 #define RTE_MEMPOOL_ALIGN      RTE_CACHE_LINE_SIZE
 #endif