From patchwork Fri Jun 2 02:04:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 127940 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 54DFA42C0A; Fri, 2 Jun 2023 04:09:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E018406B8; Fri, 2 Jun 2023 04:09:19 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 511B340693 for ; Fri, 2 Jun 2023 04:09:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685671757; x=1717207757; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=BUo41zhq36LBehZVVqKCET3JG4AB5yW3t4g1aTSZtTo=; b=GNns/5odab1T0BU5el3H6jpxWDrz1DOCBbUnkBqNEYqCeebk3ADJH+mp yqda+c/cQU4rRz9orsxsYzJVHvCQyc/obT3vBTGet0hMhUVB1lK/SRU4D WNJmXsq1xyDb405E6aQNUzZ6XmrbBSGuoLaqFGSG1cVvcmSA6twYP/FID ButHh/y7560RxeBYEBlzW+qM3ob/V/ZWNM1sV8jOfpVegvG/uK1e6bX3a bnqeiBWiQRwhde/zqQ7BmWsGm/VcNcuFgtpswliEpRibLGj+XGvh0gGC2 E/emHE8A/pTXtRWCLD8mPI816n8h6Q9HTE3Xx0Naia0v9RKVbWunKviNh w==; X-IronPort-AV: E=McAfee;i="6600,9927,10728"; a="442116046" X-IronPort-AV: E=Sophos;i="6.00,211,1681196400"; d="scan'208";a="442116046" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jun 2023 19:09:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10728"; a="658047259" X-IronPort-AV: E=Sophos;i="6.00,211,1681196400"; d="scan'208";a="658047259" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by orsmga003.jf.intel.com with ESMTP; 01 Jun 2023 19:09:15 -0700 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: hemant.agrawal@nxp.com, hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v1 0/1] bbdev: extend range for alloc function Date: Fri, 2 Jun 2023 02:04:22 +0000 Message-Id: <20230602020423.426465-1-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 Minor change so that these companions functions are aligned with the size of the range for the underlying rte_mempool_bulk_alloc function. Backward compatible but may allow notably to allocation larger number of operations. Nicolas Chautru (1): bbdev: extend range of allocation function lib/bbdev/rte_bbdev_op.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)