DPDK patches and discussions
 help / color / mirror / Atom feed
From: Andrew Bailey <abailey@iol.unh.edu>
To: Patrick Robb <probb@iol.unh.edu>
Cc: luca.vizzarro@arm.com, dmarx@iol.unh.edu, dev@dpdk.org
Subject: Re: [RFC PATCH 3/3] dts: add cryptodev testsuite
Date: Thu, 8 Jan 2026 11:29:55 -0500	[thread overview]
Message-ID: <CABJ3N2W6QXQ1Aae4QWaZhSMrwMfmDa6oYjHby1YDQJdK2FknvA@mail.gmail.com> (raw)
In-Reply-To: <CAJvnSUBTtGyQ7WtE9GF-gawS=A8rHAqcaqTSo8eWYa+GBkhRwg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1523 bytes --]

>
>
> +            print(f"Skipping test: {e}")
>> +            raise
>> +        app.print_stats(results)
>> +        self._verify_throughput(results)
>> +
>> +    @func_test
>> +    def openssl_aead_aes_gcm_encrypt(self) -> None:
>> +        """Basic test to run on all NICs with openssl virtual device.
>>
>
> I don't know about the description above because the testing is being run
> on the vdev, not any NIC (which really isn't involved in the test).
>
> I see from DPDK docs that crypto_openssl vdev supports aead aes-gcm, but
> so do the physical devices, and you have a separate QAT case like the
> openssl one above (and maybe this is a good solution). Is the idea to have
> a testcase per device (physical or virtual) per algo?
> https://doc.dpdk.org/guides-25.11/cryptodevs/overview.html#supported-aead-algorithms
>

      The idea as of currently was to go through every run of the cryptodev
application that I saw in old DTS and make a test case per run of the app.
The openssl test case was for development and can be ignored, which I
failed to note in my submission. There are runs for virtual devices that I
plan to include within this testsuite by the end of it and each will have
its own test case.

>
>
>> +    @func_test
>
> +    def a_wrong_devtype(self) -> None:
>>
>
> Can you explain the name of this test and its purpose?
>

        The last 3 test cases can be ignored as I made them for debugging
purposes in development. I simply forgot to              remove them prior
to my submission.

>
>

[-- Attachment #2: Type: text/html, Size: 2958 bytes --]

  reply	other threads:[~2026-01-08 16:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-05 19:06 [RFC PATCH 1/3] dts: add find float method to text parser Andrew Bailey
2026-01-05 19:06 ` [RFC PATCH 2/3] dts: add cryptodev package to dts Andrew Bailey
2026-01-05 19:06 ` [RFC PATCH 3/3] dts: add cryptodev testsuite Andrew Bailey
2026-01-07 22:25   ` Patrick Robb
2026-01-08 16:29     ` Andrew Bailey [this message]
2026-01-07 23:05   ` Patrick Robb
2026-01-07 23:05 ` [RFC PATCH 1/3] dts: add find float method to text parser Patrick Robb

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=CABJ3N2W6QXQ1Aae4QWaZhSMrwMfmDa6oYjHby1YDQJdK2FknvA@mail.gmail.com \
    --to=abailey@iol.unh.edu \
    --cc=dev@dpdk.org \
    --cc=dmarx@iol.unh.edu \
    --cc=luca.vizzarro@arm.com \
    --cc=probb@iol.unh.edu \
    /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).