[dpdk-dev] [PATCH v1] lib/ipsec: add support for header construction

2019-05-17 Thread Marko Kovacevic
Add support for RFC 4301(5.1.2) to update of Type of service field and Traffic class field bits inside ipv4/ipv6 packets for outbound cases and inbound cases which deals with the update of the DSCP/ENC bits inside each of the fields. Signed-off-by: Marko Kovacevic --- examples/ipsec-secgw/sa.c

[dpdk-dev] [PATCH v2 2/3] examples/fips_validation: fix cmac test failure

2019-04-15 Thread Marko Kovacevic
pdk.org Signed-off-by: Marko Kovacevic --- examples/fips_validation/main.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/fips_validation/main.c b/examples/fips_validation/main.c index 5e3d5baa8..aef45055e 100644 --- a/examples/fips_validation/main.c

[dpdk-dev] [PATCH v2 3/3] cryptodev: fix uninitialized session clear

2019-04-15 Thread Marko Kovacevic
added check to see if a session for a device has been initialised if it has return 0. Fixes: 5d6c73dd5938 ("cryptodev: add reference count to session private data") Cc: roy.fan.zh...@intel.com Cc: sta...@dpdk.org Signed-off-by: Marko Kovacevic --- lib/librte_cryptodev/rte_cryptodev.c

[dpdk-dev] [PATCH v2 1/3] examples/fips: fix hmac test failure

2019-04-15 Thread Marko Kovacevic
") Cc: damianx.no...@intel.com Signed-off-by: Marko Kovacevic --- v2: Fixed checkpatch warning --- examples/fips_validation/fips_validation.c | 80 +- 1 file changed, 45 insertions(+), 35 deletions(-) diff --git a/examples/fips_validation/fips_validation.c

[dpdk-dev] [PATCH v1 2/3] examples/fips_validation: fix cmac test failure

2019-04-11 Thread Marko Kovacevic
pdk.org Signed-off-by: Marko Kovacevic --- examples/fips_validation/main.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/fips_validation/main.c b/examples/fips_validation/main.c index 5e3d5baa8..aef45055e 100644 --- a/examples/fips_validation/main.c

[dpdk-dev] [PATCH v1 3/3] cryptodev: fix uninitialized session clear

2019-04-11 Thread Marko Kovacevic
added check to see if a session for a device has been initialised if it has return 0. Fixes: 5d6c73dd5938 ("cryptodev: add reference count to session private data") Cc: roy.fan.zh...@intel.com Cc: sta...@dpdk.org Signed-off-by: Marko Kovacevic --- lib/librte_cryptodev/rte_cryptodev.c

[dpdk-dev] [PATCH v1 1/3] examples/fips: fix hmac test failure

2019-04-11 Thread Marko Kovacevic
") Cc: damianx.no...@intel.com Signed-off-by: Marko Kovacevic --- examples/fips_validation/fips_validation.c | 80 +- 1 file changed, 45 insertions(+), 35 deletions(-) diff --git a/examples/fips_validation/fips_validation.c b/examples/fips_validation/fips_validati

[dpdk-dev] [PATCH] qat/compress: fix qat comp setup inter_buffers

2019-01-24 Thread Marko Kovacevic
This patch fixes qat comp setup inter_buffers memory allocation size to a broader size then just 2MB Fixes: a124830a6f00 ("compress/qat: enable dynamic huffman encoding") Cc: fiona.tr...@intel.com Signed-off-by: Marko Kovacevic --- drivers/compress/qat/qat_comp_pmd.c | 2 +- 1 file

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

2019-01-24 Thread Marko Kovacevic
ned-off-by: Marko Kovacevic --- test/test/test_compressdev.c | 25 ++--- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/test/test/test_compressdev.c b/test/test/test_compressdev.c index e8476ed..4db65c4 100644 --- a/test/test/test_compressdev.c +++ b

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

2019-01-22 Thread Marko Kovacevic
ned-off-by: Marko Kovacevic --- test/test/test_compressdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test/test_compressdev.c b/test/test/test_compressdev.c index e8476ed..99cc390 100644 --- a/test/test/test_compressdev.c +++ b/test/test/test_compressdev.c @@ -

[dpdk-dev] [PATCH v2 2/2] test/compress: add varied buffer input/outputs

2018-12-20 Thread Marko Kovacevic
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: Marko Kovacevic Acked-by: Lee Daly --- test/test/test_compressdev.c | 173

[dpdk-dev] [PATCH v2 1/2] test/compress: add out of space test

2018-12-20 Thread Marko Kovacevic
From: "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: Marko Kovacevic Acked-by: Lee Daly

[dpdk-dev] [PATCH v1 2/2] test/compress: add varied buffer input/outputs

2018-12-14 Thread Marko Kovacevic
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: Marko Kovacevic --- test/test/test_compressdev.c | 185

[dpdk-dev] [PATCH v1 1/2] test/compress: add out of space test

2018-12-14 Thread Marko Kovacevic
From: "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: Marko Kovacevic --- test/test/tes

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

2018-11-14 Thread Marko Kovacevic
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 Cc: sta...@dpdk.org Signed-off-by: Marko Kovacevic -- v2: Added cc to stable v3: Changed two more values to uint16_t (Reshma) ---

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

2018-11-13 Thread Marko Kovacevic
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 Cc: sta...@dpdk.org Signed-off-by: Marko Kovacevic -- v2: Added cc to stable --- app/pdump/main.c | 6 +++--- 1 file changed, 3

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

2018-11-13 Thread Marko Kovacevic
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 deletions(-) diff --git a/app/pdum

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

2018-11-13 Thread Marko Kovacevic
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 deletions(-) diff --git a/app/pdum

[dpdk-dev] [PATCH] examples/fips_validation: fix uninitialized pointer read

2018-11-07 Thread Marko Kovacevic
Fixing a bug raised in coverity using uninitialized value. Coverity issue: 325881 Fixes: 527cbf3d5ee3 ("examples/fips_validation: support TDES parsing") Cc: marko.kovace...@intel.com Signed-off-by: Marko Kovacevic --- examples/fips_validation/fips_validation_tdes.c | 2 +- 1 file

[dpdk-dev] [PATCH] examples/fips_validation: fix coverity bug

2018-11-07 Thread Marko Kovacevic
Fixing a bug raised in coverity using uninitialized value. Coverity issue: 325881 Fixes: 527cbf3d5ee3 ("examples/fips_validation: support TDES parsing") Cc: marko.kovace...@intel.com Signed-off-by: Marko Kovacevic --- examples/fips_validation/fips_validation_tdes.c | 2 +- 1 file

[dpdk-dev] [PATCH] examples/fips_validation: fix compilation issue

2018-11-06 Thread Marko Kovacevic
Fixed compilation issue with variable which may be used uninitialized Fixes: 527cbf3d5ee3 ("examples/fips_validation: support TDES parsing") Cc: marko.kovace...@intel.com Signed-off-by: Marko Kovacevic --- examples/fips_validation/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3

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

2018-11-02 Thread Marko Kovacevic
PDF build was failing in the howto guides found the weird character causing the issue Fixes: 6e9270eab112 ("doc: add telemetry how-to") Cc: ciara.po...@intel.com Signed-off-by: Marko Kovacevic --- doc/guides/howto/telemetry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2018-10-26 Thread Marko Kovacevic
From: "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

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

2018-10-26 Thread Marko Kovacevic
From: "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_validatio

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

2018-10-26 Thread Marko Kovacevic
From: "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_validatio

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

2018-10-26 Thread Marko Kovacevic
From: "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_validatio

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

2018-10-26 Thread Marko Kovacevic
From: "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 --- M

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

2018-10-26 Thread Marko Kovacevic
From: "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

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

2018-10-26 Thread Marko Kovacevic
From: "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

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

2018-10-26 Thread Marko Kovacevic
From: "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_validatio

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

2018-10-26 Thread Marko Kovacevic
y can then verify and be sure their system will pass FIPS certification. Marko Kovacevic (8): 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 c

Re: [dpdk-dev] [PATCH v5 1/8] examples/cryptodev_fips_validate: add fips validation into examples

2018-10-24 Thread Marko Kovacevic
On 24/10/2018 15:36, Akhil Goyal wrote: On 10/24/2018 7:47 PM, Marko Kovacevic wrote: On 24/10/2018 13:13, Akhil Goyal wrote: On 10/17/2018 6:19 PM, Marko Kovacevic wrote: snip [..] +int +fips_test_parse_one_case(void) +{ +    uint32_t i, j = 0; +    uint32_t is_interim = 0; +    int ret

Re: [dpdk-dev] [PATCH v5 2/8] examples/cryptodev_fips_validate: add aes parser and enablement for test types

2018-10-24 Thread Marko Kovacevic
On 24/10/2018 13:37, Akhil Goyal wrote: On 10/17/2018 6:19 PM, Marko Kovacevic wrote: diff --git a/examples/cryptodev_fips_validate/cryptodev_fips_validate.h b/examples/cryptodev_fips_validate/cryptodev_fips_validate.h index beb6bed..5ac858d 100644 --- a/examples/cryptodev_fips_validate

Re: [dpdk-dev] [PATCH v5 1/8] examples/cryptodev_fips_validate: add fips validation into examples

2018-10-24 Thread Marko Kovacevic
On 24/10/2018 13:13, Akhil Goyal wrote: On 10/17/2018 6:19 PM, Marko Kovacevic wrote: 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

Re: [dpdk-dev] [PATCH v5 4/8] examples/cryptodev_fips_validate: add TDES parser and enablement for test types

2018-10-24 Thread Marko Kovacevic
On 24/10/2018 13:31, Akhil Goyal wrote: better to be uniform with the name TDES or 3DES sure will make it uniform On 10/17/2018 6:19 PM, Marko Kovacevic wrote: Added enablement for TDES parser, to allow the application to parser the TDES request files and to validate all test types

[dpdk-dev] [PATCH v5 8/8] doc/guides/sample_app_ug: add guides for fips validation

2018-10-17 Thread Marko Kovacevic
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 --- MAINTAINERS | 4 + doc/guides

[dpdk-dev] [PATCH v5 7/8] examples/cryptodev_fips_validate: add ccm parser and enablement for test types

2018-10-17 Thread Marko Kovacevic
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/cryptodev_fips_validate/Makefile | 1

[dpdk-dev] [PATCH v5 3/8] examples/cryptodev_fips_validate: add hmac parser

2018-10-17 Thread Marko Kovacevic
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/cryptodev_fips_validate/Makefile | 1

[dpdk-dev] [PATCH v5 5/8] examples/cryptodev_fips_validate: add gcm parser

2018-10-17 Thread Marko Kovacevic
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/cryptodev_fips_validate/Makefile | 1

[dpdk-dev] [PATCH v5 4/8] examples/cryptodev_fips_validate: add TDES parser and enablement for test types

2018-10-17 Thread Marko Kovacevic
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/cryptodev_fips_validate/Makefile | 1

[dpdk-dev] [PATCH v5 6/8] examples/cryptodev_fips_validate: add cmac parser and enablement for test types

2018-10-17 Thread Marko Kovacevic
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/cryptodev_fips_validate/Makefile | 1

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

2018-10-17 Thread Marko Kovacevic
system will pass FIPS certification. Marko Kovacevic (8): v5: - Changed patch titles - Added MAINTAINERS File - Removed bus_pci Dependency - Updated documentation - Changed app name v4: - Added Limitation - Changed TDES BLOCK SIZE from 16 -> 8 as DES block size is 64bits (main.c)

[dpdk-dev] [PATCH v5 2/8] examples/cryptodev_fips_validate: add aes parser and enablement for test types

2018-10-17 Thread Marko Kovacevic
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/cryptodev_fips_validate/Makefile | 1

[dpdk-dev] [PATCH v5 1/8] examples/cryptodev_fips_validate: add fips validation into examples

2018-10-17 Thread Marko Kovacevic
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 --- examples/cryptodev_fips_validate/Makefile | 69

[dpdk-dev] [PATCH v4 8/8] doc: add guides for fips validation

2018-10-12 Thread Marko Kovacevic
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 --- doc/guides/rel_notes/release_18_11.rst | 6 ++ doc/guides/sample_app_ug

[dpdk-dev] [PATCH v4 7/8] examples: add ccm parser and enablement for test types

2018-10-12 Thread Marko Kovacevic
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 --- examples/cryptodev_fips_validate/Makefile | 1 + .../cryptodev_fips_parse_ccm.c

[dpdk-dev] [PATCH v4 6/8] examples: add cmac parser and enablement for test types

2018-10-12 Thread Marko Kovacevic
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 --- examples/cryptodev_fips_validate/Makefile | 1 + .../cryptodev_fips_parse_cmac.c

[dpdk-dev] [PATCH v4 3/8] examples: add hmac parser

2018-10-12 Thread Marko Kovacevic
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 --- examples/cryptodev_fips_validate/Makefile | 1 + .../cryptodev_fips_parse_hmac.c

[dpdk-dev] [PATCH v4 5/8] examples: add gcm parser

2018-10-12 Thread Marko Kovacevic
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 --- examples/cryptodev_fips_validate/Makefile | 1 + .../cryptodev_fips_parse_gcm.c

[dpdk-dev] [PATCH v4 4/8] examples: add TDES parser and enablement for test types

2018-10-12 Thread Marko Kovacevic
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 --- examples/cryptodev_fips_validate/Makefile | 1 + .../cryptodev_fips_parse_3des.c

[dpdk-dev] [PATCH v4 1/8] examples: add fips validation into examples

2018-10-12 Thread Marko Kovacevic
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 --- examples/cryptodev_fips_validate/Makefile | 69

[dpdk-dev] [PATCH v4 2/8] examples: add aes parser and enablement for test types

2018-10-12 Thread Marko Kovacevic
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 --- examples/cryptodev_fips_validate/Makefile | 1 + .../cryptodev_fips_parse_aes.c

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

2018-10-12 Thread Marko Kovacevic
system will pass FIPS certification. Marko Kovacevic (8): v4: - Added Limitation - Changed TDES BLOCK SIZE from 16 -> 8 as DES block size is 64bits (main.c) v3: - Fixed a no-testing bug - Fixed some code style issue v2: - Refactor the code. - Move the code from test to sample applcation examp

[dpdk-dev] [PATCH v6] app/testpmd: add new command for show port info

2018-09-25 Thread Marko Kovacevic
From: Emma Finn existing testpmd command "show port info" is too verbose. Added a new summary command to print brief information on ports. console output: testpmd> show port summary all Number of available ports: 2 Port MAC Address Name Driver Status Link

[dpdk-dev] [PATCH] doc: add note into coding style

2018-09-17 Thread Marko Kovacevic
Added a note into the coding style to highlight the use of a bool within a struct Signed-off-by: Marko Kovacevic --- doc/guides/contributing/coding_style.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing

[dpdk-dev] [PATCH v1 2/2] test/test: cryptodev application parser for FIPS certification

2018-09-07 Thread Marko Kovacevic
Added parser to parser required request file which has different algos required by the fips certification and to generate the response file needed. Signed-off-by: Marko Kovacevic --- test/test/Makefile | 3 + test/test/test_cryptodev_fips_parse.h| 156

[dpdk-dev] [PATCH v1 1/2] test/test: cryptodev application for FIPS certification

2018-09-07 Thread Marko Kovacevic
Adding initial set up for the FIPS ceritifcation into DPDK, more algos will be added in other versions of the code. Also documentation will be added with steps on how to run. Signed-off-by: Marko Kovacevic --- test/test/Makefile | 1 + test/test/test_cryptodev_fips.c | 771

[dpdk-dev] [PATCH v1 0/2] FIPS validation capability

2018-09-07 Thread Marko Kovacevic
Adding capability into DPDK to allow certification for FIPS validation, I have just added one test for one algo will be adding other algos into other versions of the patch and i will be refactoring the code and cleaning the parser once i start adding the different algos. Marko Kovacevic (2

[dpdk-dev] [PATCH v1] doc: fix sample application formatting

2018-08-16 Thread Marko Kovacevic
Fixed formatting an extra header was added making it an extra section when it was not intended. Fixes: d0dff9ba445e ("doc: sample application user guide") Cc: bernard.iremon...@intel.com Signed-off-by: Marko Kovacevic --- doc/guides/sample_app_ug/ip_reassembly.rst | 4 ++-- 1 file

[dpdk-dev] [PATCH v2] doc: add guides for patch fix issues

2018-05-29 Thread Marko Kovacevic
Added contribution guideline for adding tags when sending patches that have been raised on Bugzilla Signed-off-by: Marko Kovacevic Acked-by: Ferruh Yigit --- V2: removed accidental indents (Thomas) --- doc/guides/contributing/patches.rst | 21 +++-- 1 file changed, 19

[dpdk-dev] [PATCH v1] doc: add guides for patch fix issues

2018-05-28 Thread Marko Kovacevic
Added contribution guideline for adding tags when sending patches that have been raised on Bugzilla Signed-off-by: Marko Kovacevic --- doc/guides/contributing/patches.rst | 48 ++--- 1 file changed, 34 insertions(+), 14 deletions(-) diff --git a/doc/guides

[dpdk-dev] [PATCH] doc: fix build issue with pdf doc

2018-04-25 Thread Marko Kovacevic
A .svg extension was added instead of .* which caused the pdf docs to not build this change fixes that. Fixes: a5e1231f099b ("net/szedata2: do not affect Ethernet interfaces") Cc: v...@cesnet.cz Signed-off-by: Marko Kovacevic --- doc/guides/nics/szedata2.rst | 2 +- 1 file changed, 1

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

2018-04-09 Thread Marko Kovacevic
Added SPDX headers to doc files to have them aligned with the other doc files. Signed-off-by: Marko Kovacevic --- doc/guides/contributing/cheatsheet.rst | 3 +++ doc/guides/contributing/coding_style.rst | 3 +++ doc/guides/contributing/design.rst | 3 +++ doc

[dpdk-dev] [PATCH v1] doc: update dpdk proc info limitations

2018-02-07 Thread Marko Kovacevic
Updated the limitations for dpdk-procinfo to inform user of the proper use. To avoid failures and build issues Signed-off-by: Marko Kovacevic --- doc/guides/tools/proc_info.rst | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/guides/tools

[dpdk-dev] [PATCH v2] mk: fix external build failure

2018-02-05 Thread Marko Kovacevic
Code commit for 'make -f' support, breaks the build in cases where entries in $(MAKEFILE_LIST) are absolute paths. This commit uses notdir and firstword to ensure that only the local filename is used. Fixes: 3a5c339d51a4 ("mk: support renamed Makefile in external project")

[dpdk-dev] [PATCH v1] mk: fix external build failure

2018-02-05 Thread Marko Kovacevic
Updated the make build to fix external build issues Fixes: 3a5c339d51a4 ("mk: support renamed Makefile in external project") Cc: sta...@dpdk.org Signed-off-by: Marko Kovacevic --- mk/internal/rte.extvars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m

[dpdk-dev] [PATCH v2] mk: support renamed Makefile in external project

2018-02-05 Thread Marko Kovacevic
FILES_LIST make variable fixes this. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Marko Kovacevic Acked-by: Vipin Varghese --- V2 - Changed the call of the make file a litte due to an issue reported by Olivier. --- mk/internal/rte.extvars.mk |

[dpdk-dev] [PATCH v3] doc: update definition of lcore id and lcore index

2018-02-02 Thread Marko Kovacevic
Added examples in lcore index for better explanation on various examples, Sited examples for lcore id. Signed-off-by: Marko Kovacevic --- V3: - Rephrased examples for lcore index and id - Bruce V2: - Added clearer description to lcore id - Bruce - Reframed examples for lcore index - Bruce

[dpdk-dev] [PATCH v3] eal: add error check for core options

2018-02-02 Thread Marko Kovacevic
Error information on current core usage list, mask or map were incomplete. Added states to differentiate core usage and to inform user. Signed-off-by: Marko Kovacevic Reviewed-by: Anatoly Burakov --- V3: - Changed to reflect the coding guidelines - Bruce - update the documentation for

[dpdk-dev] [PATCH v2] eal: add error check for core options

2018-02-01 Thread Marko Kovacevic
Error information on the current core usage list,mask and map were incomplete. Added states to differentiate core usage and to inform user. Signed-off-by: Marko Kovacevic --- V2: - Cleaned up the logging for error cases - Anatoly --- doc/guides/testpmd_app_ug/run_app.rst | 4 lib

[dpdk-dev] [PATCH v2] doc: update definition of lcore id and lcore index

2018-02-01 Thread Marko Kovacevic
Added examples in lcore index for better explanation on various examples, Sited examples for lcore id. Signed-off-by: Marko Kovacevic --- V2: - Added clearer description to lcore id - Bruce - Reframed examples for lcore index - Bruce --- lib/librte_eal/common/include/rte_lcore.h | 14

[dpdk-dev] [PATCH v2] doc: update definition of lcore id and lcore index

2018-02-01 Thread Marko Kovacevic
Added examples in lcore index for better explanation on various examples, Sited examples for lcore id. Signed-off-by: Marko Kovacevic --- V2: - Added clearer description to lcore id - Bruce - Reframed examples for lcore index - Bruce --- lib/librte_eal/common/include/rte_lcore.h | 14

[dpdk-dev] [PATCH v1] eal: add error check for core options

2018-02-01 Thread Marko Kovacevic
Error information on the current core usage list,mask and map were incomplete. Added states to differentiate core usage and to inform user. Signed-off-by: Marko Kovacevic --- doc/guides/testpmd_app_ug/run_app.rst | 4 lib/librte_eal/common/eal_common_options.c | 33

[dpdk-dev] [PATCH v1] doc: update definition of lcore id and lcore index

2018-01-31 Thread Marko Kovacevic
Added examples in lcore index for better explanation on various examples, Sited examples for lcore id. Signed-off-by: Marko Kovacevic --- lib/librte_eal/common/include/rte_lcore.h | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/common

[dpdk-dev] [PATCH v1] doc: add note in proc info for stats retrieval

2018-01-24 Thread Marko Kovacevic
Note added to outline that using proc_info for virtual devices is not supported Signed-off-by: Marko Kovacevic --- doc/guides/tools/proc_info.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/tools/proc_info.rst index fd17e27..191ab20 100644

[dpdk-dev] [PATCH v2] doc: fix bbdev test guide build

2018-01-24 Thread Marko Kovacevic
ned-off-by: Marko Kovacevic --- V2: Added more information into commit message about the issue doc/guides/tools/testbbdev.rst | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst index c7aac4

[dpdk-dev] [PATCH v1] doc: fix bbdev test guide build

2018-01-24 Thread Marko Kovacevic
Some indentations in the bbdev test application were causing build failures. Which are solved by this commit. Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") Cc: amr.mokh...@intel.com Signed-off-by: Marko Kovacevic --- doc/guides/tools/testbbde

[dpdk-dev] [PATCH v1] doc: remove TUN from TAP PMD guide

2018-01-23 Thread Marko Kovacevic
From: Vipin Varghese TUN PMD is not supported, removing the refrences from Network Interface Controller Driver Tun/Tap Poll Mode Driver section Signed-off-by: Vipin Varghese --- doc/guides/nics/tap.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/nics/

[dpdk-dev] [PATCH v1] mk: support building with renamed makefile

2018-01-22 Thread Marko Kovacevic
FILES_LIST make variable fixes this. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Marko Kovacevic --- mk/internal/rte.extvars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/internal/rte.extvars.mk b/mk/internal/rte.extvars.m

[dpdk-dev] [PATCH v3 2/2] doc: add guidelines for stable tags

2018-01-16 Thread Marko Kovacevic
Added contribution guideline for adding stable tags when sending patches all fix patches to the master branch that are candidates for backporting Signed-off-by: Marko Kovacevic Acked-by: Hemant Agrawal --- doc/guides/contributing/patches.rst | 17 + 1 file changed, 17

[dpdk-dev] [PATCH v3 1/2] doc: add guidelines for coverity tags

2018-01-16 Thread Marko Kovacevic
Added contribution guideline for adding tags when sending patches that have been raised by coverity Signed-off-by: Marko Kovacevic Acked-by: Hemant Agrawal --- doc/guides/contributing/patches.rst | 21 + 1 file changed, 21 insertions(+) diff --git a/doc

[dpdk-dev] [PATCH v3 1/2] doc: add guidelines for coverity tags

2018-01-16 Thread Marko Kovacevic
Added contribution guideline for adding tags when sending patches that have been raised by coverity Signed-off-by: Marko Kovacevic Acked-by: Hemant Agrawal --- doc/guides/contributing/patches.rst | 21 + 1 file changed, 21 insertions(+) diff --git a/doc

[dpdk-dev] [PATCH v3 1/2] doc: add guidelines for coverity tags

2018-01-16 Thread Marko Kovacevic
Added contribution guideline for adding tags when sending patches that have been raised by coverity Signed-off-by: Marko Kovacevic Acked-by: Hemant Agrawal --- doc/guides/contributing/patches.rst | 21 + 1 file changed, 21 insertions(+) diff --git a/doc

[dpdk-dev] [PATCH v2 2/2] doc: add guidelines for stable tags

2018-01-10 Thread Marko Kovacevic
Added contribution guideline for adding stable tags when sending patches all fix patches to the master branch that are candidates for backporting Signed-off-by: Marko Kovacevic --- doc/guides/contributing/patches.rst | 17 + 1 file changed, 17 insertions(+) diff --git

[dpdk-dev] [PATCH v2 1/2] doc: add guidelines for coverity tags

2018-01-10 Thread Marko Kovacevic
Added contribution guideline for adding tags when sending patches that have been raised by coverity Signed-off-by: Marko Kovacevic --- doc/guides/contributing/patches.rst | 20 1 file changed, 20 insertions(+) diff --git a/doc/guides/contributing/patches.rst

[dpdk-dev] [PATCH v1 2/2] doc: add guidelines for stable tags

2018-01-09 Thread Marko Kovacevic
Added contribution guideline for adding stable tags when sending patches all fix patches to the master branch that are candidates for backporting Signed-off-by: Marko Kovacevic --- doc/guides/contributing/patches.rst | 15 +++ 1 file changed, 15 insertions(+) diff --git a

[dpdk-dev] [PATCH v1 1/2] doc: add guidelines for coverity tags

2018-01-09 Thread Marko Kovacevic
Added contribution guideline for adding tags when sending patches that have been raised by coverity Signed-off-by: Marko Kovacevic --- doc/guides/contributing/patches.rst | 20 1 file changed, 20 insertions(+) diff --git a/doc/guides/contributing/patches.rst

[dpdk-dev] [PATCH v3 4/4] power: clean up of kvm files

2017-12-12 Thread Marko Kovacevic
rename private header file rte_power_kvm_vm.c to power_kvm_vm.c. This prevents the private functions from leaking into the documentation. Change any private functions from rte_ to just . Reserve the rte_ for public functions Signed-off-by: Marko Kovacevic Acked-By: David Hunt --- lib

[dpdk-dev] [PATCH v3 3/4] power: clean up of acpi files

2017-12-12 Thread Marko Kovacevic
Rename private header file rte_power_acpi_cpufreq.c to power_acpi_cpufreq.c.This prevents the private functions from leaking into the documentation. Change any private functions from rte_ to just .Reserve the rte_ for public functions. Signed-off-by: Marko Kovacevic Acked-By: David Hunt

[dpdk-dev] [PATCH v3 2/4] power: clean up of power common header

2017-12-12 Thread Marko Kovacevic
Rename private header file rte_power_common.h to power_common.h to prevent private functions from leaking into the documentation. Signed-off-by: Marko Kovacevic Acked-By: David Hunt --- lib/librte_power/{rte_power_common.h => power_common.h} | 6 +++--- lib/librte_power/rte_powe

[dpdk-dev] [PATCH v3 1/4] power: changed unsigned to unsigned int

2017-12-12 Thread Marko Kovacevic
caught by checkpatch in the future Signed-off-by: Marko Kovacevic Acked-By: David Hunt --- lib/librte_power/guest_channel.c | 6 +++--- lib/librte_power/guest_channel.h | 6 +++--- lib/librte_power/rte_power.c | 4 ++-- lib/librte_power/rte_power.h

Re: [dpdk-dev] [PATCH 2/6] doc: add mbuf reorg to PMD todo list

2017-12-11 Thread Marko Kovacevic
On 21/11/2017 01:42, Ferruh Yigit wrote: To track modification: 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool") Proposed deadline for PMDs is v18.02 Signed-off-by: Ferruh Yigit Acked-by:Marko Kovacevic

Re: [dpdk-dev] [PATCH 3/3] doc: add description of traffic metering and policing funcs in testpmd

2017-12-11 Thread Marko Kovacevic
On 20/11/2017 16:39, Jasvinder Singh wrote: Signed-off-by: Jasvinder Singh     Acked-by: Marko Kovacevic

[dpdk-dev] [PATCH] maintainers: claim co maintainership of docs

2017-12-05 Thread Marko Kovacevic
Signed-off-by: Marko Kovacevic --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index f0baeb4..3ed7eb8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -36,6 +36,7 @@ M: maintain...@dpdk.org Documentation (with overlaps) M: John McNamara +M: Marko

Re: [dpdk-dev] [PATCH v2 2/4] power: clean up of acpi files

2017-11-29 Thread Marko Kovacevic
led. On 28/11/2017 14:17, Bruce Richardson wrote: On Tue, Nov 28, 2017 at 01:22:01PM +, Marko Kovacevic wrote: Signed-off-by: Marko Kovacevic --- Please include a description of the work involved in the "cleanup". Makes life easier for reviewers to know what to expect and chec

Re: [dpdk-dev] [PATCH v2 1/4] power: changed unsigned to unsigned int

2017-11-29 Thread Marko Kovacevic
, Nov 28, 2017 at 01:22:00PM +, Marko Kovacevic wrote: >> Signed-off-by: Marko Kovacevic --- > While I know that checkpatch complains about unsigned vs unsigned > int, is there some other reason for making this change wholesale in > the code? > > /Bruce

[dpdk-dev] [PATCH v2 4/4] power: clean up of power common header

2017-11-28 Thread Marko Kovacevic
Signed-off-by: Marko Kovacevic --- lib/librte_power/power_acpi_cpufreq.c | 2 +- lib/librte_power/{rte_power_common.h => power_common.h} | 6 +++--- lib/librte_power/rte_power.c| 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename

[dpdk-dev] [PATCH v2 2/4] power: clean up of acpi files

2017-11-28 Thread Marko Kovacevic
Signed-off-by: Marko Kovacevic --- lib/librte_power/Makefile | 2 +- ...e_power_acpi_cpufreq.c => power_acpi_cpufreq.c} | 32 +++--- ...e_power_acpi_cpufreq.h => power_acpi_cpufreq.h} | 28 +-- lib/librte_power/rte_p

[dpdk-dev] [PATCH v2 3/4] power: clean up of kvm files

2017-11-28 Thread Marko Kovacevic
Signed-off-by: Marko Kovacevic --- lib/librte_power/Makefile | 2 +- .../{rte_power_kvm_vm.c => power_kvm_vm.c} | 28 +++--- .../{rte_power_kvm_vm.h => power_kvm_vm.h} | 28 +++--- lib/librte_power/rte_p

[dpdk-dev] [PATCH v2 1/4] power: changed unsigned to unsigned int

2017-11-28 Thread Marko Kovacevic
Signed-off-by: Marko Kovacevic --- lib/librte_power/guest_channel.c | 6 +++--- lib/librte_power/guest_channel.h | 6 +++--- lib/librte_power/rte_power.c | 4 ++-- lib/librte_power/rte_power.h | 12 ++-- lib/librte_power

  1   2   >