Hi everyone,
I'm going to be leaving the UNH IOL, so I've submitted the work that
will be continued by other members of the lab.
Thanks,
Brandon
On Fri, Apr 29, 2022 at 12:16 PM Brandon Lo wrote:
>
> Adds a very basic introduction to JSON vector sets in
> the fips
Added function to parse algorithm for CMAC test.
Signed-off-by: Brandon Lo
---
examples/fips_validation/fips_validation.c | 31 +++---
examples/fips_validation/main.c| 3 +++
2 files changed, 31 insertions(+), 3 deletions(-)
diff --git a/examples/fips_validation
Implemented JSON support for the CMAC test.
Signed-off-by: Brandon Lo
---
examples/fips_validation/fips_validation.h| 6 ++
.../fips_validation/fips_validation_cmac.c| 68 +++
2 files changed, 74 insertions(+)
diff --git a/examples/fips_validation/fips_validation.h
b
Adds JSON support for the HMAC algorithm.
Signed-off-by: Brandon Lo
---
examples/fips_validation/fips_validation.c| 2 +
examples/fips_validation/fips_validation.h| 6 ++
.../fips_validation/fips_validation_hmac.c| 93 +++
examples/fips_validation/main.c
Adds json-specific testing and writeback function. Allows
the user to test AES-GCM vector sets.
Signed-off-by: Brandon Lo
---
v3:
* fix checkpatch warnings
examples/fips_validation/fips_validation.h| 3 +
.../fips_validation/fips_validation_gcm.c | 151 +-
examples
Added the ability to use the json format as the input
and output of the example application.
Signed-off-by: Brandon Lo
---
v3:
* fix checkpatch warnings
v2:
* remove use_json variable
examples/fips_validation/main.c | 200 +++-
1 file changed, 196 insertions(+), 4
Added functions to parse the required information from a vector set
given in the new json format.
Signed-off-by: Brandon Lo
---
v3:
* fix checkpatch warnings
v2:
* fix for loop initialization
examples/fips_validation/fips_validation.c | 92 ++
1 file changed, 92 insertions
Added json-specific functions and other information needed to
test the new FIPS test vectors.
Signed-off-by: Brandon Lo
---
v2:
* fix type of prefix to suffix
examples/fips_validation/fips_validation.h | 42 +-
1 file changed, 41 insertions(+), 1 deletion(-)
diff --git a
Added a check for RTE_HAS_JANSSON into the meson
configuration file for JSON support.
Signed-off-by: Brandon Lo
---
examples/fips_validation/meson.build | 4
1 file changed, 4 insertions(+)
diff --git a/examples/fips_validation/meson.build
b/examples/fips_validation/meson.build
index
Adds a very basic introduction to JSON vector sets in
the fips validation example application. This patch set
will only introduce the AES-GCM test using a JSON request
file because the other algorithms need more information
than what is given in the new JSON format.
Brandon Lo (8):
examples
-Original Message-
> > From: Brandon Lo
> > Sent: Thursday, April 14, 2022 7:12 PM
> > To: dev ; Zhang, Roy Fan ;
> > Power, Ciara
> > Subject: [EXT] Re: [PATCH v3 0/5] Add JSON vector set support to fips
> > validation
> >
> > External Email
>
Adding the dev mailing list back into this discussion.
On Wed, Apr 13, 2022 at 9:13 AM Brandon Lo wrote:
>
> Hi guys,
>
> Lincoln and I would like to know if we can get this patch set looked
> at and merged before submitting the rest of the algorithms. So far,
> I've wor
f my head).
Just confirming: the UNH lab does use our own separate script (which
calls the devtools check-abi.sh and gen-abi.sh scripts).
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
Hi Fan and Ciara,
Could you please review this patch set?
Not sure who the maintainer of the fips_validation example is (I think
Marko Kovacevic stopped working on the FIPS validation example).
Thanks,
Brandon
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH
Adds json-specific testing and writeback function. Allows
the user to test AES-GCM vector sets.
Signed-off-by: Brandon Lo
---
v3:
* fix checkpatch warnings
.../fips_validation/fips_validation_gcm.c | 150 ++
1 file changed, 150 insertions(+)
diff --git a/examples
Added the ability to use the json format as the input
and output of the example application.
Signed-off-by: Brandon Lo
---
v3:
* fix checkpatch warnings
v2:
* remove use_json variable
examples/fips_validation/main.c | 195 +++-
1 file changed, 192 insertions(+), 3
Added functions to parse the required information from a vector set
given in the new json format.
Signed-off-by: Brandon Lo
---
v3:
* fix checkpatch warnings
v2:
* fix for loop initialization
examples/fips_validation/fips_validation.c | 96 +-
1 file changed, 93 insertions
Added json-specific functions and other information needed to
test the new FIPS test vectors.
Signed-off-by: Brandon Lo
---
v2:
* fix type of prefix to suffix
examples/fips_validation/fips_validation.h | 48 --
1 file changed, 44 insertions(+), 4 deletions(-)
diff --git a
Added a check for RTE_HAS_JANSSON into the meson
configuration file for JSON support.
Signed-off-by: Brandon Lo
---
examples/fips_validation/meson.build | 4
1 file changed, 4 insertions(+)
diff --git a/examples/fips_validation/meson.build
b/examples/fips_validation/meson.build
index
Adds a very basic introduction to JSON vector sets in
the fips validation example application. This patch set
will only introduce the AES-GCM test using a JSON request
file because the other algorithms need more information
than what is given in the new JSON format.
Brandon Lo (5):
examples
Adds json-specific testing and writeback function. Allows
the user to test AES-GCM vector sets.
Signed-off-by: Brandon Lo
---
.../fips_validation/fips_validation_gcm.c | 149 ++
1 file changed, 149 insertions(+)
diff --git a/examples/fips_validation/fips_validation_gcm.c
b
Added the ability to use the json format as the input
and output of the example application.
Signed-off-by: Brandon Lo
---
v2:
* remove use_json variable
examples/fips_validation/main.c | 190 +++-
1 file changed, 187 insertions(+), 3 deletions(-)
diff --git a
Added functions to parse the required information from a vector set
given in the new json format.
Signed-off-by: Brandon Lo
---
v2:
* fix for loop initialization
examples/fips_validation/fips_validation.c | 90 +-
1 file changed, 87 insertions(+), 3 deletions(-)
diff --git
Added json-specific functions and other information needed to
test the new FIPS test vectors.
Signed-off-by: Brandon Lo
---
v2:
* fix type of prefix to suffix
examples/fips_validation/fips_validation.h | 48 --
1 file changed, 44 insertions(+), 4 deletions(-)
diff --git a
Added a check for RTE_HAS_JANSSON into the meson
configuration file for JSON support.
Signed-off-by: Brandon Lo
---
examples/fips_validation/meson.build | 4
1 file changed, 4 insertions(+)
diff --git a/examples/fips_validation/meson.build
b/examples/fips_validation/meson.build
index
Adds a very basic introduction to JSON vector sets in
the fips validation example application. This patch set
will only introduce the AES-GCM test using a JSON request
file because the other algorithms need more information
than what is given in the new JSON format.
Brandon Lo (5):
examples
Adds json-specific testing and writeback function. Allows
the user to test AES-GCM vector sets.
Signed-off-by: Brandon Lo
---
.../fips_validation/fips_validation_gcm.c | 149 ++
1 file changed, 149 insertions(+)
diff --git a/examples/fips_validation/fips_validation_gcm.c
b
Added the ability to use the json format as the input
and output of the example application.
Signed-off-by: Brandon Lo
---
examples/fips_validation/main.c | 192 +++-
1 file changed, 189 insertions(+), 3 deletions(-)
diff --git a/examples/fips_validation/main.c b
Added functions to parse the required information from a vector set
given in the new json format.
Signed-off-by: Brandon Lo
---
examples/fips_validation/fips_validation.c | 84 ++
1 file changed, 84 insertions(+)
diff --git a/examples/fips_validation/fips_validation.c
b
Added json-specific functions and other information needed to
test the new FIPS test vectors.
Signed-off-by: Brandon Lo
---
examples/fips_validation/fips_validation.h | 42 +-
1 file changed, 41 insertions(+), 1 deletion(-)
diff --git a/examples/fips_validation
Added a check for RTE_HAS_JANSSON into the meson
configuration file for JSON support.
Signed-off-by: Brandon Lo
---
examples/fips_validation/meson.build | 4
1 file changed, 4 insertions(+)
diff --git a/examples/fips_validation/meson.build
b/examples/fips_validation/meson.build
index
Adds a very basic introduction to JSON vector sets in
the fips validation example application. This patch set
will only introduce the AES-GCM test using a JSON request
file because the other algorithms need more information
than what is given in the new JSON format.
Brandon Lo (5):
examples
> specification" available.
>
> John
Should we plan to move away from the old format to only use the new
JSON format going forward? I believe the file format "CAVS 21.0" is
fully deprecated and NIST does not produce any new files in that
format.
Thanks,
Brandon
--
Brando
west it can go for the unit test job.
Thanks,
Brandon
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
ation example support
the API's test vectors in json format?
Thanks,
Brandon
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
):
> > >>> https://lab.dpdk.org/results/dashboard/patchsets/19162/
> > <https://lab.dpdk.org/results/dashboard/patchsets/19162/>
> > >>>
> > >>
> > >> Issue was reported by David, Aman sent the fix [1] and it is
> > already merged by
> > >> David [2], it should be fixed now, can you please double check?
> > >>
> > >> [1]
> > >>
> > https://patches.dpdk.org/project/dpdk/patch/20211005115754.34117-1-aman
> >
> > <https://patches.dpdk.org/project/dpdk/patch/20211005115754.34117-1-aman>
> > >> .deep.si...@intel.com/ <http://deep.si...@intel.com/>
> > >>
> > >> [2]
> > >>
> > https://git.dpdk.org/dpdk/commit/?id=16b809d144dc2df7f31695b5abc64a809
> > <https://git.dpdk.org/dpdk/commit/?id=16b809d144dc2df7f31695b5abc64a809>
> > >> 021b154
> >
> >
> >
> > --
> > *Lincoln Lavoie*
> > Principal Engineer, Broadband Technologies
> > 21 Madbury Rd., Ste. 100, Durham, NH 03824
> > lylav...@iol.unh.edu <mailto:lylav...@iol.unh.edu>
> > https://www.iol.unh.edu <https://www.iol.unh.edu>
> > +1-603-674-2755 (m)
> > <https://www.iol.unh.edu>
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
er the testing of this set after repo updated?
>
>
> [1]
> dpdk-next-net-brcm (175af25734f295874e31b33ccd0879e69fd152a9)
Hi all,
This is related to a current migration that is in process within the
lab. I have found the root cause for this issue, and I am working on a
solution to fix this tree synchronization issue. Once I have a stable
solution, I will rerun the patches that failed to apply.
Thanks,
Brandon
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
BSD.
> >
> > Applied, thanks.
>
> Please could you re-test the ABI on FreeBSD
> and re-enable in the CI if the test is passing?
>
> Thank you
I ran a couple test runs on FreeBSD 13 to ensure that the patch
compiles successfully, and I enabled reporting.
FreeBSD 13 should start to appear in the ABI test results of newer
tarballs with the patch.
Thanks,
Brandon
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
> > > @@ -2,7 +2,7 @@
> > > # Copyright(C) 2019 Marvell International Ltd.
> > > #
> > >
> > > -if not dpdk_conf.get('RTE_ARCH_64')
> > > +if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
> > > build = fa
to_sym_xform) * 2);
> > >> + (sizeof(union
> > >> + rte_event_crypto_metadata));
> > >> op->private_data_offset = len;
> > >> /* Fill in private data information */
> > >>
gt; > Signed-off-by: Shijith Thotton
> > ---
> This patch shows a CI warning for FreeBSD, but was not able to locate the
> error/warning in the logs.
> Can anybody confirm what is the issue?
>
> http://mails.dpdk.org/archives/test-report/2021-June/200637.html
>
> Regard
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
t 6:15 PM Brandon Lo wrote:
> >
> > Hi all,
> >
> > dpdk-next-qos and dpdk-next-pipeline remotes have been removed.
> > dpdk-next-virtio and dpdk-next-crypto remotes have been switched to
> > track main and for-main branches respectively.
>
> Thank you Bran
>
>
> $ git branch -lr |grep /master
> dpdk-next-crypto/master
> dpdk-next-eventdev/master
> dpdk-next-net-brcm/master
> dpdk-next-net-intel/master
> dpdk-next-net-mlx/master
> dpdk-next-net-mrvl/master
> dpdk-next-net/master
> dpdk-next-pipeline/master
> dpdk-next-virtio/master
> dpdk/HEAD -> dpdk/master
> dpdk/master
>
> Those remote tracking branches can be dropped.
>
>
> --
> David Marchand
>
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
Okay, I am updating the ABI version on the machines and rerunning the
affected patches.
I had mistakenly installed libabigail 1.6 since that was the default
in the linux-build.sh script.
Thanks,
Brandon
On Tue, Apr 20, 2021 at 11:37 AM Thomas Monjalon wrote:
>
> 20/04/2021 17:30, Bran
bidiff flagged
this as a potential issue)."
Can anyone please confirm that this is a real ABI issue or if this
requires a change on the UNH-IOL side.
Thanks,
Brandon
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
omek
>
> > -Original Message-
> > From: Aaron Conole
> > Sent: Monday, February 15, 2021 4:28 PM
> > To: Brandon Lo
> > Cc: Zawadzki, Tomasz ; Lincoln Lavoie
> > ; dpdk...@iol.unh.edu; c...@dpdk.org; dev@dpdk.org;
> > s...@lists.01.org
> &g
ow when it makes it's way to the v21.01.x branch.
>
> @Brandon Lo General question, is there particular reason to disable vhost
> [configure argument '--without-vhost'] in the UNH lab tests with SPDK ?
> I don't recall any identified issue and enabling it would increa
:
>
> Brandon Lo writes:
>
> > Hi again everyone,
> >
> > I have checked the pipelines with SPDK branch v21.01.x on the main DPDK
> > branch.
> > It still seems to have an issue with compilation, and I have attached
> > a log of a Fedora SPDK compilatio
test SPDK and SPDK LTS, against dpdk-main branch
> > seem to be passing. Would love to hear if
> > this is what you are seeing on your end too.
> >
> >
> >
> > Thanks,
> >
> > Tomek
> >
> >
> >
> > From: Lincoln Lavoie
&g
gt; > > > >
> > > > > Can someone update the baseline's expected values for the Intel
> > NICs
> > > > and rerun the test on this patch?
> > > > >
> > > >
> > > > Zhaoyan said that the baseline is calculated dynamically,
> > > > what I understand is baseline set based on previous days
> > performance
> > > > result, so
> > > > it shouldn't require updating.
> > >
> > > That sounds smart!
> > >
> > > Perhaps another reference baseline could be added, for informational
> > > purposes only:
> > > Deviation from the performance of the last official release.
> > >
> > > >
> > > > But cc'ed the lab for more details.
> > >
> > >
> >
> > --
> > *Lincoln Lavoie*
> > Senior Engineer, Broadband Technologies
> > 21 Madbury Rd., Ste. 100, Durham, NH 03824
> > lylav...@iol.unh.edu
> > https://www.iol.unh.edu
> > +1-603-674-2755 (m)
> > <https://www.iol.unh.edu>
>
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
2021-January/197814.html
>
> If not already done, please UPDATE your environment! Thanks
>
>
--
Brandon Lo
UNH InterOperability Laboratory
21 Madbury Rd, Suite 100, Durham, NH 03824
b...@iol.unh.edu
www.iol.unh.edu
52 matches
Mail list logo