[PATCH v1] examples/fips_validation: fix digest length in AES GCM

2023-06-28 Thread Samina Arshad
the digest length after each test file. Fixes: 4aaad2995e13 ("examples/fips_validation: support GCM parsing") Cc: marko.kovace...@intel.com Signed-off-by: Samina Arshad --- examples/fips_validation/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH v3] usertools/telemetry: fix unused parameter

2023-05-25 Thread Samina Arshad
ned-off-by: Samina Arshad Acked-by: Ciara Power --- v2: Made changes for previous commit to be efficient. Removed "args" from "args.file_prefix". --- v3: Edit commit body by removing sta...@dpdk.org from cc as the fix is not needed to be backported to 21.11 or 22.11. ---

[PATCH v2] usertools/telemetry: fix unused parameter

2023-05-24 Thread Samina Arshad
om Cc: sta...@dpdk.org Signed-off-by: Samina Arshad --- v2: Made changes for previous commit to be efficient. Removed "args" from "args.file_prefix". --- --- usertools/dpdk-telemetry-client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usertools/dpdk-te

[PATCH v1] usertools/telemetry: fix unused parameter

2023-05-22 Thread Samina Arshad
om Cc: sta...@dpdk.org Signed-off-by: Samina Arshad --- usertools/dpdk-telemetry-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py index d6718ca5b0..3441b6b02e 100755 --- a/usertools/dpdk-telemetry-clien

[PATCH v2] doc: updated libcrypto dependencies in QAT guide

2023-05-17 Thread Samina Arshad
The documentation needs extra steps for customers to explicitly show how to install libcrypto, which is needed for QAT. It requires the commands to install libcrypto for Ubuntu and RHEL. Signed-off-by: Samina Arshad --- .mailmap | 1 + doc/guides/cryptodevs/qat.rst

[PATCH v1] doc: updated libcrypto dependencies in QAT guide

2023-05-15 Thread Samina Arshad
The documenation needs extra steps for customers to explicitly show how to install libcrypto, which is needed for QAT. It requires the commands to install libcrypto for Ubuntu and RHEL. Signed-off-by: Samina Arshad --- .mailmap | 1 + doc/guides/cryptodevs/qat.rst | 14