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 45A3445A1E; Tue, 24 Sep 2024 18:38:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C71C540395; Tue, 24 Sep 2024 18:38:18 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 2B3B4402ED for ; Tue, 24 Sep 2024 18:38:17 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 48OAnT00013096; Tue, 24 Sep 2024 09:38:10 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=t ZvyZjE3gTkaP867W0qkMvsqeufphbz1dIPOvWssbBY=; b=UfrE3BhE6T3uWNNAj Llx8rNxfGI0MBqGNQCNxGVGHRTLNFItNHrDqRNdnoL5VD9vq0T/IgK3HKo2mX6rP oZH2uG+ArmbVub2MnPyBLbO9X84h2AgcdZ3Sxq0TJhwr///UPYDJkvVnw8AYmw/u zAwBednRJ+DJ54YV/LfRPjDjCEIUjlbCGVIjwNBZOYa6+W4q8IfoFuzzU4uHvISf quF8GZ2Ma2dwVPv5SzNJMSlj/uSRC0/x8IFurrHGcet3f75Iexd1KC7yum6GEZp7 8mcmdpHjEso6rnLoH3Y1GsCR1buaUmH1fZiOyxLnDRGmYYq2Uow+jQrN8EVBTUnf 2TUZQ== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 41sugp67bt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 24 Sep 2024 09:38:10 -0700 (PDT) Received: from DC5-EXCH05.marvell.com (10.69.176.209) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Tue, 24 Sep 2024 09:38:09 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Tue, 24 Sep 2024 09:38:09 -0700 Received: from localhost.localdomain (unknown [10.28.36.102]) by maili.marvell.com (Postfix) with ESMTP id B1BEF3F707E; Tue, 24 Sep 2024 09:38:03 -0700 (PDT) From: Akhil Goyal To: CC: , , , , , , , , , , , , , , , , , Akhil Goyal Subject: [PATCH v2 0/2] cryptodev: add queue pair priority Date: Tue, 24 Sep 2024 22:07:59 +0530 Message-ID: <20240924163801.1841582-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240731115445.1771803-1-gakhil@marvell.com> References: <20240731115445.1771803-1-gakhil@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: P1KDMbIrMGhsbXd1Z8K2dExYlQE-fHAA X-Proofpoint-GUID: P1KDMbIrMGhsbXd1Z8K2dExYlQE-fHAA X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_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 Changes in v2: - added release notes and removed deprecation notice. - removed gerrit-id Akhil Goyal (2): cryptodev: add queue pair priority app/crypto-perf: test queue pair priority app/test-crypto-perf/cperf_options.h | 3 +++ app/test-crypto-perf/cperf_options_parsing.c | 20 ++++++++++++++++++ app/test-crypto-perf/main.c | 6 +++++- doc/guides/rel_notes/deprecation.rst | 3 --- doc/guides/rel_notes/release_24_11.rst | 3 +++ doc/guides/tools/cryptoperf.rst | 5 +++++ lib/cryptodev/rte_cryptodev.h | 22 ++++++++++++++++++++ 7 files changed, 58 insertions(+), 4 deletions(-) -- 2.25.1