[dpdk-dev] [PATCH v1] mempool/dpaa2: add DPAA2 hardware offloaded mempool

Hemant Agrawal hemant.agrawal at nxp.com
Thu Mar 23 17:57:48 CET 2017


On 3/22/2017 11:39 AM, Jianbo Liu wrote:
> Hi Hemant,
>
> The 03/17/2017 18:17, Hemant Agrawal wrote:
>> DPAA2 Hardware Mempool handlers allow enqueue/dequeue from NXP's
>> QBMAN hardware block.
>> CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS is set to 'dpaa2', if the pool
>> is enabled.
>>
>> This memory pool currently supports packet mbuf type blocks only.
>
> Do you plan to support multi-process for this hardware mempool?
>

No, currently we don't support mutli-process. we plan to do it in future.

>>
>> Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
>> ---
>>  MAINTAINERS                                        |   1 +
>>  config/common_base                                 |   5 +
>>  config/defconfig_arm64-dpaa2-linuxapp-gcc          |   8 +
>>  drivers/Makefile                                   |   1 +
>>  drivers/bus/Makefile                               |   2 +
>>  drivers/mempool/Makefile                           |  40 +++
>>  drivers/mempool/dpaa2/Makefile                     |  72 ++++
>>  drivers/mempool/dpaa2/dpaa2_hw_mempool.c           | 374 +++++++++++++++++++++
>>  drivers/mempool/dpaa2/dpaa2_hw_mempool.h           |  91 +++++
>>  .../mempool/dpaa2/rte_mempool_dpaa2_version.map    |   8 +
>>  10 files changed, 602 insertions(+)
>>  create mode 100644 drivers/mempool/Makefile
>>  create mode 100644 drivers/mempool/dpaa2/Makefile
>>  create mode 100644 drivers/mempool/dpaa2/dpaa2_hw_mempool.c
>>  create mode 100644 drivers/mempool/dpaa2/dpaa2_hw_mempool.h
>>  create mode 100644 drivers/mempool/dpaa2/rte_mempool_dpaa2_version.map
>>
> IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
>




More information about the dev mailing list