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 3937BA0093; Fri, 17 Jun 2022 14:38:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 205F140DDD; Fri, 17 Jun 2022 14:38:40 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 68BFE40698 for ; Fri, 17 Jun 2022 14:38:39 +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 25H3vJjH006988 for ; Fri, 17 Jun 2022 05:38:38 -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=IDw93r226KbhjbX7RGQvA2yVcJGutlYzyva1aJ6CtFM=; b=V0MRKfI62k6P14RzSybufYeL+PWcKQoCRP2o7h0ZXRN482DEtIgQal3yJFp8PbI9nKEY eUg2Ar7WBNwFZ2PPmEgJpg2aBvSefRFLWIKB62YVgg3nNT12rVvFogfShUJbEKHOb7d9 b6V5dEoHD2ZA2gLRGaJhqQ8QJsWNpUMipMxM8nMfdwJss7XiOFAdKkJwl3uBu7ZBsSPe cR2CHaE3HYiM71ewIT3b57DUQWOq4XPMqxorSSZg5WwVxacr56/LuThkmVjut94mgmWn nxH90zohjy3XWGx1jD9H9ts4/FqtrTkixkql1tl7lym/FJxbQ6BE23Rk+zrcCvsIsJQ7 FA== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3grj5h9s9r-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 17 Jun 2022 05:38:38 -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 05:38:37 -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 05:38:37 -0700 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 98EC43F703F; Fri, 17 Jun 2022 05:38:35 -0700 (PDT) From: Volodymyr Fialko To: CC: , , Volodymyr Fialko Subject: [PATCH v2 0/2] app/eventdev: fix issues with cop alloc and qp size Date: Fri, 17 Jun 2022 14:38:16 +0200 Message-ID: <20220617123818.3359117-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-GUID: xXsvDc7CLn0oHkosDhp4oE2HMPTXbXgA X-Proofpoint-ORIG-GUID: xXsvDc7CLn0oHkosDhp4oE2HMPTXbXgA 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 --- v2: - resolve issues with the patch description 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(-) -- 2.25.1