]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mempool/rte_mempool.h
mempool: allow populating with unaligned virtual area
[dpdk.git] / lib / librte_mempool / rte_mempool.h
index 8053f7a04c6646452fb74e456ca5d54d87f3b231..0fe8aa7b8923f8a3ef8ac4e2094fe90605892696 100644 (file)
@@ -1042,9 +1042,8 @@ int rte_mempool_populate_iova(struct rte_mempool *mp, char *vaddr,
  *   A pointer to the mempool structure.
  * @param addr
  *   The virtual address of memory that should be used to store objects.
- *   Must be page-aligned.
  * @param len
- *   The length of memory in bytes. Must be page-aligned.
+ *   The length of memory in bytes.
  * @param pg_sz
  *   The size of memory pages in this virtual area.
  * @param free_cb