DPDK CI discussions
 help / color / mirror / Atom feed
* [PATCH v8 0/1] Add ACVP Tool
@ 2023-04-17 19:18 jspewock
  2023-04-17 19:18 ` [PATCH v8 1/1] tools: add acvp_tool jspewock
  0 siblings, 1 reply; 5+ messages in thread
From: jspewock @ 2023-04-17 19:18 UTC (permalink / raw)
  To: ci; +Cc: Jeremy Spewock

From: Jeremy Spewock <jspewock@iol.unh.edu>

v1: https://mails.dpdk.org/archives/ci/2022-January/001599.html
v2: https://mails.dpdk.org/archives/ci/2022-January/001611.html
v3: https://mails.dpdk.org/archives/ci/2022-February/001636.html
v4: https://mails.dpdk.org/archives/ci/2022-April/001702.html
v5: https://mails.dpdk.org/archives/ci/2023-March/002112.html
v6: https://mails.dpdk.org/archives/ci/2023-March/002147.html
v7: https://mails.dpdk.org/archives/ci/2023-April/002159.html
v8:
  * squashed commits into one

Jeremy Spewock (1):
  tools: add acvp_tool

 tools/acvp/README           | 118 +++++++++++++
 tools/acvp/__init__.py      |   0
 tools/acvp/acvp_config.json |  52 ++++++
 tools/acvp/acvp_tool.py     | 319 ++++++++++++++++++++++++++++++++++++
 tools/acvp/requirements.txt |   7 +
 5 files changed, 496 insertions(+)
 create mode 100644 tools/acvp/README
 create mode 100644 tools/acvp/__init__.py
 create mode 100644 tools/acvp/acvp_config.json
 create mode 100755 tools/acvp/acvp_tool.py
 create mode 100644 tools/acvp/requirements.txt

-- 
2.40.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-18 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 19:18 [PATCH v8 0/1] Add ACVP Tool jspewock
2023-04-17 19:18 ` [PATCH v8 1/1] tools: add acvp_tool jspewock
2023-04-18 15:05   ` Aaron Conole
2023-04-18 15:39   ` Ali Alnubani
2023-04-18 16:14     ` Aaron Conole

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).