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
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
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
")
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
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
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
")
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
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
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
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
@@ -
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
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
---
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
---
test/test/tes
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)
---
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
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
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
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
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(-)
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
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"
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 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 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
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
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
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 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: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
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
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
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
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 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
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 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
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 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 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 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 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
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
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 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
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
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
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
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
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
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
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
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
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")
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
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 |
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
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
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
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
---
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
---
lib/librte_eal/common/include/rte_lcore.h | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/lib/librte_eal/common
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
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
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
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/
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
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
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
---
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
---
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
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
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
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
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
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
On 20/11/2017 16:39, Jasvinder Singh wrote:
Signed-off-by: Jasvinder Singh
Acked-by: 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
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
, 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
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
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/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/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 - 100 of 119 matches
Mail list logo