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 C25BAA00C2; Fri, 17 Jun 2022 14:05:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B1FF640DDD; Fri, 17 Jun 2022 14:05:12 +0200 (CEST) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) by mails.dpdk.org (Postfix) with ESMTP id 365BD40698 for ; Fri, 17 Jun 2022 14:05:11 +0200 (CEST) Received: by mail-qk1-f169.google.com with SMTP id l192so2962013qke.13 for ; Fri, 17 Jun 2022 05:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=aOxL08pmDGZyb6r+xINC0HXBCEN/jdnNAV1kY670Hgo=; b=aPF7MkmB7pqgw+YPqYUJ4MhrJhGCxYgntrfyyk4oYVfQuhcUWvxmAEatSmPiRLCG7T tdYRtpQcAuemO6qjZy1aqoaW8eovodk8wZPHHD+gWli2RCJiVi33NwC0YIQY0hqx+p5l jOxeusjjjYMAv7WMo3fyJC9dCBFTbUaudhsIcjsvfXZYV39Z7XYLDWX6MGoa0a42P5RK tZhIA4Ylylp92E3c+LxjR4hSXeIuFMUGHqwLejc5QWTZIcN7JjMlKsY0yJiYRc3w/4w3 eMV7rnDwCKmARpuD00DOiHbpDA/eprWlBh13xbnoHV9EHGJUChLFJPLCu2VecL2nqbo+ qPIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aOxL08pmDGZyb6r+xINC0HXBCEN/jdnNAV1kY670Hgo=; b=rivDiXRzo/innDzSZsqo8Aj2wwdRNRni7aAulfVqUIuH8Y5Pk2t8l++z8LnRFq2srl 1vwYZTQKuzipmKQDmIqZfy3N/aaBn6CXDhnSTj9eRsVKKuKGZQMszT+R4W3Bubu0nrs5 MJwedP4YRS7m3fgE52E+znI7ka/o2G8ZDiUhcJBqW4jg6Lw4CbrZT9dEWLSItC5NZITB fXEZwpymd6dnysk6ReeLaCZ5MhrShJKIID8R4Blz/we5IMfS1FapuJIgaefJTBxLeoUv lTB4Yyd5p6dZ/3MJ8ZVLfyKRYxLbuC/3/btPpGaIz+4unadFxQFLHXdg/pGSIbATbDKB 9i8A== X-Gm-Message-State: AJIora/J8XT/FvMeE4j+wjJvQ/a41YAtTNL+EuXu59pwvY5e2+TXVN8/ FAUnUQCnO3Zdf6/me78hnVQk/uOwlptwU1MX1RY= X-Google-Smtp-Source: AGRyM1vXnfyjyDTA6EEf6ob6aJu1NwRmeRyTznWtjEICqMpU5Msh5lf+gL9S394mwULsuOwItG2oi0H7VqQGT9peIqY= X-Received: by 2002:a05:620a:84b:b0:6a7:903c:ce7a with SMTP id u11-20020a05620a084b00b006a7903cce7amr6485740qku.402.1655467510571; Fri, 17 Jun 2022 05:05:10 -0700 (PDT) MIME-Version: 1.0 References: <20220617100217.3356870-1-vfialko@marvell.com> <20220617100217.3356870-3-vfialko@marvell.com> In-Reply-To: <20220617100217.3356870-3-vfialko@marvell.com> From: Jerin Jacob Date: Fri, 17 Jun 2022 17:34:44 +0530 Message-ID: Subject: Re: [PATCH 2/2] app/eventdev: increase number of qp descriptors To: Volodymyr Fialko Cc: dpdk-dev , Jerin Jacob , Anoob Joseph Content-Type: text/plain; charset="UTF-8" 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 On Fri, Jun 17, 2022 at 3:32 PM Volodymyr Fialko wrote: > > Increase number of cryptodev queue pair descriptors by default. Please add more details for the reason for the change > > Signed-off-by: Volodymyr Fialko > --- > app/test-eventdev/test_perf_common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/app/test-eventdev/test_perf_common.c b/app/test-eventdev/test_perf_common.c > index a5e031873d..81420be73a 100644 > --- a/app/test-eventdev/test_perf_common.c > +++ b/app/test-eventdev/test_perf_common.c > @@ -6,7 +6,7 @@ > > #include "test_perf_common.h" > > -#define NB_CRYPTODEV_DESCRIPTORS 128 > +#define NB_CRYPTODEV_DESCRIPTORS 1024 > #define DATA_SIZE 512 > struct modex_test_data { > enum rte_crypto_asym_xform_type xform_type; > -- > 2.25.1 >