[dpdk-dev] [PATCH v5 3/8] mempool: add flags arg in xmem size and usage

Olivier MATZ olivier.matz at 6wind.com
Thu Sep 7 09:46:46 CEST 2017


On Wed, Sep 06, 2017 at 04:58:29PM +0530, Santosh Shukla wrote:
> @@ -1503,6 +1505,8 @@ size_t rte_mempool_xmem_size(uint32_t elt_num, size_t total_elt_sz,
>   *   Number of elements in the paddr array.
>   * @param pg_shift
>   *   LOG2 of the physical pages size.
> + * @param flags
> + *  The mempool flag.
>   * @return
>   *   On success, the number of bytes needed to store given number of
>   *   objects, aligned to the given page size. If the provided memory

Minor typo: "the mempool flagS"



More information about the dev mailing list