Re: [dpdk-dev] [PATCH] doc: update bnxt guide

2020-05-14 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH v1 1/2] doc/failsafe: improve fail-safe documentation

2020-03-03 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH] fips_validation: fix auth verify

2019-11-18 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH v3 3/3] examples/fips_validation: separate ECB and CBC

2019-10-15 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH v3 2/3] examples/fips_validation: add AES ECB support

2019-10-15 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH v3 1/3] examples/fips_validation: add TDES ECB support

2019-10-15 Thread Kovacevic, Marko
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 +

Re: [dpdk-dev] [PATCH] vhost/crypto: fix inferred misuse of enum

2019-06-17 Thread Kovacevic, Marko
> 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 > ---

Re: [dpdk-dev] [PATCH] examples/fips_validation: fix logically dead code

2019-06-17 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] vhost/crypto: fix logically dead code

2019-06-17 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] examples/vhost_crypto: fix unchecked return value

2019-06-17 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] doc: clarify spaces for alignment note

2019-03-25 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH 3/3] doc/rcu: add lib_rcu documentation

2019-03-25 Thread Kovacevic, Marko
> 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 + >

Re: [dpdk-dev] [PATCH] doc: fix a typo in procinfo guide

2019-03-25 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] doc: note validation commitment required for stables

2019-03-25 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH ] doc: fix two typos in contributing guide

2019-03-15 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v2 6/6] doc: add documention for windows

2019-03-07 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] fips_validation: Add plain SHA support

2019-03-07 Thread Kovacevic, Marko
> 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 |

Re: [dpdk-dev] [PATCH] test/compress: fix size of test buffer

2019-01-24 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] examples/fips_validation: fix physical address

2019-01-22 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] test/compress: fix size of test buffer

2019-01-22 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v2] doc: remove file listings

2019-01-18 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH v4 2/2] doc: add guide for debug and troubleshoot

2019-01-18 Thread Kovacevic, Marko
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 |

Re: [dpdk-dev] [PATCH] doc: add tested Intel platforms with Intel NICs

2019-01-18 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] doc: remove file listings

2019-01-18 Thread Kovacevic, Marko
> > 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

Re: [dpdk-dev] [PATCH] doc: remove file listings

2019-01-17 Thread Kovacevic, Marko
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.

Re: [dpdk-dev] [PATCH] doc: remove file listings

2019-01-17 Thread Kovacevic, Marko
> > 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

Re: [dpdk-dev] [PATCH v6] doc: add GRO limitations in prog_guide

2019-01-17 Thread Kovacevic, Marko
> +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

Re: [dpdk-dev] [PATCH] doc/gsg: update recommended NIC bios settings

2019-01-17 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH 2/2] doc/power: update release note for intel-pstate

2019-01-17 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH 1/2] doc/power: library can now use intel-pstate

2019-01-17 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH] doc/power: fix references in power management

2019-01-17 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

[dpdk-dev] [PATCH v5 2/3] test/compress: add out of space test

2019-01-17 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v5 1/3] test/compress: refactor main test function

2019-01-17 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v5 3/3] test/compress: add varied buffer input/outputs

2019-01-17 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v5 0/3] Compression Unit Tests

2019-01-17 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v4 3/3] test/compress: add varied buffer input/outputs

2019-01-11 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v4 1/3] test/compress: refactor main test function

2019-01-11 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v4 2/3] test/compress: add out of space test

2019-01-11 Thread Kovacevic, Marko
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:

[dpdk-dev] [PATCH v4 0/3] Compression Unit Tests

2019-01-11 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v3 3/3] test/compress: add varied buffer input/outputs

2019-01-11 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v3 2/3] test/compress: add out of space test

2019-01-11 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v3 1/3] test/compress: refactor main test function

2019-01-11 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v3 0/3] Compression Unit Tests

2019-01-11 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH 2/3] crypto/qat: fix message for CCM when setting unused counter

2018-12-17 Thread Kovacevic, Marko
Tested-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH 0/3] Fix handling of block size in qat for hash

2018-12-17 Thread Kovacevic, Marko
Series-acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH 1/3] crypto/qat: handle error msg of block size properly

2018-12-17 Thread Kovacevic, Marko
Tested-by: Marko Kovacevic Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH v2] doc: fix a typo in testpmd guide

2018-12-06 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH V3] doc: add tested Intel platforms with Intel NICs

2018-11-20 Thread Kovacevic, Marko
> > 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

Re: [dpdk-dev] [PATCH] doc: fix mismatch descriptorion

2018-11-19 Thread Kovacevic, Marko
> [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

Re: [dpdk-dev] [PATCH v2] doc/power: add info on jansson conditional build

2018-11-16 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH V3] doc: add known PHY link up issue for i40e

2018-11-16 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH v3] doc: add meson build to contributing guide

2018-11-14 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] doc: update timestamp validity for latency measurement

2018-11-14 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] app/pdump: fix port id storage size

2018-11-14 Thread Kovacevic, Marko
> > 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

Re: [dpdk-dev] [PATCH 2/2] doc: add svg for debug and troubleshoot guide

2018-11-08 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH 1/2] doc: add guide for debug and troubleshoot

2018-11-08 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH] doc: fix pdf build

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 8/8] doc: add fips validation application guide

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 7/8] examples/fips_validation: support CCM parsing

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 6/8] examples/fips_validation: support CMAC parsing

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 2/8] examples/fips_validation: support AES parsing

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 4/8] examples/fips_validation: support TDES parsing

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 1/8] examples/fips_validation: add cryptodev fips compliant application

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 5/8] examples/fips_validation: support GCM parsing

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 3/8] examples/fips_validation: support HMAC parsing

2018-11-02 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v7 0/8] FIPS validation capability

2018-11-02 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH v6 0/8] FIPS validation capability

2018-11-02 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] PDF guides broken

2018-10-30 Thread Kovacevic, Marko
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,

Re: [dpdk-dev] [PATCH v12 5/5] doc: update release notes for empty poll library

2018-10-22 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH v2 2/2] [PATCH v2 2/2] doc/guides/testpmd_app_ug: update documentation for added shaper profile parameters

2018-10-22 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v6 11/13] doc: add telemetry documentation

2018-10-22 Thread Kovacevic, Marko
> -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

Re: [dpdk-dev] [PATCH] doc: spelling fixes

2018-10-22 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v3 3/3] doc: document --iova-mode EAL option

2018-10-18 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH] doc: update release note for crypto port and action

2018-10-18 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH] doc: update softnic doc for flow and qos API support

2018-10-18 Thread Kovacevic, Marko
> 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: > +--

Re: [dpdk-dev] [PATCH] doc: update i40e guide for PPPoE package release

2018-10-18 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH] doc: update release notes for softnic PMD

2018-10-18 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH 3/3] doc/guides/tools: add doc file

2018-10-16 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v5 21/21] doc: add external memory feature to programmer's guide

2018-09-26 Thread Kovacevic, Marko
> > 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;

Re: [dpdk-dev] [PATCH v4 11/11] examples/power: add json example files

2018-09-26 Thread Kovacevic, Marko
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.

Re: [dpdk-dev] [PATCH v5 21/21] doc: add external memory feature to programmer's guide

2018-09-26 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v4 10/11] doc/vm_power_manager: add JSON interface API info

2018-09-26 Thread Kovacevic, Marko
> Also added meson/ninja build info > > Signed-off-by: David Hunt > --- > .../sample_app_ug/vm_power_management.rst | 272 > +- Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH v8 4/4] doc/guides/sample_app_ug/l3_forward_power_man.rst: empty poll update

2018-09-25 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v8 3/4] doc/guides/proguide/power-man: update the power API

2018-09-25 Thread Kovacevic, Marko
> > 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

Re: [dpdk-dev] [PATCH v8 3/4] doc/guides/proguide/power-man: update the power API

2018-09-25 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v3 2/2] doc: create a platorm specific page for NXP DPAA2 platform

2018-09-25 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v3 1/2] doc: create a platorm specific page for NXP DPAA platform

2018-09-25 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH 09/11] doc: add telemetry documentation

2018-09-25 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH v2] doc/crypto: fix missing CCM to QAT feature list

2018-09-19 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] doc/fix: add CCM to the QAT feature list

2018-09-13 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] crypto/aesni_gcm: support all truncated digest sizes

2018-08-24 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH] crypto/aesni_gcm: remove unneeded J0 calculation

2018-08-24 Thread Kovacevic, Marko
> 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

Re: [dpdk-dev] [PATCH 0/5] AESNI MB PMD changes

2018-08-20 Thread Kovacevic, Marko
> 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

[dpdk-dev] [PATCH v2] crypto/qat: add support for 8 byte 3DES

2018-07-04 Thread Kovacevic, Marko
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 +

Re: [dpdk-dev] [PATCH v1 6/7] doc: add octeontx zip PMD documentation

2018-06-14 Thread Kovacevic, Marko
Acked-by: Marko Kovacevic

Re: [dpdk-dev] [PATCH v3 6/6] doc: add asym crypto in cryptodev programmer guide

2018-06-14 Thread Kovacevic, Marko
<...> > +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

[dpdk-dev] [PATCH v1] crypto/qat: add support for 8 byte 3DES

2018-06-12 Thread Kovacevic, Marko
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

[dpdk-dev] [PATCH v1] crypto/openssl: add support for 8 byte 3DES

2018-06-12 Thread Kovacevic, Marko
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 |

[dpdk-dev] [PATCH v1] crypto/aesni_mb: support 3DES

2018-06-08 Thread Kovacevic, Marko
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

Re: [dpdk-dev] [PATCH v1] doc: add SPDX Licence to doc files

2018-05-30 Thread Kovacevic, Marko
> > [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   2   >