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
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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(-)
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
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
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
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
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
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
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)
---
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
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
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
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
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
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
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
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
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
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
@@ -
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
de")
Fixes: 0d8d3df6b81b ("doc: add Rx and Tx callbacks sample app user guide")
Fixes: eb21185d6f21 ("doc: add flow distributor example guide")
Fixes: 1443da3bbd71 ("doc: add basic forwarding skeleton user guide")
Fixes: 181654b7162e ("doc: add a VXLAN sample gui
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic
---
doc/guides/faq/faq.rst | 2 +-
doc/guides/sample_app_ug/dist_app.rst | 2 +
doc/guides/sample_app_ug/exception_path.rst| 2 +-
doc/guides
: Herakliusz Lipiec
Signed-off-by: Marko Kovacevic
Reviewed-by: John McNamara
---
v5:
All relevant code and comment changes made (John)
doc/guides/sample_app_ug/cmd_line.rst | 21 +---
doc/guides/sample_app_ug/compiling.rst | 123 +
doc/guides
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic
Reviewed-by: John McNamara
---
v5:
All changes to your comments have been dealt with (John)
doc/guides/faq/faq.rst | 2 +-
doc/guides/sample_app_ug/dist_app.rst
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic
Reviewed-by: John McNamara
---
doc/guides/faq/faq.rst | 2 +-
doc/guides/sample_app_ug/dist_app.rst | 2 +
doc/guides/sample_app_ug/exception_path.rst
: Herakliusz Lipiec
Signed-off-by: Marko Kovacevic
Reviewed-by: John McNamara
---
v6:
All revelant files updated, changed and fixed (John)
doc/guides/sample_app_ug/cmd_line.rst | 21 +---
doc/guides/sample_app_ug/compiling.rst | 124 +
doc/guides
: Herakliusz Lipiec
Signed-off-by: Marko Kovacevic
Reviewed-by: John McNamara
---
doc/guides/sample_app_ug/cmd_line.rst | 21 +---
doc/guides/sample_app_ug/compiling.rst | 124 +
doc/guides/sample_app_ug/dist_app.rst | 22 +---
doc/guides
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic
---
V7:
removed :ref: targets. (Thomas)
doc/guides/faq/faq.rst | 2 +-
doc/guides/sample_app_ug/dist_app.rst | 1 +
doc/guides/sample_app_ug
: Herakliusz Lipiec
Signed-off-by: Marko Kovacevic
Reviewed-by: John McNamara
---
doc/guides/sample_app_ug/cmd_line.rst | 21 +---
doc/guides/sample_app_ug/compiling.rst | 124 +
doc/guides/sample_app_ug/dist_app.rst | 22 +---
doc/guides
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic
---
V8:
Fixed Build issue (John)
doc/guides/sample_app_ug/index.rst | 2 +
doc/guides/sample_app_ug/intro.rst | 153 +++--
2 files changed, 115 insertions(+), 40
From: David Hunt
Fixes: d191f0853378 ("examples/vm_power_manager: add per-core turbo CLI")
Signed-off-by: Marko Kovacevic
---
examples/vm_power_manager/guest_cli/vm_power_cli_guest.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/vm_power_manager
: Herakliusz Lipiec
Signed-off-by: Marko Kovacevic
Reviewed-by: John McNamara
---
doc/guides/sample_app_ug/cmd_line.rst | 21 +---
doc/guides/sample_app_ug/compiling.rst | 124 +
doc/guides/sample_app_ug/dist_app.rst | 22 +---
doc/guides
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic
---
doc/guides/sample_app_ug/intro.rst | 153 +++--
1 file changed, 113 insertions(+), 40 deletions(-)
diff --git a/doc/guides/sample_app_ug/intro.rst
b/doc/guides
Add new Introduction Section into the sample app guides.
Signed-off-by: Marko Kovacevic
Acked-by: John McNamara
---
doc/guides/sample_app_ug/intro.rst | 153 +++--
1 file changed, 113 insertions(+), 40 deletions(-)
diff --git a/doc/guides/sample_app_ug
: Herakliusz Lipiec
Signed-off-by: Marko Kovacevic
---
doc/guides/sample_app_ug/cmd_line.rst | 21 +---
doc/guides/sample_app_ug/compiling.rst | 122 +
doc/guides/sample_app_ug/dist_app.rst | 22 +---
doc/guides/sample_app_ug/ethtool.rst
Signed-off-by: Marko Kovacevic
---
V1: Changed unsigned to unsigned int
---
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
Signed-off-by: Marko Kovacevic
---
V1: Clean up of acpi files
---
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 +-
Signed-off-by: Marko Kovacevic
---
V1: Clean of of kvm power files
---
lib/librte_power/Makefile | 2 +-
.../{rte_power_kvm_vm.c => power_kvm_vm.c} | 28 +++---
.../{rte_power_kvm_vm.h => power_kvm_vm.h}
Signed-off-by: Marko Kovacevic
---
V1: Clean up of power common header
---
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
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
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
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
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
, 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
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
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
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
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
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
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
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
1 - 100 of 119 matches
Mail list logo