From patchwork Fri Jun 17 10:02:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Volodymyr Fialko X-Patchwork-Id: 112995 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 D7351A0093; Fri, 17 Jun 2022 12:02:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B227540DDD; Fri, 17 Jun 2022 12:02:27 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id A849940698 for ; Fri, 17 Jun 2022 12:02:25 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25H3vrlU007567 for ; Fri, 17 Jun 2022 03:02:24 -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=gzYpWNXjTivE0Unb4ZLc3OH2CzHUm1cC2X/hqQoCaes=; b=bNF8Pwx35ODUjG5HaAl/cW1FoCiJi0RtECAWtYk+89gzw4yc0UGDWQ84oz7CEVQ2xoJ3 UcSMDG+qckjsU6Zal+d74jz0tQU50dbdqNxa2FN4kHGCUXUpcqF3bBnHrDqhPSLaJPvG Nt337GB/wlvyo+qOoIEdZn5Ao4A3YGEhVLOZwFK3GYX5ev+a9DesJjNLVf98JA89rIBI ty4UtknMOFWmfSaSvNKR2ko8aoz6mw7cmEpYxFUgu4FfAlXztpmteOSg634UdyYknv3w MCHPekZSRd3o2LFiG/4UVqrrFnHLUpicRPcDsddCMDPStsOD/PFqSFZ54pnfkA1p00oS Bw== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3grj5h98r3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 17 Jun 2022 03:02:24 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Fri, 17 Jun 2022 03:02:23 -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; Fri, 17 Jun 2022 03:02:23 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 4CA273F7086; Fri, 17 Jun 2022 03:02:21 -0700 (PDT) From: Volodymyr Fialko To: CC: , , Volodymyr Fialko Subject: [PATCH 0/2] app/eventdev: fix issues with cop alloc and qp size Date: Fri, 17 Jun 2022 12:02:15 +0200 Message-ID: <20220617100217.3356870-1-vfialko@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-GUID: C8BoWTjvccKvZOuoWoC5q1REp4i3Recm X-Proofpoint-ORIG-GUID: C8BoWTjvccKvZOuoWoC5q1REp4i3Recm X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-17_08,2022-06-16_01,2022-02-23_01 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 - Handle cop allocation failures and count them. - QP default size increased, previous size of 128 was too small for most of the cases Volodymyr Fialko (2): app/eventdev: add null checks for cop allocations app/eventdev: increase number of qp descriptors app/test-eventdev/test_perf_common.c | 42 ++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 3 deletions(-)