From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2747AA0547; Fri, 29 Oct 2021 00:15:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E179840688; Fri, 29 Oct 2021 00:15:37 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 6C97A40395 for ; Fri, 29 Oct 2021 00:15:36 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 19SHqkDj021718 for ; Thu, 28 Oct 2021 15:15:35 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=myWRAKE9LWIxsX14b2L1bFaeUi1jThpqCaNz5NoT4VA=; b=kjRLKTDtZu/mMu9C9aI4RJk9mmXRQKDJ0iHWs/kG2cBqxO/PB2Y6htfMy3cE8N2uxKF3 qzfabQsVphRzXxuZEtUhUdB1XjbDnpEsDIY0DcuZpp1cybPpXOf4njSvNVgigB1gYNc7 oRQ3iIXbNPxBIL8Nh9hr6yLeCwnkDlrgMViGhxfrCZj5eqlZStG1Xtij6iNZ1uRdolzk DpnZNW22As9pjJDR1muY0J4tP8/Sk7ItscoOl2zVA5xcLfdHIX8K08xgkAVRY9t7Mk4g lNdgPo8MbqKCXj/4xi0qxinQxTxky9AHvTy1gpdSDVRYkH60JfeCqK5vI5iuVeNsmDu0 7A== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com with ESMTP id 3byd2fe0h5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 28 Oct 2021 15:15:35 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Thu, 28 Oct 2021 15:15:33 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Thu, 28 Oct 2021 15:15:33 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 54F733F70C5; Thu, 28 Oct 2021 15:15:32 -0700 (PDT) From: Volodymyr Fialko To: CC: , Volodymyr Fialko Date: Fri, 29 Oct 2021 00:14:43 +0200 Message-ID: <20211028221446.2455303-1-vfialko@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: YynY5xRKT84NrPiGUvaA1Ehwlrm9VpwC X-Proofpoint-GUID: YynY5xRKT84NrPiGUvaA1Ehwlrm9VpwC X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-10-28_05,2021-10-26_01,2020-04-07_01 Subject: [dpdk-dev] [PATCH 0/3] fix max pools argument parsing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series should fix issue with max pool argument parsing for cnxk platforms Volodymyr Fialko (3): mempool/cnxk: fix max pools argument parsing common/cnxk: add roc npa init callback support mempool/cnxk: parse max pools during npa initialization drivers/common/cnxk/roc_npa.c | 18 +++++++++++++++++ drivers/common/cnxk/roc_npa.h | 4 ++++ drivers/common/cnxk/version.map | 1 + drivers/mempool/cnxk/cnxk_mempool.c | 31 +++++++++++++++++++---------- 4 files changed, 44 insertions(+), 10 deletions(-) -- 2.25.1