public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Radu Nicolau <radu.nicolau@intel.com>
To: Nithinsen Kaithakadan <nkaithakadan@marvell.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "kai.ji@intel.com" <kai.ji@intel.com>,
	Anoob Joseph <anoobj@marvell.com>,
	 "stephen@networkplumber.org" <stephen@networkplumber.org>,
	Akhil Goyal <gakhil@marvell.com>,
	Fan Zhang <fanzhang.oss@gmail.com>
Subject: Re: [EXTERNAL] [PATCH v7 2/2] test/crypto: add tests for 256-NxA4/5/6 algorithms
Date: Tue, 3 Feb 2026 11:21:11 +0000	[thread overview]
Message-ID: <24de76ab-f274-4f6f-8910-fd0899ae427e@intel.com> (raw)
In-Reply-To: <PH3PPF1E92D74AAA2929CD056723554B9B2C99FA@PH3PPF1E92D74AA.namprd18.prod.outlook.com>

Hi Nithinsen,

Updated as requested, can you please review and ack it?

On 30-Jan-26 11:12 AM, Nithinsen Kaithakadan wrote:
> Hi Radu,
>
> Just a minor comment. Otherwise the changes looks good.
>
> Regards,
> Nithin Sen
>
>> +		return TEST_SKIPPED;
>> +	}
>> +
>> +	return 0;
>> +}
> [Nithinsen] Here functions are not separated by line space. Same applicable between nea_testsuite_setup, nia_testsuite_setup, nca_testsuite_setup
>
>> +static int
>> +nea_testsuite_setup(void)
>> +{
>> +	return nxan_testsuite_setup(RTE_CRYPTO_SYM_XFORM_CIPHER);
>> +}
>> +static int
>> +nia_testsuite_setup(void)
>> +{
>> +	return nxan_testsuite_setup(RTE_CRYPTO_SYM_XFORM_AUTH);
>> +}
>> +static int
>> +nca_testsuite_setup(void)
>> +{
>> +	return nxan_testsuite_setup(RTE_CRYPTO_SYM_XFORM_AEAD);
>> +}
>> +
>> +static int
>> +test_NEA_helper(
>> +	const struct nxa_256_test_data *tdata,
>> +	enum rte_crypto_cipher_operation op)

  reply	other threads:[~2026-02-03 11:21 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-07 10:56 [PATCH 1/2] cryptodev: add support for 256-NxA4/5/6 algorithms Radu Nicolau
2026-01-07 10:56 ` [PATCH 2/2] test/crypto: add tests " Radu Nicolau
2026-01-19  8:12   ` [EXTERNAL] " Nithinsen Kaithakadan
2026-01-19 11:28 ` [PATCH v2 1/2] cryptodev: add support " Radu Nicolau
2026-01-19 11:28   ` [PATCH v2 2/2] test/crypto: add tests " Radu Nicolau
2026-01-19 17:05     ` Stephen Hemminger
2026-01-21 10:18 ` [PATCH v3 1/2] cryptodev: add support " Radu Nicolau
2026-01-21 10:18   ` [PATCH v3 2/2] test/crypto: add tests " Radu Nicolau
2026-01-21 15:15 ` [PATCH v4 1/2] cryptodev: add support " Radu Nicolau
2026-01-21 15:15   ` [PATCH v4 2/2] test/crypto: add tests " Radu Nicolau
2026-01-22  7:02     ` [EXTERNAL] " Nithinsen Kaithakadan
2026-01-22 10:25 ` [PATCH v5 1/2] cryptodev: add support " Radu Nicolau
2026-01-22 10:25   ` [PATCH v5 2/2] test/crypto: add tests " Radu Nicolau
2026-01-23  0:23   ` [PATCH v5 1/2] cryptodev: add support " Stephen Hemminger
2026-01-23 10:44     ` Radu Nicolau
2026-01-23 12:48 ` [PATCH v6 " Radu Nicolau
2026-01-23 12:48   ` [PATCH v6 2/2] test/crypto: add tests " Radu Nicolau
2026-01-29  4:29     ` [EXTERNAL] " Nithinsen Kaithakadan
2026-01-29 11:59 ` [PATCH v7 1/2] cryptodev: add support " Radu Nicolau
2026-01-29 11:59   ` [PATCH v7 2/2] test/crypto: add tests " Radu Nicolau
2026-01-30 11:12     ` [EXTERNAL] " Nithinsen Kaithakadan
2026-02-03 11:21       ` Radu Nicolau [this message]
2026-02-03 11:13 ` [PATCH v8 1/2] cryptodev: add support " Radu Nicolau
2026-02-03 11:13   ` [PATCH v8 2/2] test/crypto: add tests " Radu Nicolau
2026-02-03 14:00     ` [EXTERNAL] " Nithinsen Kaithakadan
2026-02-03 13:59   ` [EXTERNAL] [PATCH v8 1/2] cryptodev: add support " Nithinsen Kaithakadan
2026-02-06 19:48   ` 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=24de76ab-f274-4f6f-8910-fd0899ae427e@intel.com \
    --to=radu.nicolau@intel.com \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=fanzhang.oss@gmail.com \
    --cc=gakhil@marvell.com \
    --cc=kai.ji@intel.com \
    --cc=nkaithakadan@marvell.com \
    --cc=stephen@networkplumber.org \
    /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