DPDK patches and discussions
 help / color / mirror / Atom feed
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: "Power, Ciara" <ciara.power@intel.com>,
	Anoob Joseph <anoobj@marvell.com>,
	 Akhil Goyal <gakhil@marvell.com>,
	"Doherty, Declan" <declan.doherty@intel.com>,
	"Zhang, Roy Fan" <roy.fan.zhang@intel.com>
Cc: Jerin Jacob <jerinj@marvell.com>,
	Archana Muniganti <marchana@marvell.com>,
	Tejasree Kondoj <ktejasree@marvell.com>,
	"Hemant Agrawal" <hemant.agrawal@nxp.com>,
	"Nicolau, Radu" <radu.nicolau@intel.com>,
	Gagandeep Singh <g.singh@nxp.com>, "Ji, Kai" <kai.ji@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"adamx.dybkowski@intel.com" <adamx.dybkowski@intel.com>
Subject: RE: [PATCH v2] test/crypto: skip plain text compare for null cipher
Date: Wed, 10 Nov 2021 17:16:17 +0000	[thread overview]
Message-ID: <DM8PR11MB5591CFCDAD8BB6642A412A1984939@DM8PR11MB5591.namprd11.prod.outlook.com> (raw)
In-Reply-To: <MN2PR11MB3821E588962EE98165E0FCA3E6939@MN2PR11MB3821.namprd11.prod.outlook.com>

Hi Anoob,

> -----Original Message-----
> From: Power, Ciara <ciara.power@intel.com>
> Sent: Wednesday, November 10, 2021 5:01 PM
> To: Anoob Joseph <anoobj@marvell.com>; Akhil Goyal <gakhil@marvell.com>;
> Doherty, Declan <declan.doherty@intel.com>; Zhang, Roy Fan
> <roy.fan.zhang@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Cc: Jerin Jacob <jerinj@marvell.com>; Archana Muniganti
> <marchana@marvell.com>; Tejasree Kondoj <ktejasree@marvell.com>; Hemant
> Agrawal <hemant.agrawal@nxp.com>; Nicolau, Radu
> <radu.nicolau@intel.com>; Gagandeep Singh <g.singh@nxp.com>; Ji, Kai
> <kai.ji@intel.com>; dev@dpdk.org; adamx.dybkowski@intel.com; De Lara
> Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: RE: [PATCH v2] test/crypto: skip plain text compare for null cipher
> 
> Hi Anoob,
> 
> >-----Original Message-----
> >From: Anoob Joseph <anoobj@marvell.com>
> >Sent: Wednesday 10 November 2021 13:04
> >To: Akhil Goyal <gakhil@marvell.com>; Doherty, Declan
> ><declan.doherty@intel.com>; Zhang, Roy Fan <roy.fan.zhang@intel.com>;
> >De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> >Cc: Anoob Joseph <anoobj@marvell.com>; Jerin Jacob
> ><jerinj@marvell.com>; Archana Muniganti <marchana@marvell.com>;
> >Tejasree Kondoj <ktejasree@marvell.com>; Hemant Agrawal
> ><hemant.agrawal@nxp.com>; Nicolau, Radu <radu.nicolau@intel.com>;
> >Power, Ciara <ciara.power@intel.com>; Gagandeep Singh
> ><g.singh@nxp.com>; Ji, Kai <kai.ji@intel.com>; dev@dpdk.org;
> >adamx.dybkowski@intel.com
> >Subject: [PATCH v2] test/crypto: skip plain text compare for null
> >cipher
> >
> >NULL cipher is used for validating auth only cases. With NULL cipher,
> >validating plain text should not be done as the PMD is only expected to
> >update auth data.
> >
> >Fixes: e847fc512817 ("test/crypto: add encrypted digest case for
> >AES-CTR-
> >CMAC")
> >Cc: adamx.dybkowski@intel.com
> >
> >Signed-off-by: Anoob Joseph <anoobj@marvell.com>
> >---
> >Changes in v2:
> >- Made the skip applicable for in place also (comment from Pablo)
> >- Re-organized code as suggested by Pablo
> >- Made same change in test_mixed_auth_cipher_sgl (comment from Pablo)
> >
> > app/test/test_cryptodev.c | 63
> > ++++++++++++++++++++++++++--------------
> 
> Acked-by: Ciara Power <ciara.power@intel.com>

Wonder if this patch needs to CC stable, as it's fixing a commit from 2019?

Apart from this:
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>


  reply	other threads:[~2021-11-10 17:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-08 15:19 [dpdk-dev] [PATCH] test/crypto: skip plain text compare for null cipher OOP Anoob Joseph
2021-11-10 11:23 ` De Lara Guarch, Pablo
2021-11-10 11:48   ` Anoob Joseph
2021-11-10 13:04 ` [dpdk-dev] [PATCH v2] test/crypto: skip plain text compare for null cipher Anoob Joseph
2021-11-10 17:00   ` Power, Ciara
2021-11-10 17:16     ` De Lara Guarch, Pablo [this message]
2021-11-11 11:04       ` Akhil Goyal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM8PR11MB5591CFCDAD8BB6642A412A1984939@DM8PR11MB5591.namprd11.prod.outlook.com \
    --to=pablo.de.lara.guarch@intel.com \
    --cc=adamx.dybkowski@intel.com \
    --cc=anoobj@marvell.com \
    --cc=ciara.power@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=g.singh@nxp.com \
    --cc=gakhil@marvell.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=jerinj@marvell.com \
    --cc=kai.ji@intel.com \
    --cc=ktejasree@marvell.com \
    --cc=marchana@marvell.com \
    --cc=radu.nicolau@intel.com \
    --cc=roy.fan.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).