Few spelling mistakes:
0001-doc-update-bnxt-guide.patch
89c89
< -Vector mode receive will be enabled if the following constraint's are met:
---
> -Vector mode receive will be enabled if the following constrainsts are met:
96c96
< -Vector mode transmit will be enabled if the following constraint's
Acked-by: Marko Kovacevic
Acked-by: Marko Kovacevic
Subject: [PATCH v3 3/3] examples/fips_validation: separate ECB and CBC
From: Michael Shamis
Separate initialization of IV, PT and CT according to TDES ECB and CBC crypto
modes
Signed-off-by: Michael Shamis
---
examples/fips_validation/main.c | 66 +
1 file cha
Subject: [PATCH v3 2/3] examples/fips_validation: add AES ECB support
From: Michael Shamis
Signed-off-by: Michael Shamis
---
.../fips_validation/fips_validation_aes.c | 1 +
examples/fips_validation/main.c | 96 +--
2 files changed, 91 insertions(+), 6 dele
Subject: [PATCH v3 1/3] examples/fips_validation: add TDES ECB support
From: Michael Shamis
Signed-off-by: Michael Shamis
---
examples/fips_validation/fips_validation.c| 1 +
examples/fips_validation/fips_validation.h| 7 +
.../fips_validation/fips_validation_tdes.c| 7 +
> Subject: [dpdk-dev] [PATCH] vhost/crypto: fix inferred misuse of enum
>
> This patch fixes the inferred misuse of enum of crypto algorithms.
>
> Coverity issue: 325879
> Fixes: e80a98708166 ("vhost/crypto: add session message handler")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Fan Zhang
> ---
> Subject: [dpdk-dev] [PATCH] examples/fips_validation: fix logically dead
> code
>
> Coverity issue: 336866
> Coverity issue: 336841
> Coverity issue: 336838
> Fixes: 41d561cbdd24 ("examples/fips_validation: add power on self test")
>
> Signed-off-by: Fan Zhang
> ---
> examples/fips_validation
> Subject: [dpdk-dev] [PATCH] vhost/crypto: fix logically dead code
>
> This patch fixes a few same class bugs that causes the logically dead code in
> vhost_crypto.
>
> Coverity issue: 277236
> Coverity issue: 277233
> Coverity issue: 277220
> Coverity issue: 277214
>
> Fixes: 3bb595ecd682 ("vh
> Subject: [dpdk-dev] [PATCH] examples/vhost_crypto: fix unchecked return
> value
>
> This patch tries to fix the coverity issue of unchecked return value. Since
> the
> function that causes the problem is unused, it is removed completely.
>
> Coverity issue: 336816
> Fixes: f5188211c721 ("examp
> Subject: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note
>
> Make clear that spaces are only for alignments less than tab size.
>
> Signed-off-by: Kevin Traynor
> ---
> doc/guides/contributing/coding_style.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a
> Subject: [dpdk-dev] [PATCH 3/3] doc/rcu: add lib_rcu documentation
>
> Add lib_rcu QSBR API and programmer guide documentation.
>
> Signed-off-by: Honnappa Nagarahalli
>
> ---
> doc/api/doxy-api-index.md | 3 +-
> doc/api/doxy-api.conf.in | 1 +
>
> Subject: [PATCH] doc: fix a typo in procinfo guide
>
> This patch fixes a trivial info in proc info section.
> informationi=>information.
>
> Fixes: 8a37f37fc243 ("app/procinfo: add --show-port")
>
> Signed-off-by: Rami Rosen
> ---
> doc/guides/tools/proc_info.rst | 2 +-
> 1 file changed, 1
> Subject: [PATCH] doc: note validation commitment required for stables
>
> If a stable branch for a specific DPDK release is to proceed, along with
> needing a maintainer, there should also be commitment from major
> contributors for validation of the releases.
>
> Signed-off-by: Kevin Traynor
> This patch fixes two typos in the coding style part of DPDK contributing
> guide:
>
> - The header entry should have .h file instead of .c file.
> - The will->This will
>
> Fixes: 44a6dface13b ("doc: describe how to add new components")
>
> Signed-off-by: Rami Rosen
> ---
> doc/guides/contr
> Added documentation to build helloworld example on windows using meson
> and clang. Updated the maintainers list to include windows maintainers.
>
> Signed-off-by: Anand Rawat
> Signed-off-by: Pallavi Kadam
> Reviewed-by: Jeff Shaw
> Reviewed-by: Ranjit Menon
> ---
> MAINTAINERS
> From: Damian Nowak
>
> This patch enables plain SHA algorithm CAVP test support in fips_validation
> sample application.
>
> Signed-off-by: Damian Nowak
> Acked-by: Fan Zhang
> ---
> examples/fips_validation/Makefile | 1 +
> examples/fips_validation/fips_validation.c |
> Changed size of test buffer to 100 to allow qat to run compress unit-test,
> qat_comp_process_response():
> QAT intermediate buffer may be too small for output, try configuring a larger
> size
>
> Fixes: c1bbb613ce96 ("test/compress: add out of space test")
> Cc: marko.kovace...@intel.com
>
> S
> This patch fixes the missed digest and aad data physical addresses filling to
> crypto operations in fips_validation sample application.
>
> Fixes: 41d561cbdd24 ("examples/fips_validation: add power on self test")
>
> Signed-off-by: Fan Zhang
> ---
> examples/fips_validation/fips_dev_self_tes
> Changed size of test buffer to 100 to allow qat to run compress unit-test,
> qat_comp_process_response():
> QAT intermediate buffer may be too small for output, try configuring a larger
> size
>
> Fixes: c1bbb613ce96 ("test/compress: add out of space test")
> Cc: marko.kovace...@intel.com
>
> S
Acked-by: Marko Kovacevic
After checking the patch again I found a few spelling mistakes
> Add user guide on debug and troubleshoot for common issues and
> bottleneck found in sample application model.
>
> Signed-off-by: Vipin Varghese
> Acked-by: Marko Kovacevic
> ---
> doc/guides/howto/debug_troubleshoot_guide.rst |
> Add tested Intel platforms with Intel NICs to v19.02 release note.
>
> Signed-off-by: Lijuan Tu
> ---
> doc/guides/rel_notes/release_19_02.rst | 74
> ++
> 1 file changed, 74 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_19_02.rst
> b/doc/guides/r
> > Sorry for not making it clearer,
> > So if someone was reading it and saw this line
> >
> > "The examples directory contains sample applications that show how
> libraries can be used"
> >
> > It would be nice to have a link to the sample applications in the docs
> > like so, which has all the I
Sorry for not making it clearer,
So if someone was reading it and saw this line
"The examples directory contains sample applications that show how libraries
can be used"
It would be nice to have a link to the sample applications in the docs like so,
which has all the
Info that was deleted.
> > Signed-off-by: David Marchand
> > ---
> > doc/guides/prog_guide/dev_kit_build_system.rst | 43 --
> > doc/guides/prog_guide/source_org.rst | 79
> > +-
> > 2 files changed, 2 insertions(+), 120 deletions(-)
> >
> > diff --git a/doc/guides/prog_gu
> +GRO Library Limitations
> +---
> +
> +- GRO library uses MBUF->l2_len/l3_len/l4_len/outer_l2_len/
> + outer_l3_len/packet_type to get protocol headers for the
> + input packet, rather than parsing the packet header. Therefore,
> + before call GRO APIs to merge packets, use
Acked-by: Marko Kovacevic
Acked-by: Marko Kovacevic
Acked-by: Marko Kovacevic
Acked-by: Marko Kovacevic
This patch adds new out of space testcase to check
that the destination mbuf is smaller than required for
the output of compression to ensure the driver doesn't crash
and returns the valid error case.
Signed-off-by: Kovacevic, Marko
Acked-by: Lee Daly
Acked-by: Fiona Trahe
Acked-by: Pab
From: Pablo de Lara
Since the start of the compression tests,
the main test function, test_deflate_comp_decomp,
has increased its parameter with each new test added.
In order to make the code cleaner, and more scalable,
these parameters have been divided into two structures,
which are now passed
Added unit test to check if a SGL buffer
was added as an input and a Linear Buffer
as output and vice versa so we can test if the
application would process the different buffers
properly.
Signed-off-by: Kovacevic, Marko
Acked-by: Fiona Trahe
Acked-by: Lee Daly
Acked-by: Pablo de Lara
---
v5
patch set this patch refactors the
test_deflate_comp_decomp to make it a less congested with parameters
V5 has minor code chnages requested by Pablo.
Kovacevic, Marko (2):
test/compress: add out of space test
test/compress: add varied buffer input/outputs
Pablo de Lara (1):
test/compress
Added unit test to check if a SGL buffer
was added as an input and a Linear Buffer
as output and vice versa so we can test if the
application would process the different buffers
properly.
Signed-off-by: Kovacevic, Marko
Acked-by: Fiona Trahe
Acked-by: Lee Daly
---
v4:
Added Acks resolved
From: Pablo de Lara
Since the start of the compression tests,
the main test function, test_deflate_comp_decomp,
has increased its parameter with each new test added.
In order to make the code cleaner, and more scalable,
these parameters have been divided into two structures,
which are now passed
This patch adds new out of space testcase to check
that the destination mbuf is smaller than required for
the output of compression to ensure the driver doesn't crash
and returns the valid error case.
Signed-off-by: Kovacevic, Marko
Acked-by: Lee Daly
Acked-by: Fiona Trahe
---
v4:
patch set this patch refactors the
test_deflate_comp_decomp to make it a less congested with parameters
Kovacevic, Marko (2):
test/compress: add out of space test
test/compress: add varied buffer input/outputs
Pablo de Lara (1):
test/compress: refactor main test function
test/test
Added unit test to check if a SGL buffer
was added as an input and a Linear Buffer
as output and vice versa so we can test if the
application would process the different buffers
properly.
Signed-off-by: Kovacevic, Marko
---
test/test/test_compressdev.c | 123
This patch adds new out of space testcase to check
that the destination mbuf is smaller than required for
the output of compression to ensure the driver doesn't crash
and returns the valid error case.
Signed-off-by: Kovacevic, Marko
---
test/test/test_compressdev.c
From: Pablo de Lara
Since the start of the compression tests,
the main test function, test_deflate_comp_decomp,
has increased its parameter with each new test added.
In order to make the code cleaner, and more scalable,
these parameters have been divided into two structures,
which are now passed
patch set this patch refactors the
test_deflate_comp_decomp to make it a less congested with parameters
Kovacevic, Marko (2):
test/compress: add out of space test
test/compress: add varied buffer input/outputs
Pablo de Lara (1):
test/compress: refactor main test function
test/test
Tested-by: Marko Kovacevic
Series-acked-by: Marko Kovacevic
Tested-by: Marko Kovacevic
Acked-by: Marko Kovacevic
Acked-by: Marko Kovacevic
>
> Add tested Intel platforms with Intel NICs to the release note.
>
> Signed-off-by: Lijuan Tu
> ---
> doc/guides/rel_notes/release_18_11.rst | 70
> ++
> 1 file changed, 70 insertions(+)
>
Acked-by: Marko Kovacevic
> [dpdk-dev] [PATCH] doc: fix mismatch descriptorion
Spelling mistake in the heading but that's fine it can be changed when applied.
> This patch fixes the mismatch keyword in vhost_crypto sample application
> guide.
>
> Fixes: 709521f4c2cd ("examples/vhost_crypto: support multi-core")
> Cc: sta
Acked-by: Marko Kovacevic
One very small spelling fix
> +PHY link up fails when rebinding i40e NICs to kernel driver
> +---
> +
> +**Description**:
> + Some kernel drivers are not able to handle the link status correctly
> + after DPDK application sets the PHY to
> Patches has to be validated for meson builds. Updating documentation for
> meson build steps in Checking Compilation category.
>
> Signed-off-by: Vipin Varghese
> ---
>
> V3:
> removed extra character - Vipin Varghese
>
> V2:
> updated the meson build options - Bruce Richardson
> ---
> doc/g
> Updated the doc on how packets are marked to identify their timestamp as
> valid and considered for latency measurement.
>
> Suggested-by: Bao-Long Tran
> Signed-off-by: Reshma Pattan
>
> +Timestamp and latency calculation
> +~
> +
> +The Latency stats library m
> > port_id size should be uint16_t,
> > fix where it is defined as uint8_t
> >
> > Fixes: f8244c6399d9 ("ethdev: increase port id range")
> > Cc: zhiyong.y...@intel.com
> >
> > Signed-off-by: Marko Kovacevic
> > ---
> > app/pdump/main.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletion
Acked-by: Marko Kovacevic
Two spelling mistakes and tabs used instead of space I made the changes.
Just send the patch up.
Builds fine and pdf looks good.
Acked-by: Marko Kovacevic
> +
> +Debug & Troubleshoot guide via PMD
> +==
> +
> +DPDK applications can be designed to run as single thr
All appreciations can be shown here Thomas :)
https://mobro.co/13793316
And had help from John :)
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Friday, November 2, 2018 4:44 PM
> To: Kovacevic, Marko
> Cc: dev@dpdk.org; Mcnamara, Jo
Document explains how to run the fips sample app
and instructions users need to parser all the request
files and generate the response files.
Signed-off-by: Marko Kovacevic
Signed-off-by: Fan Zhang
Acked-by: Arek Kusztal
---
doc/guides/rel_notes/release_18_11.rst | 5 +
doc/guides/samp
Added enablement for CCM parser, to allow the
application to parser the ccm request files and to validate all
test types supported.
Signed-off-by: Marko Kovacevic
Signed-off-by: Fan Zhang
Acked-by: Arek Kusztal
---
examples/fips_validation/Makefile | 1 +
examples/fips_validatio
Added enablement for CMAC parser, to allow the
application to parser the cmac request files and to validate all
test types supported.
Signed-off-by: Marko Kovacevic
Signed-off-by: Fan Zhang
Acked-by: Arek Kusztal
---
examples/fips_validation/Makefile | 1 +
examples/fips_valida
Added enablement for AES-CBC parser, to allow the
application to parser the aes request file and to validate all
test types supported.
Signed-off-by: Marko Kovacevic
Signed-off-by: Fan Zhang
Acked-by: Arek Kusztal
---
examples/fips_validation/Makefile | 1 +
examples/fips_valida
Added enablement for TDES parser, to allow the
application to parser the TDES request files and to validate all
test types supported.
Signed-off-by: Marko Kovacevic
Signed-off-by: Fan Zhang
Acked-by: Arek Kusztal
---
examples/fips_validation/Makefile | 1 +
examples/fips_valida
Added FIPS application into the examples to allow
users to use a simple sample app to validate
their systems and be able to get FIPS certification.
Signed-off-by: Marko Kovacevic
Signed-off-by: Fan Zhang
Acked-by: Arek Kusztal
---
MAINTAINERS| 4 +
examples/fi
Added enablement for GCM parser, to allow the
application to parser the GCM request file and to validate all
tests supported.
Signed-off-by: Marko Kovacevic
Signed-off-by: Fan Zhang
Acked-by: Arek Kusztal
---
examples/fips_validation/Makefile | 1 +
examples/fips_validation/fips
Added enablement for HMAC parser, to allow the
application to parser the hmac request files and to validate all
tests supported
Signed-off-by: Marko Kovacevic
Signed-off-by: Fan Zhang
Acked-by: Arek Kusztal
---
examples/fips_validation/Makefile | 1 +
examples/fips_validation/f
system will pass FIPS certification.
Kovacevic, Marko (8):
v7:
- Fixed compilation issue.
v6:
- Added MAINTAINER file into different patch
- Udpated documentation
- Changed app name and file location
- Fixed memory leak in TDES
- Changed patch titles
- Made other changes from comments
v5
> Hi Marko,
>
> I can see a compilation issue in the app.
>
> /home/akhil/netperf/dpdk_up/dpdk-next-
> crypto/examples/fips_validation/fips_validation.c:
> In function 'get_file_line':
> /home/akhil/netperf/dpdk_up/dpdk-next-
> crypto/examples/fips_validation/fips_validation.c:31:25:
> error: com
I'll try and find it and send up a fix.
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Monday, October 29, 2018 3:38 AM
> To: Mcnamara, John ; Kovacevic, Marko
>
> Cc: dev@dpdk.org
> Subject: PDF guides broken
>
> Hi,
Acked-by: Marko Kovacevic
> Update documentation for committed and peak parameters of shaper
> profile
>
> Signed-off-by: Rosen Xu
> ---
> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 9 ++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
Doc patch is ok just the commit heading is a but long
Running git log c
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Kevin Laatz
> Sent: Monday, October 22, 2018 12:00 PM
> To: dev@dpdk.org
> Cc: Van Haaren, Harry ;
> step...@networkplumber.org; gaetan.ri...@6wind.com;
> shreyansh.j...@nxp.com; tho...@monjalon.net;
> mattias.ron
> Trivial pelling errors found by codespell.
>
> Signed-off-by: Stephen Hemminger
> ---
> doc/guides/eventdevs/opdl.rst | 2 +-
> doc/guides/nics/axgbe.rst | 2 +-
> doc/guides/nics/enic.rst | 2 +-
> doc/guides/nics/mvpp2.rst | 2 +-
> doc/guides/nics/virtio.rst| 2 +-
> 5 file
Only one thing I noticed:
Running git log check: 45999
Wrong headline lowercase:
doc: document --iova-mode EAL option
All else seem ok.
Reviewed-by: Marko Kovacevic
Acked-by: Marko Kovacevic
> Update document with flow and qos api support in softnic PMD.
>
> Signed-off-by: Jasvinder Singh
> Signed-off-by: Reshma Pattan
> ---
> doc/guides/nics/softnic.rst | 119
>
> 1 file changed, 119 insertions(+)
id 1)
> +
> +QoS API Support:
> +--
Acked-by: Marko Kovacevic
Acked-by: Marko Kovacevic
> Added initial version of compression performance test description file.
>
> Signed-off-by: De Lara Guarch, Pablo
> Signed-off-by: Tomasz Jozwiak
> ---
> MAINTAINERS| 5 +++
> doc/guides/tools/comp_perf.rst | 73
You forgot the index file. :)
dpdk/doc/guides/tools/comp_p
> > Hi Anatoly,
> >
> > Im getting an error when doing
> >
> > make-doc-guides-html
> >
> > /dpdk/doc/guides/prog_guide/env_abstraction_layer.rst:241: WARNING:
> Unexpected indentation.
> > /dpdk/doc/guides/prog_guide/env_abstraction_layer.rst:242: WARNING:
> Block quote ends without a blank line;
Hi Dave,
Feel like this part is not needed in the patch as you have this already in the
documentation,
People can just copy and paste the examples from the docs, so we don't need to
maintain two things.
Thanks,
Marko K.
> Add a short chapter on usage of external memory in DPDK to the
> Programmer's Guide.
>
> Signed-off-by: Anatoly Burakov
> ---
> .../prog_guide/env_abstraction_layer.rst | 37 +++
> 1 file changed, 37 insertions(+)
> +The expected workflow is as follows:
> +
> +* Get a poi
> Also added meson/ninja build info
>
> Signed-off-by: David Hunt
> ---
> .../sample_app_ug/vm_power_management.rst | 272
> +-
Acked-by: Marko Kovacevic
> Add empty poll mode command line example
>
> Signed-off-by: Liang Ma
> ---
> doc/guides/sample_app_ug/l3_forward_power_man.rst | 29
> +++
> 1 file changed, 29 insertions(+)
>
> +Empty Poll Mode
> +-
> +There is a new Mode which is added recently. E
> > Update the document for empty poll API.
> >
> > Signed-off-by: Liang Ma
> > ---
> > doc/guides/prog_guide/power_man.rst | 90
> > +
> > 1 file changed, 90 insertions(+)
> >
> > diff --git a/doc/guides/prog_guide/power_man.rst
> > b/doc/guides/prog_guide/pow
> Update the document for empty poll API.
>
> Signed-off-by: Liang Ma
> ---
> doc/guides/prog_guide/power_man.rst | 90
> +
> 1 file changed, 90 insertions(+)
>
> diff --git a/doc/guides/prog_guide/power_man.rst
> b/doc/guides/prog_guide/power_man.rst
> index
> NXP DPAA2 platform
>
> Signed-off-by: Hemant Agrawal
> ---
> v3: merge the patches
>
> doc/guides/cryptodevs/dpaa2_sec.rst | 28 +++
> doc/guides/eventdevs/dpaa2.rst | 50 ++-
> doc/guides/nics/dpaa2.rst | 49 ++-
> doc/guides/platform/dp
> Signed-off-by: Hemant Agrawal
> ---
> v3: merge the patches
>
> doc/guides/cryptodevs/dpaa_sec.rst | 25 +-
> doc/guides/eventdevs/dpaa.rst | 48 ++
> doc/guides/nics/dpaa.rst | 59 +-
> doc/guides/platform/dpaa.rst | 100
Ack
> This patch adds all documentation for telemetry.
>
> A description on how to use the Telemetry API with a DPDK application is
> given in this document.
>
> Signed-off-by: Ciara Power
> Signed-off-by: Brian Archbold
> ---
> doc/guides/howto/index.rst | 1 +
> doc/guides/howto/telemetry
> Update the QAT documentation to show that it supports CCM.
>
> Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM")
>
> Signed-off-by: Tomasz Cel
> ---
> doc/guides/cryptodevs/features/qat.ini | 3 +++
> doc/guides/cryptodevs/qat.rst | 1 +
> 2 files changed, 4 insertions(+)
Acked-by
> Signed-off-by: Tomasz Cel
> ---
> doc/guides/cryptodevs/features/qat.ini | 3 +++
> doc/guides/cryptodevs/qat.rst | 1 +
> 2 files changed, 4 insertions(+)
Hi Tomasz,
I think the patch is ok there is just a few things as this is a fix you need
to add a fixes
tag into the commit me
> The full digest size of GCM/GMAC algorithms is 16 bytes.
> However, it is sometimes truncated to a smaller size (such as in IPSec).
> This commit allows a user to generate a digest of any size up to the full
> size.
>
> Signed-off-by: Pablo de Lara
> ---
> drivers/crypto/aesni_gcm/aesni_gcm_p
> When IV size is 12, padding to 16 bytes is required and the LSB must be set to
> 1, according to the spec.
> However, the Multi-buffer library is already doing this, so it is not
> necessary
> to do it in the PMD.
>
> Signed-off-by: Pablo de Lara
> ---
> drivers/crypto/aesni_gcm/aesni_gcm_pmd
> The Multi-buffer library supports full digest sizes for the HMAC algorithms
> (except for MD5), from 0.50 version.
> Also, since 0.50, keys larger than the algorithm block size can be used for
> HMAC algorithms, performing a hash on the key.
>
> Therefore, the AESNI MB PMD now supports any key s
Added extra case to support 8 byte key size
for 3DES CBC. Also changed capabilities to reflect
the change.
Signed-off-by: Marko Kovacevic
---
V2: Fixed implementation (Fiona)
---
drivers/crypto/qat/qat_adf/qat_algs.h| 1 +
drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 15 +
Acked-by: Marko Kovacevic
<...>
> +params or prime modulus data i.e. immutable across data sets. Crypto
> +sessions cache this immutable data in a optimal way for the underlying PMD
> and this allows further acceleration of the offload of Crypto workloads.
> +
> +Like symmetric, the Crypto device framework provides APIs to
Added extra case to support 8 byte key size
for 3DES CBC. Also changed capabilities to reflect
the change.
Signed-off-by: Marko, Kovacevic
---
drivers/crypto/qat/qat_adf/qat_algs.h| 1 +
drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 1 +
drivers/crypto/qat/qat_crypto_capabilitie
Added extra case to support 8 byte key size
for 3DES CBC. Also changed capabilities to reflect
the change.
Signed-off-by: Marko, Kovacevic
---
drivers/crypto/openssl/rte_openssl_pmd.c | 3 +++
drivers/crypto/openssl/rte_openssl_pmd_ops.c | 2 +-
test/test/test_cryptodev_des_test_vectors.h |
From: Marko Kovacevic
Added support for 3DES cipher algorithm which
will support 8, 16 and 24 byte keys, which also has been
added in the v0.50 of the IPSec Multi-buffer lib.
Signed-off-by: Marko Kovacevic
---
doc/guides/cryptodevs/aesni_mb.rst | 1 +
doc/guides/cryptodevs/fea
> > [Hemant] I got following recommendation from the Linux Foundation legal:
> > "For files that are e.g. release scripts and documentation, these are
> > typically understood to consist of contributions that are copyrighted
> > by their contributors. So even if there isn't a notice in the file, it
1 - 100 of 184 matches
Mail list logo