From patchwork Wed May 22 09:44:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Herbelot X-Patchwork-Id: 53609 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1BF510BD; Wed, 22 May 2019 11:45:00 +0200 (CEST) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 8CC16A69 for ; Wed, 22 May 2019 11:44:59 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id 7so1477528wmo.2 for ; Wed, 22 May 2019 02:44:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id; bh=Fp78vaKY9UFcEDeNY29qA8ER4F283he0fvJD4pfmuD0=; b=gb1Wm5iEH8rtDO098bK/zHzCQjbokFDEqCfMVMRPUncSo23EIyGsHxJd9Ll0th0lAG 9rbxVvRoQwaBgOymHNz+uaaAYO4pMMqRHonBIpiM56+cHyqBzhLG+lWZvAvUp6FAodqC 3GJNR9pWd7nsWKOo9kEOuCLO/hOadh4mmsNRQ5ij+gCvFfTKtoDdYUPyt+mHEtuKiukM KCdbr/GWuPH5FImJN2GhqruRMPa/cMCH54MqwcDzvpDronCku9FrZAk+DqHX/pbylYN9 cAcwiEdeSFA3qiTFv+yrIb3MeFtnYadk4W2/mmQitC3GAZAKzfxGJFjr7oed3wBsWmK1 JXEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Fp78vaKY9UFcEDeNY29qA8ER4F283he0fvJD4pfmuD0=; b=TD2ZNKD9PEaEi7tiZPzwcl7NYOfp+uWqD90dT8bnp/nM960XLppd5tL+SjWsIV+taS 0zs0qP2vvYiCy4l3No6Tm7bFej1GoYJFt9Y9Uax/frwe/Yt6/zVmHF3OmaiD+p9CMoyt /gdyg49LW5c7tqez3Ennl798q1uFmrhBB89zsDFN2WI4Mc9c4WzDTJv6RWThnl4WpzT8 H/Hm8l/U6KricMLePA9yUfqHiEQCBjFx8qO77kxkvUNCz6hwARSVLPSvr3XMqWLdHpOs 3QCxf09SO4UW2l/LUtlml0kl9xOM0uX+Xk2vj8w6VW7nIdhg0O7w1h6kvevBBixdhmOU Itfg== X-Gm-Message-State: APjAAAU+MTWt7QDw/yrLCQeMMV0XYMYVLTf9WxqtJGBAc+nk+6+6BiCo RwSTeCI8wni0kpYcjnnwzSH6r/FXZoz+ X-Google-Smtp-Source: APXvYqwtLUG46Sr+X3O9JVCOHnBvZqEAX0soMGGdTKc0lbJWJIiI1t5nBHZOkWB7SnKo+mDtXTbHCg== X-Received: by 2002:a1c:658b:: with SMTP id z133mr6703021wmb.82.1558518298921; Wed, 22 May 2019 02:44:58 -0700 (PDT) Received: from ascain.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id f20sm5503979wmh.22.2019.05.22.02.44.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 May 2019 02:44:58 -0700 (PDT) From: Thierry Herbelot To: dev@dpdk.org Cc: Thomas Monjalon Date: Wed, 22 May 2019 11:44:45 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 Subject: [dpdk-dev] [PATCH 1/5] doc/guides/cryptodevs: cleanup for armv8 and openssl PMDs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The perf tests were removed in a previous commit. Fixes: 2ac67c32837a ('test/crypto: remove crypto perf tests') Signed-off-by: Thierry Herbelot Acked-by: Akhil Goyal Acked-by: Akhil Goyal --- doc/guides/cryptodevs/armv8.rst | 1 - doc/guides/cryptodevs/openssl.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/guides/cryptodevs/armv8.rst b/doc/guides/cryptodevs/armv8.rst index e60af84002a3..1ab40096e349 100644 --- a/doc/guides/cryptodevs/armv8.rst +++ b/doc/guides/cryptodevs/armv8.rst @@ -59,7 +59,6 @@ User can use app/test application to check how to use this PMD and to verify crypto processing. Test name is cryptodev_sw_armv8_autotest. -For performance test cryptodev_sw_armv8_perftest can be used. Limitations ----------- diff --git a/doc/guides/cryptodevs/openssl.rst b/doc/guides/cryptodevs/openssl.rst index d7269870b610..7407294813b2 100644 --- a/doc/guides/cryptodevs/openssl.rst +++ b/doc/guides/cryptodevs/openssl.rst @@ -87,7 +87,6 @@ User can use app/test application to check how to use this pmd and to verify crypto processing. Test name is cryptodev_openssl_autotest. -For performance test cryptodev_openssl_perftest can be used. For asymmetric crypto operations testing, run cryptodev_openssl_asym_autotest. To verify real traffic l2fwd-crypto example can be used with this command: From patchwork Wed May 22 09:44:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Herbelot X-Patchwork-Id: 53610 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 847E14CAB; Wed, 22 May 2019 11:45:09 +0200 (CEST) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 00CB34C88 for ; Wed, 22 May 2019 11:45:08 +0200 (CEST) Received: by mail-wm1-f68.google.com with SMTP id n25so1466725wmk.4 for ; Wed, 22 May 2019 02:45:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=sA5aZVX41A7e31lt+LkwnnE+p5ggZbn+JaDWwwk14rg=; b=OFPCc3neU2XxfSmdjNwgdlMhbx7dDr8CbrKeirVE3HxibmDWNqQGvmk+iQj1skCqbX 3TvTWYO8iPLx741pTv7GlJKmE3Mmpv9JBN49cfXNsOhCXlEW1qYGumfEb90kwmkyoqHh /ULZPjCHJ/w3MLIMHps5Yu0wJcjfJgy8vt39lfj6s21oSXgnk7ITaSpHASIyglyTbuDu hhR3BzU8s0eIal7yAsptwx08J3nwIpZ4VBrFkYsjiwaBLGI1fzG1tzvnft5fTeJhGw7/ qoyrAgGD+XTNKYMyg22ZgWgQGLz1+jYJzCwO3EbxfxjKe8rEaU0TWVLGGZzxhi6iZvZb +A5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=sA5aZVX41A7e31lt+LkwnnE+p5ggZbn+JaDWwwk14rg=; b=lGZvMkfMcAee3jY19Nf++TaZsMsN6OKJIXssEoimhO5B05/iIHPOCJQj3tzxIgAdkZ O8Wd8Nk4viZa+CSBdf8WyV/e21QRKi27hThHI+Omp8NQ0E0dcfpemRJBCIyj3Yw08oLW MVO5BW6rwmK8gcZQhq8Jyz9E6tET/UorBHPbF7W1AqxA/F36Ytsa7C2tzc6HXMOeFvFD 95U5tw2SA0RazvCTUgqVoPGGydISKxBaRQ3DLmAuyPm/DUDLKcZ9UvEPzaSeuwPUxI9Z U7B9x7IBAyUMeH7nYtjwXS+6Ho9cY+PByTKafEUAtlrs6z1taSjT7qR5EiJxnILt1D76 dGog== X-Gm-Message-State: APjAAAVov2aHfxHsxbrfUjphSQMLA4BmwhRhBotVpykxy/ExFeinSOhy xAoiJ1pGtjXPfwVn8OoOMqymm/KavZyz X-Google-Smtp-Source: APXvYqym6medy7LZe0L7vY1h5c1Ntrnjq+jLXNKsLd6iSntvPBeLhrJ/lXco1rumDE42BYthcsoIgA== X-Received: by 2002:a7b:cc72:: with SMTP id n18mr6736486wmj.129.1558518308468; Wed, 22 May 2019 02:45:08 -0700 (PDT) Received: from ascain.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id f20sm5503979wmh.22.2019.05.22.02.45.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 May 2019 02:45:07 -0700 (PDT) From: Thierry Herbelot To: dev@dpdk.org Cc: Thomas Monjalon Date: Wed, 22 May 2019 11:44:46 +0200 Message-Id: <912d4662a9fc133f4bb76a9e075446674a113992.1558517518.git.thierry.herbelot@6wind.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH 2/5] crypto/mvsam: fix typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Inverted letters. Fixes: 8a61c83af2fae ('crypto/mrvl: add mrvl crypto driver') Signed-off-by: Thierry Herbelot Acked-by: Tomasz Duszynski --- drivers/crypto/mvsam/rte_mrvl_pmd_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c index ef520356ff14..f6bf2cd4c535 100644 --- a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c +++ b/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c @@ -727,7 +727,7 @@ mrvl_crypto_pmd_sym_session_get_size(__rte_unused struct rte_cryptodev *dev) /** Configure the session from a crypto xform chain (PMD ops callback). * * @param dev Pointer to the device structure. - * @param xform Pointer to the crytpo configuration structure. + * @param xform Pointer to the crypto configuration structure. * @param sess Pointer to the empty session structure. * @returns 0 upon success, negative value otherwise. */ From patchwork Wed May 22 09:44:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Herbelot X-Patchwork-Id: 53611 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D2F8A568A; Wed, 22 May 2019 11:45:14 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 6658C4C88 for ; Wed, 22 May 2019 11:45:13 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id w13so1488451wru.11 for ; Wed, 22 May 2019 02:45:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=Ju0/DWhXzH+08OQT0kNiLt417dgBPKG4PDvwzwqNxhc=; b=EqgDkRZ82iBESwrDAOpYzyipHdrK8qmGmER012CIPiL0Oa7uMOb3ImNEnVdgY0cbN0 zwR3K/y2D++GoLq2/ynAwcxcV66MsoDsNzLdiqVQmezEGZVYot6Pl608fIg1w0tJioKz 6nTOltRQwBIiP+6sKb9hf6U2JrSR5Y9y7IskEvAz3eqSmu34zWyLotzq19bGVl4gyfRN imiS2RBL0AFGQ2ULFX+FPRmc+k5wed32XR9466oFpbmmPIJaavlx3RwgPKUn3zil9k82 6zEFpve6dv+ExkF0Y63UV/22+HpivHU3s3mpNQZZq81PS/8D8+I0tNRDq2sjxPWDmGwi Uyxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=Ju0/DWhXzH+08OQT0kNiLt417dgBPKG4PDvwzwqNxhc=; b=W1VthSayPsYY7MeyJbsRm0vvLOrCXfNGQCX6SVQvIUT9714o4QMx1N2Oos/gwtUZNl zYHrbwyX+P0VRMVObqVxSwSMNo6tcDJdy10c19b0RTsIdNYmmMNHOYtszgcTbT2bDJkq xK+BMVS6zSVm2VTqiS82bhla5bPLgP7qqhr7FjSfJucKDB06t+CdlOz2JYNRlw6dUQbp QsfP78sI0jCIE+4Qt94k8R8fex92b7AtTIUbFDRGgLKtg9uJKGIzQQ7kbfwAO7zGYMkJ hPDELKHrMt+pUR7h31dy5nS8c4jV2TP63N/iPNcEZH9bU1LsNAseXg5R4tF/cv7rJN+8 QH4Q== X-Gm-Message-State: APjAAAX7+NG1PX31ujBbEOFYHuza5qFPPOmpGqLSr6gujHKVOzKj++d+ 2RvZivfxyNkZ6G3ZpyrBhyGopD+yNkCK X-Google-Smtp-Source: APXvYqyl/4/h1t0OjBkkbFw0S5LSxSA2H8cQwqmdjYo1TGR7CQHSc58QGh5baNt9A9lq1ASdmFZQgQ== X-Received: by 2002:adf:f811:: with SMTP id s17mr22081348wrp.72.1558518313020; Wed, 22 May 2019 02:45:13 -0700 (PDT) Received: from ascain.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id f20sm5503979wmh.22.2019.05.22.02.45.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 May 2019 02:45:12 -0700 (PDT) From: Thierry Herbelot To: dev@dpdk.org Cc: Thomas Monjalon Date: Wed, 22 May 2019 11:44:47 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH 3/5] doc/prog_guides: fix triplicated typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" A bad formula was copied and pasted. Signed-off-by: Thierry Herbelot Acked-by: Fiona Trahe --- doc/guides/prog_guide/bbdev.rst | 2 +- doc/guides/prog_guide/cryptodev_lib.rst | 2 +- doc/guides/prog_guide/rawdev.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst index 658ffd400a01..dfa0ef67d0c8 100644 --- a/doc/guides/prog_guide/bbdev.rst +++ b/doc/guides/prog_guide/bbdev.rst @@ -44,7 +44,7 @@ From the command line using the --vdev EAL option --vdev 'baseband_turbo_sw,max_nb_queues=8,socket_id=0' -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst index 23fa5bc188f7..9bbf207646e8 100644 --- a/doc/guides/prog_guide/cryptodev_lib.rst +++ b/doc/guides/prog_guide/cryptodev_lib.rst @@ -52,7 +52,7 @@ From the command line using the --vdev EAL option Example: ``--vdev 'crypto_aesni_mb0' --vdev 'crypto_aesni_mb1'`` -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst index 42c195cefa23..06af6942a6df 100644 --- a/doc/guides/prog_guide/rawdev.rst +++ b/doc/guides/prog_guide/rawdev.rst @@ -100,7 +100,7 @@ From the command line using the --vdev EAL option --vdev 'rawdev_dev1' -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c From patchwork Wed May 22 09:44:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Herbelot X-Patchwork-Id: 53612 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AC1C65A6E; Wed, 22 May 2019 11:45:16 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 92B425942 for ; Wed, 22 May 2019 11:45:15 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id f204so1512199wme.0 for ; Wed, 22 May 2019 02:45:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=/WRO2e9HASP4hChI2XLh9Nmjylkj0LDxydpiSsXteLs=; b=AXcygPRoCygofmiKobkNMJr3xsa4XSpRcSQREa7HwoCF7L7JjKpTAQ4DwrMQSJrlZA 5heKT/+ytJ1eH7kCbqmjWIX1qFxb5yDSoaS7EXYEq0ga04rIROqw5H0ksVnw1a8ZbmiR imf7N7Xs0lSDkFFByZPd07eU4BkkcGzV6l0odWs/LQ4QJRpYWLvrDEVouhY2EgB6TVLR i7FUc7QB+Biv+YIwDDR8wYi8GH9nqCSKPLTRspWIoqc5RF2AJYBGHBote1YFKHcHc8DA PbmUXfA82D7kIpn/GW7xvgL1nSNKUTETpichQdSfqQhb/KJqbsHKJLSbXeUX12q0ou3f 5Jlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=/WRO2e9HASP4hChI2XLh9Nmjylkj0LDxydpiSsXteLs=; b=NUuAdRkAyYSTeKb8CQeTjBW1e/MKU1wEepAyCbTBOeLILkFxHexE5vbL+HaVW4W6R5 1cgBIBQOS8wLYP9mPW6ZKQvnIbI4pacuZmdlWMgKjmfrHdGzkV/lLqhf55gQkVZQ4C04 NCoXMkrJa1CCFtWhtFO/mKMlYxsVwe5htxmzBGTbIg2+8B7N0/uystOBV+6ljdkk+MOj 4Rmy0DNRc51FXpzdMeqzvJGNkeddYMgSGjYDFHLPo0iJSrH1ymXO7NtipqbTBtk3jG/Z +D4LwHbJfgjHJfXkzGVwYun2HL/W+pihpp26/9kUXv5RyN9MJB1S4TAneQJbVQs6j37s 515g== X-Gm-Message-State: APjAAAU3wN4mGSipYigo2ZKgiK9LNpwCclbKpV55buimKR6dUw+xMPZQ xfL36FCWrSW5DdJrBgJw0OixfUGFCSCi X-Google-Smtp-Source: APXvYqxMDxcajaujXd5anfc2pHi9KNSOET/veaWNqQ2acmkKKWH8ePmgg0vYge5bx5k0YUan5k9jow== X-Received: by 2002:a1c:eb0c:: with SMTP id j12mr6439715wmh.55.1558518315164; Wed, 22 May 2019 02:45:15 -0700 (PDT) Received: from ascain.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id f20sm5503979wmh.22.2019.05.22.02.45.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 May 2019 02:45:14 -0700 (PDT) From: Thierry Herbelot To: dev@dpdk.org Cc: Thomas Monjalon Date: Wed, 22 May 2019 11:44:48 +0200 Message-Id: <47e0df535644ce4d6627a0cf4a52dcd8cf11ef97.1558517518.git.thierry.herbelot@6wind.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH 4/5] doc/guides: fix grammar X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" A copy'n'paste typo was present in three guides. Signed-off-by: Thierry Herbelot Acked-by: Rami Rosen Acked-by: Fiona Trahe --- doc/guides/prog_guide/bbdev.rst | 2 +- doc/guides/prog_guide/compressdev.rst | 2 +- doc/guides/prog_guide/cryptodev_lib.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst index dfa0ef67d0c8..12e948a20e3d 100644 --- a/doc/guides/prog_guide/bbdev.rst +++ b/doc/guides/prog_guide/bbdev.rst @@ -284,7 +284,7 @@ baseband operations is usually completed during the enqueue call to the bbdev device. The dequeue burst API will retrieve any processed operations available from the queue on the bbdev device, from physical devices this is usually directly from the device's processed queue, and for virtual device's from a -``rte_ring`` where processed operations are place after being processed on the +``rte_ring`` where processed operations are placed after being processed on the enqueue call. diff --git a/doc/guides/prog_guide/compressdev.rst b/doc/guides/prog_guide/compressdev.rst index a06c835a03c7..07332d0048f9 100644 --- a/doc/guides/prog_guide/compressdev.rst +++ b/doc/guides/prog_guide/compressdev.rst @@ -568,7 +568,7 @@ operations is usually completed during the enqueue call to the compression device. The dequeue burst API will retrieve any processed operations available from the queue pair on the compression device, from physical devices this is usually directly from the devices processed queue, and for virtual device's from a -``rte_ring`` where processed operations are place after being processed on the +``rte_ring`` where processed operations are placed after being processed on the enqueue call. A burst in DPDK compression can be a combination of stateless and stateful operations with a condition diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst index 9bbf207646e8..2839244c50bb 100644 --- a/doc/guides/prog_guide/cryptodev_lib.rst +++ b/doc/guides/prog_guide/cryptodev_lib.rst @@ -304,7 +304,7 @@ Crypto operations is usually completed during the enqueue call to the Crypto device. The dequeue burst API will retrieve any processed operations available from the queue pair on the Crypto device, from physical devices this is usually directly from the devices processed queue, and for virtual device's from a -``rte_ring`` where processed operations are place after being processed on the +``rte_ring`` where processed operations are placed after being processed on the enqueue call. From patchwork Wed May 22 09:44:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Herbelot X-Patchwork-Id: 53613 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB3485B2C; Wed, 22 May 2019 11:45:19 +0200 (CEST) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 0D3CA5B1E for ; Wed, 22 May 2019 11:45:18 +0200 (CEST) Received: by mail-wm1-f68.google.com with SMTP id 198so1498227wme.3 for ; Wed, 22 May 2019 02:45:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=6rW+jV++BR4schbDWpsI/4NrRYj2b5EisBqbhCAgGNQ=; b=gOwdHF8JDCZReBDJakNsBG0tiU5cZXvhpER5ozGx2Pui2MToXLSEQrpidFsJWRCXaM P2/rG9/zUL9rgWSECcbRaVf2F2zqxqrMibpXC8uBrbkG8FLEWcdP3V4QUdlVX2ymK8B6 WIhTEHY6rL+cm5IwAKSDCGS8dbTAX6oyoM0CBKIFnh3ZWQ25Z3Ifj4J1SCWx7jstsLqG Oh6hQwS1uHYCW0n/Q8gRtkG2CmcYWg0l6mnlHbPnw+zPNSCvGtG78hvznR8SmA5jBiQt enzBqAgJN+ZET3QZ7lDlcPvowt51NwLd5sqbV5y6I05pFwUQUNJBH53nkdLQjfdLDP2K KSzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=6rW+jV++BR4schbDWpsI/4NrRYj2b5EisBqbhCAgGNQ=; b=Q5RE4C2y0ByVngQGRhhi0GVJJTJ7w/7/bwRfF7Rz9jlseQwhJDe39CCjOJqpAEe96m NH/z8IR/S7NfHiDuhwP5hjPiGGJAAzubcRsVYR7KPGPkVfHp2wgEvwnuV6ViDV5OfjCb qIVHSpGkuQwIxlGtM/l6GTYPB/c3VZLh5sNQmfdXXvvJjxueJT3t4dvy7jow6y9nKjzG 909ij4thNSiH+OVUNnl0SyP6wcGiZshEw17GDNUeoI1RhVtrSDTk08H23CkkV67FCloa SfMfp0m6I3Wrpt3o9TB+Hcmj5b9aD7Ju/BuM6p2TUdNb00WxWXXDeZNkHFoN9enz+oUH yH0w== X-Gm-Message-State: APjAAAWYsx73kJlOBD+igi6AMTbwJGT7RE7a7gOrOdu3I27nt3hWhkGJ fOiTE/oWAgq0A1ijlxypnO8lOAFrL5Fc X-Google-Smtp-Source: APXvYqxXxXjaP+tX8Se9WwdoRSmfGchvVF0ZXeE/AAs0qYs2CTG8YD56Rzn765SRTHWa8P/obJvQIA== X-Received: by 2002:a1c:1a0b:: with SMTP id a11mr1762766wma.12.1558518317627; Wed, 22 May 2019 02:45:17 -0700 (PDT) Received: from ascain.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id f20sm5503979wmh.22.2019.05.22.02.45.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 May 2019 02:45:17 -0700 (PDT) From: Thierry Herbelot To: dev@dpdk.org Cc: Thomas Monjalon Date: Wed, 22 May 2019 11:44:49 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH 5/5] drivers/{bus,crypto}: fix typo X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix another copy'n'paste typo. Signed-off-by: Thierry Herbelot --- drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h | 2 +- drivers/crypto/caam_jr/caam_jr.c | 2 +- drivers/crypto/dpaa_sec/dpaa_sec.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h b/drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h index 07b8a4372f24..c35dafedbc38 100644 --- a/drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h +++ b/drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h @@ -15,7 +15,7 @@ * - Enqueue, including setting the enqueue descriptor, and issuing enqueue * command etc. * - Dequeue, including setting the dequeue descriptor, issuing dequeue command, - * parsing the dequeue response in DQRR and memeory, parsing the state change + * parsing the dequeue response in DQRR and memory, parsing the state change * notifications etc. * - Release, including setting the release descriptor, and issuing the buffer * release command. diff --git a/drivers/crypto/caam_jr/caam_jr.c b/drivers/crypto/caam_jr/caam_jr.c index 5028bd2a4c94..77c0303476ba 100644 --- a/drivers/crypto/caam_jr/caam_jr.c +++ b/drivers/crypto/caam_jr/caam_jr.c @@ -70,7 +70,7 @@ static inline void caam_jr_op_ending(struct caam_jr_op_ctx *ctx) { PMD_INIT_FUNC_TRACE(); - /* report op status to sym->op and then free the ctx memeory */ + /* report op status to sym->op and then free the ctx memory */ rte_mempool_put(ctx->ctx_pool, (void *)ctx); } diff --git a/drivers/crypto/dpaa_sec/dpaa_sec.c b/drivers/crypto/dpaa_sec/dpaa_sec.c index d9a7cd8a4266..122c80a072ff 100644 --- a/drivers/crypto/dpaa_sec/dpaa_sec.c +++ b/drivers/crypto/dpaa_sec/dpaa_sec.c @@ -61,7 +61,7 @@ dpaa_sec_op_ending(struct dpaa_sec_op_ctx *ctx) ctx->op->status = RTE_CRYPTO_OP_STATUS_ERROR; } - /* report op status to sym->op and then free the ctx memeory */ + /* report op status to sym->op and then free the ctx memory */ rte_mempool_put(ctx->ctx_pool, (void *)ctx); }