[PATCH v1] doc: update release notes for 25.03

2025-03-21 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 25.03 release notes Signed-off-by: John McNamara --- doc/guides/rel_notes/release_25_03.rst | 32 +- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/guides/rel_notes/release_25_03.rst b/doc/guides

[PATCH v1] doc: update release notes for 24.11

2024-11-28 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 24.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_24_11.rst | 158 +++-- 1 file changed, 93 insertions(+), 65 deletions(-) diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides

[PATCH v1] doc: update release notes for 24.03

2024-03-28 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 24.03 release notes. Signed-off-by: John McNamara --- Note: template sections should be removed. doc/guides/rel_notes/release_24_03.rst | 27 ++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/doc/guides

[PATCH v2] doc: update release notes for 23.11

2023-11-24 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 23.11 release notes. Signed-off-by: John McNamara --- v2: fix accidental deletion and typo doc/guides/rel_notes/release_23_11.rst | 28 ++ 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/guides/rel_notes

[PATCH v1] doc: update release notes for 23.11

2023-11-24 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 23.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_23_11.rst | 30 ++ 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/doc/guides/rel_notes/release_23_11.rst b/doc/guides

[PATCH v1] doc: update release notes for 23.07

2023-07-21 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 23.07 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_23_07.rst | 49 +- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides

[PATCH v1] doc: update release notes for 23.03

2023-03-30 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 23.03 release notes. Signed-off-by: John McNamara --- * Minor fixes/changes only. doc/guides/rel_notes/release_23_03.rst | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/guides/rel_notes/release_23_03.rst

[PATCH v1] update Intel roadmap for 23.03

2022-12-14 Thread John McNamara
Was announced in the dpdk-dev mailing list: https://mails.dpdk.org/archives/dev/2022-December/257699.html Signed-off-by: John McNamara --- content/roadmap/_index.md | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/content/roadmap/_index.md b/content/roadmap

[PATCH v1] update Intel roadmap for 23.03

2022-12-14 Thread John McNamara
Was announced in the dpdk-dev mailing list: https://mails.dpdk.org/archives/dev/2022-December/257699.html Signed-off-by: John McNamara --- content/roadmap/_index.md | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/content/roadmap/_index.md b/content/roadmap

[PATCH v1] doc: update release notes for 22.11

2022-11-24 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 22.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_22_11.rst | 92 +- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides

[PATCH v1] doc: update release notes for 22.07

2022-07-14 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 22.07 release notes. Signed-off-by: John McNamara --- Note, I haven't removed the empty sections or the boilerplate text. doc/guides/rel_notes/release_22_07.rst | 49 ++ 1 file changed, 35 insertions(+), 14 dele

[PATCH v1] doc: update release notes for 22.03

2022-03-16 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 22.03 release notes. Signed-off-by: John McNamara --- Note: I haven't removed the boilerplate RST comments from this file/patch in order to make it easier to merge apply. If you want me to do that I can submit a v2. doc/g

[PATCH v1] doc: update release notes for 21.11

2021-11-22 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 21.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_21_11.rst | 123 + 1 file changed, 65 insertions(+), 58 deletions(-) diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides

[dpdk-dev] [PATCH v1] doc: update release notes for 21.08

2021-08-05 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 21.08 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_21_08.rst | 78 -- 1 file changed, 24 insertions(+), 54 deletions(-) diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides

[dpdk-dev] [PATCH v1] update Intel roadmap for 21.08

2021-06-10 Thread John McNamara
Signed-off-by: John McNamara --- content/roadmap/_index.md | 6 ++ 1 file changed, 6 insertions(+) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index d77bbd7..6b389f1 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -15,19 +15,25 @@ This list

[dpdk-dev] [PATCH v2] doc: update release notes for 21.05

2021-05-20 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 21.05 release notes. Signed-off-by: John McNamara --- v2: rebased to main. doc/guides/rel_notes/release_21_05.rst | 111 +++-- 1 file changed, 49 insertions(+), 62 deletions(-) diff --git a/doc/guides/rel_notes/release_21_05

[dpdk-dev] [PATCH v1] doc: update release notes for 21.05

2021-05-20 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 21.05 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_21_05.rst | 111 +++-- 1 file changed, 49 insertions(+), 62 deletions(-) diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides

[dpdk-dev] [PATCH v1] doc: update release notes for 21.02

2021-02-11 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 21.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_21_02.rst | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH v1] license: remove pmdinfogen from exceptions

2021-02-04 Thread John McNamara
The C based pmdinfogen tool has been replaced by a Python based tool with a BSD license. As such, we no longer need to call out a licence exception for pmdinfogen. Signed-off-by: John McNamara --- license/exceptions.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/license/exceptions.txt b

[dpdk-dev] [PATCH v2] license: add licenses for exception cases

2020-12-02 Thread John McNamara
content of the license message should be included in the code distribution. This change adds the text of the MIT, ISC and BSD-2-Clause licenses as defined on the SPDX website. Signed-off-by: John McNamara --- v2: Wrapped licence text to make it more readable. license/bsd-2-clause.txt | 20

[dpdk-dev] [PATCH v1] license: add licenses for exception cases

2020-12-01 Thread John McNamara
content of the license message should be included in the code distribution. This change adds the text of the MIT, ISC and BSD-2-Clause licenses as defined on the SPDX website. Signed-off-by: John McNamara --- license/bsd-2-clause.txt | 6 ++ license/isc.txt | 3 +++ license/mit.txt

[dpdk-dev] [PATCH v1] doc: update release notes for 20.11

2020-11-24 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 20.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_20_11.rst | 178 + 1 file changed, 94 insertions(+), 84 deletions(-) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides

[dpdk-dev] [PATCH v1] doc: add recommendation to update to latest openssl version

2020-10-23 Thread John McNamara
Add recommendation to update to latest OpenSSL version when using the OpenSSL PMD and to at least version 1.1.1g to avoid known CVEs. Signed-off-by: John McNamara --- doc/guides/cryptodevs/openssl.rst | 24 +--- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a

[dpdk-dev] [PATCH v1] maintainers: remove documentation maintainers

2020-09-09 Thread John McNamara
Removed the documentation maintainers. The documentation is now, currently, unmaintained. Signed-off-by: John McNamara Signed-off-by: Marko Kovacevic --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3b16d7a..df5b756 100644 --- a/MAINTAINERS

[dpdk-dev] [PATCH v1] doc: update release notes for 20.08

2020-08-07 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 20.08 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_20_08.rst | 61 ++ 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides

[dpdk-dev] [PATCH v2] doc: update release notes for 20.05

2020-05-25 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 20.05 release notes. Signed-off-by: John McNamara --- v2: * Addressed comments from mailing list. * Tried to add a more coherent grouping to the crypto changes. doc/guides/rel_notes/release_20_05.rst | 274 - 1

[dpdk-dev] [PATCH v1] doc: update release notes for 20.05

2020-05-22 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 20.05 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_20_05.rst | 264 +++-- 1 file changed, 116 insertions(+), 148 deletions(-) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc

[dpdk-dev] [PATCH v1] doc: update release notes for 20.02

2020-02-23 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 20.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_20_02.rst | 70 +++--- 1 file changed, 31 insertions(+), 39 deletions(-) diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides

[dpdk-dev] [PATCH v1] doc: update release notes for 19.11

2019-11-25 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 19.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_19_11.rst | 148 + 1 file changed, 78 insertions(+), 70 deletions(-) diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides

[dpdk-dev] [PATCH v1] doc: update release notes for 19.08

2019-07-30 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 19.08 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_19_08.rst | 126 - 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides

[dpdk-dev] [PATCH v1] doc: add note about patching third party dependencies

2019-07-30 Thread John McNamara
Added a note to the getting started guides about patching third party libraries/dependencies to avoid any known vulnerabilities. Signed-off-by: John McNamara --- doc/guides/freebsd_gsg/install_from_ports.rst | 6 ++ doc/guides/linux_gsg/sys_reqs.rst | 5 + 2 files changed

[dpdk-dev] [PATCH v1] doc: update release notes for 19.05

2019-05-10 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 19.05 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_19_05.rst | 147 - 1 file changed, 70 insertions(+), 77 deletions(-) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides

[dpdk-dev] [PATCH v2 2/2] doc: fix spelling errors reported by aspell

2019-04-26 Thread John McNamara
Fix spelling errors in the doxygen docs. Signed-off-by: John McNamara --- drivers/common/qat/qat_adf/icp_qat_fw_mmp_ids.h| 2 +- drivers/common/qat/qat_adf/icp_qat_fw_pke.h| 2 +- drivers/event/opdl/opdl_ring.h | 8 drivers/net/i40e/rte_pmd_i40e.h

[dpdk-dev] [PATCH v2 1/2] doc: fix spelling errors reported by aspell

2019-04-26 Thread John McNamara
Fix spelling errors in the guide docs. Signed-off-by: John McNamara --- doc/guides/compressdevs/overview.rst | 2 +- doc/guides/contributing/patches.rst| 2 +- doc/guides/cryptodevs/aesni_mb.rst | 2 +- doc/guides/cryptodevs/overview.rst

[dpdk-dev] [PATCH v1] doc: fix spelling errors reported by aspell

2019-04-03 Thread John McNamara
Signed-off-by: John McNamara --- Some notes on this. It is probably best not to apply this patch until just before the release since it could potentially create a lot of conflicts. I'll resubmit a v2 prior to the 19.05 release. The fixes list is below. I didn't include them in

[dpdk-dev] [PATCH v3] doc: update release notes for 19.02

2019-02-01 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 19.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_19_02.rst | 80 +++--- 1 file changed, 35 insertions(+), 45 deletions(-) v3: rebased to master. diff --git a/doc/guides/rel_notes

[dpdk-dev] [PATCH v2] doc: update release notes for 19.02

2019-01-31 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 19.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_19_02.rst | 80 +++--- 1 file changed, 35 insertions(+), 45 deletions(-) v2: Minor typo. diff --git a/doc/guides/rel_notes/release_19_02

[dpdk-dev] [PATCH v1] doc: update release notes for 19.02

2019-01-31 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 19.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_19_02.rst | 80 +++--- 1 file changed, 35 insertions(+), 45 deletions(-) diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides

[dpdk-dev] [PATCH v2] doc: update release notes for 18.11

2018-11-26 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 18.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_11.rst | 298 - 1 file changed, 148 insertions(+), 150 deletions(-) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc

[dpdk-dev] [PATCH v1] doc: update release notes for 18.11

2018-11-26 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 18.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_11.rst | 299 - 1 file changed, 149 insertions(+), 150 deletions(-) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc

[dpdk-dev] [PATCH v1] doc: remove unused release note file

2018-09-25 Thread John McNamara
Remove unused file from the release notes docs. This file was used to display a hierarchy in older releases, circa 2015, but doesn't seem useful in the current structure. Signed-off-by: John McNamara --- doc/guides/rel_notes/index.rst | 1 - doc/guides/rel_notes/rel_descriptio

[dpdk-dev] [PATCH v1] doc: update release notes for 18.08

2018-08-09 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 18.08 release notes. Signed-off-by: John McNamara --- Note, I removed the following unused sections of the doc: * ABI Changes * Removed Items * Known Issues doc/guides/rel_notes/release_18_08.rst | 90 ++ 1 file

[dpdk-dev] [PATCH v1] doc: update release notes for 18.05

2018-05-30 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 18.05 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_05.rst | 308 + 1 file changed, 157 insertions(+), 151 deletions(-) diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc

[dpdk-dev] [PATCH v1] doc: add template release notes for 18.05

2018-02-15 Thread John McNamara
Add template release notes for DPDK 18.05 with inline comments and explanations of the various sections. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_05.rst | 187 + 1 file changed, 187 insertions(+) create mode 100644 doc/guides/rel_notes

[dpdk-dev] [PATCH v2] doc: update release notes for 18.02

2018-02-14 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 18.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_02.rst | 199 - 1 file changed, 69 insertions(+), 130 deletions(-) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc

[dpdk-dev] [PATCH v1] doc: update release notes for 18.02

2018-02-14 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 18.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_02.rst | 194 +++-- 1 file changed, 64 insertions(+), 130 deletions(-) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc

[dpdk-dev] [PATCH v1] doc: add note on increased ring size to release notes

2018-02-08 Thread John McNamara
Added note on the increased ring size in testpmd and the sample applications to the release note. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_02.rst | 8 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH v2] doc: add template release notes for 18.02

2017-11-22 Thread John McNamara
Add template release notes for DPDK 18.02 with inline comments and explanations of the various sections. Signed-off-by: John McNamara --- V2: Added "Removed Items" and removed "Resolved Issues". doc/guides/rel_notes/release_18_02.rst | 186 +

[dpdk-dev] [PATCH v1] doc: add template release notes for 18.02

2017-11-17 Thread John McNamara
Add template release notes for DPDK 18.02 with inline comments and explanations of the various sections. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_18_02.rst | 214 + 1 file changed, 214 insertions(+) create mode 100644 doc/guides/rel_notes

[dpdk-dev] [PATCH v1] doc: update release notes for 17.11

2017-11-10 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_17_11.rst | 327 +++-- 1 file changed, 152 insertions(+), 175 deletions(-) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc

[dpdk-dev] [PATCH v1] i40e: highlight change to flexible payload for RSS config

2017-11-03 Thread John McNamara
Add deprecation notice to highlight a future change in the default configuration behavior for flexible payload for RSS. Signed-off-by: John McNamara --- doc/guides/rel_notes/deprecation.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc

[dpdk-dev] [PATCH v2] doc: add template release notes for 17.11

2017-08-09 Thread John McNamara
Add template release notes for DPDK 17.11 with inline comments and explanations of the various sections. Signed-off-by: John McNamara --- V2: Updated library version numbers. doc/guides/rel_notes/index.rst | 1 + doc/guides/rel_notes/release_17_11.rst | 200

[dpdk-dev] [PATCH v1] doc: add template release notes for 17.11

2017-08-08 Thread John McNamara
Add template release notes for DPDK 17.11 with inline comments and explanations of the various sections. Signed-off-by: John McNamara --- doc/guides/rel_notes/index.rst | 1 + doc/guides/rel_notes/release_17_11.rst | 199 + 2 files changed, 200

[dpdk-dev] [PATCH v1] doc: update release notes for 17.08

2017-08-04 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.08 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_17_08.rst | 224 ++--- 1 file changed, 94 insertions(+), 130 deletions(-) diff --git a/doc/guides/rel_notes/release_17_08.rst b/doc

[dpdk-dev] [PATCH v1] doc: add note about uio not working with uefi secure boot

2017-08-03 Thread John McNamara
Added notes to the documentation warning that if UEFI secure boot is enabled the Linux kernel may disallow the use of UIO on the system, and a suggested workaround of using the vfio-pci kernel module instead of igb_uio or uio_pci_generic. Signed-off-by: John McNamara --- doc/guides/faq/faq.rst

[dpdk-dev] [PATCH v1] doc: add libnuma to the dpdk dependencies

2017-07-03 Thread John McNamara
Add libnuma as a dependency to the Linux Getting Started Guide since it is a new requirement in DPDK 17.08+. Signed-off-by: John McNamara --- doc/guides/linux_gsg/sys_reqs.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides

[dpdk-dev] [PATCH v1] doc: import sphinx rtd doc theme when available

2017-06-23 Thread John McNamara
The ReadTheDocs theme is no longer available by default in Sphinx versions >= 1.3.1 and if it isn't available then an exception is raised. This patch imports the ReadTheDocs theme when it is available and warns but proceeds when it isn't. Signed-off-by: John McNamara --- doc/guides

[dpdk-dev] [PATCH v1] doc: change doc line length limit in contributors guide

2017-05-11 Thread John McNamara
to reflect this as the recommended guideline. Signed-off-by: John McNamara --- doc/guides/contributing/documentation.rst | 36 +++ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/doc/guides/contributing/documentation.rst b/doc/guides/contributing

[dpdk-dev] [PATCH v1] doc: add template release notes for 17.08

2017-05-11 Thread John McNamara
Add template release notes for DPDK 17.08 with inline comments and explanations of the various sections. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_17_08.rst | 198 + 1 file changed, 198 insertions(+) create mode 100644 doc/guides/rel_notes

[dpdk-dev] [PATCH v3] doc: update release notes for 17.05

2017-05-10 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.05 release notes. Signed-off-by: John McNamara Acked-By: Shreyansh Jain --- V3: Fix mailing list comments. doc/guides/rel_notes/release_17_05.rst | 208 +++-- 1 file changed, 97 insertions(+), 111 deletions(-) diff

[dpdk-dev] [PATCH v2] doc: update release notes for 17.05

2017-05-09 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.05 release notes. Signed-off-by: John McNamara --- V2: Added updated MLX4/5 text. This patch supercedes patch 24166. doc/guides/rel_notes/release_17_05.rst | 197 +++-- 1 file changed, 91 insertions(+), 106 deletions

[dpdk-dev] [PATCH v1] doc: update release notes for 17.05

2017-05-09 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.05 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_17_05.rst | 192 +++-- 1 file changed, 88 insertions(+), 104 deletions(-) diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc

[dpdk-dev] [PATCH v1] doc: fix usertools path in pvp benchmark doc

2017-05-02 Thread John McNamara
Update doc to the new dpdk-devbind.py usertools path. Fixes: 58a2551a160f ("doc: introduce PVP reference benchmark") Signed-off-by: John McNamara --- doc/guides/howto/pvp_reference_benchmark.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gu

[dpdk-dev] [PATCH v1] doc: fix tap PMD doc warning due to missing architecture

2017-04-06 Thread John McNamara
: 04b2c3c94346 ("doc: add tap features") Signed-off-by: John McNamara --- doc/guides/nics/features/tap.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/nics/features/tap.ini b/doc/guides/nics/features/tap.ini index 20cbeee..3efae75 100644 --- a/doc/guides/nics/features

[dpdk-dev] [PATCH v1] doc: add template release notes for 17.05

2017-02-15 Thread John McNamara
Add template release notes for DPDK 17.05 with inline comments and explanations of the various sections. Signed-off-by: John McNamara --- doc/guides/rel_notes/index.rst | 1 + doc/guides/rel_notes/release_17_05.rst | 195 + 2 files changed, 196

[dpdk-dev] [PATCH v2] doc: update release notes for 17.02

2017-02-14 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.02 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_17_02.rst | 241 +++-- 1 file changed, 111 insertions(+), 130 deletions(-) diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc

[dpdk-dev] [PATCH v1] doc: update release notes for 17.02

2017-02-14 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 17.02 release notes. Signed-off-by: John McNamara --- Note: The "ABI Changes" section is currently empty. doc/guides/rel_notes/release_17_02.rst | 255 ++--- 1 file changed, 111 insertions(+), 144 deletion

[dpdk-dev] [PATCH v1] doc: add guidelines on stable and lts releases

2017-01-13 Thread John McNamara
Add document explaining the current Stable and LTS process. Signed-off-by: John McNamara --- V1: For background see previous discussions on Stable and LTS releses: http://dpdk.org/ml/archives/dev/2016-July/044848.html http://dpdk.org/ml/archives/dev/2016-June/040256.html doc/guides

[dpdk-dev] [PATCH v4 2/3] app: make python apps python2/3 compliant

2016-12-21 Thread John McNamara
Make all the DPDK Python apps work with Python 2 or 3 to allow them to work with whatever is the system default. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 26 app/cmdline_test/cmdline_test_data.py | 2 -- app/test/autotest.py

[dpdk-dev] [PATCH v4 3/3] doc: add required python versions to docs

2016-12-21 Thread John McNamara
Add a requirement to support both Python 2 and 3 to the DPDK Python Coding Standards and Getting started Guide. Signed-off-by: John McNamara --- doc/guides/contributing/coding_style.rst | 3 ++- doc/guides/linux_gsg/sys_reqs.rst| 2 +- 2 files changed, 3 insertions(+), 2 deletions

[dpdk-dev] [PATCH v4 0/3] app: make python apps python2/3 compliant

2016-12-21 Thread John McNamara
/archives/dev/2016-December/051683.html V4: * Rebase to latest HEAD. V3: * Squash shebang patch into Python 3 patch. * Only add /usr/bin/env shebang line to code that is executable. V2: * Fix broken rebase. John McNamara (3): app: make python apps pep8 compliant app: make python apps

[dpdk-dev] [PATCH v4 1/3] app: make python apps pep8 compliant

2016-12-21 Thread John McNamara
Make all DPDK python application compliant with the PEP8 standard to allow for consistency checking of patches and to allow further refactoring. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 81 +- app/cmdline_test/cmdline_test_data.py | 401

[dpdk-dev] [PATCH v3 3/3] doc: add required python versions to docs

2016-12-18 Thread John McNamara
Add a requirement to support both Python 2 and 3 to the DPDK Python Coding Standards and Getting started Guide. Signed-off-by: John McNamara --- doc/guides/contributing/coding_style.rst | 3 ++- doc/guides/linux_gsg/sys_reqs.rst| 2 +- 2 files changed, 3 insertions(+), 2 deletions

[dpdk-dev] [PATCH v3 2/3] app: make python apps python2/3 compliant

2016-12-18 Thread John McNamara
Make all the DPDK Python apps work with Python 2 or 3 to allow them to work with whatever is the system default. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 26 app/cmdline_test/cmdline_test_data.py | 2 -- app/test/autotest.py

[dpdk-dev] [PATCH v3 1/3] app: make python apps pep8 compliant

2016-12-18 Thread John McNamara
Make all DPDK python application compliant with the PEP8 standard to allow for consistency checking of patches and to allow further refactoring. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 81 +- app/cmdline_test/cmdline_test_data.py | 401

[dpdk-dev] [PATCH v3 0/3] app: make python apps python2/3 compliant

2016-12-18 Thread John McNamara
/archives/dev/2016-December/051683.html V3: * Squash shebang patch into Python 3 patch. * Only add /usr/bin/env shebang line to code that is executable. V2: * Fix broken rebase. John McNamara (3): app: make python apps pep8 compliant app: make python apps python2/3 compliant doc: add

[dpdk-dev] [PATCH v2 3/3] doc: add required python versions to docs

2016-12-18 Thread John McNamara
Add a requirement to support both Python 2 and 3 to the DPDK Python Coding Standards and Getting started Guide. Signed-off-by: John McNamara --- doc/guides/contributing/coding_style.rst | 3 ++- doc/guides/linux_gsg/sys_reqs.rst| 2 +- 2 files changed, 3 insertions(+), 2 deletions

[dpdk-dev] [PATCH v2 2/3] app: make python apps python2/3 compliant

2016-12-18 Thread John McNamara
Make all the DPDK Python apps work with Python 2 or 3 to allow them to work with whatever is the system default. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 26 app/cmdline_test/cmdline_test_data.py | 2 -- app/test/autotest.py

[dpdk-dev] [PATCH v2 1/3] app: make python apps pep8 compliant

2016-12-18 Thread John McNamara
Make all DPDK python application compliant with the PEP8 standard to allow for consistency checking of patches and to allow further refactoring. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 81 +- app/cmdline_test/cmdline_test_data.py | 401

[dpdk-dev] [PATCH v2 0/3] app: make python apps python2/3 compliant

2016-12-18 Thread John McNamara
/archives/dev/2016-December/051683.html V2: * Squash shebang patch into Python 3 patch. * Only add /usr/bin/env shebang line to code that is executable. John McNamara (3): app: make python apps pep8 compliant app: make python apps python2/3 compliant doc: add required python versions to

[dpdk-dev] [PATCH v2] doc: add details of sub-trees and maintainers

2016-12-16 Thread John McNamara
Add a new section to the Code Contributors Guide to outline the roles of tree and component maintainers and how they can be added and removed. Signed-off-by: John McNamara --- * V2: Added comments from mailing list. doc/guides/contributing/patches.rst | 72

[dpdk-dev] [PATCH v2 3/4] app: give python apps a consistent shebang line

2016-12-08 Thread John McNamara
Add a consistent "env python" shebang line to the DPDK Python apps so that they can call the default system python. Signed-off-by: John McNamara --- app/test/autotest_test_funcs.py | 2 +- doc/guides/conf.py | 2 ++ tools/dpdk-devbind.py | 3 ++- 3 files

[dpdk-dev] [PATCH v2 4/4] doc: add required python versions to coding guidelines

2016-12-08 Thread John McNamara
Add a requirement to support both Python 2 and 3 to the DPDK Python Coding Standards. Signed-off-by: John McNamara --- doc/guides/contributing/coding_style.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides

[dpdk-dev] [PATCH v2 1/4] app: make python apps pep8 compliant

2016-12-08 Thread John McNamara
Make all DPDK python application compliant with the PEP8 standard to allow for consistency checking of patches and to allow further refactoring. Signed-off-by: John McNamara --- V2: Fixed file/patch order from sloppy rebase. app/cmdline_test/cmdline_test.py | 81 +- app

[dpdk-dev] [PATCH v2 2/4] app: make python apps python2/3 compliant

2016-12-08 Thread John McNamara
Make all the DPDK Python apps work with Python 2 or 3 to allow them to work with whatever is the system default. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 26 app/cmdline_test/cmdline_test_data.py | 2 +- app/test/autotest.py

[dpdk-dev] [PATCH v1 4/4] doc: add required python versions to coding guidelines

2016-12-08 Thread John McNamara
Add a requirement to support both Python 2 and 3 to the DPDK Python Coding Standards. Signed-off-by: John McNamara --- app/test/autotest_data.py| 188 +++ doc/guides/contributing/coding_style.rst | 3 +- 2 files changed, 96 insertions(+), 95

[dpdk-dev] [PATCH v1 3/4] app: give python apps a consistent shebang line

2016-12-08 Thread John McNamara
Add a consistent "env python" shebang line to the DPDK Python apps so that they can call the default system python. Signed-off-by: John McNamara --- app/test/autotest_data.py | 2 +- app/test/autotest_test_funcs.py | 2 +- doc/guides/conf.py | 2 ++ tools/dpdk-

[dpdk-dev] [PATCH v1 2/4] app: make python apps python2/3 compliant

2016-12-08 Thread John McNamara
Make all the DPDK Python apps work with Python 2 or 3 to allow them to work with whatever is the system default. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 26 app/cmdline_test/cmdline_test_data.py | 2 +- app/test/autotest.py

[dpdk-dev] [PATCH v1 1/4] app: make python apps pep8 compliant

2016-12-08 Thread John McNamara
Make all DPDK python application compliant with the PEP8 standard to allow for consistency checking of patches and to allow further refactoring. Signed-off-by: John McNamara --- app/cmdline_test/cmdline_test.py | 81 +- app/cmdline_test/cmdline_test_data.py | 401

[dpdk-dev] [PATCH v1 0/4] app: make python apps python2/3 compliant

2016-12-08 Thread John McNamara
/archives/dev/2016-December/051683.html I've tested that the apps compile with python 2 and 3 and I've tested some of the apps for consistent output but it needs additional testing. John McNamara (4): app: make python apps pep8 compliant app: make python apps python2/3 compliant

[dpdk-dev] [PATCH v1] doc: fix relative path of Nic table input file

2016-12-04 Thread John McNamara
Fix relative path between sphinx conf.py file and Nic table file to allow automatic build on ReadTheDocs. Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files") Signed-off-by: John McNamara --- doc/guides/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletio

[dpdk-dev] [PATCH v1] doc: add details of sub-trees and maintainers

2016-12-02 Thread John McNamara
Add a new section to the Code Contributors Guide to outline the roles of tree and component maintainers and how they can be added and removed. Signed-off-by: John McNamara --- doc/guides/contributing/patches.rst | 66 - 1 file changed, 58 insertions(+), 8

[dpdk-dev] [PATCH v2] maintainers: update pcap pmd maintainers

2016-11-29 Thread John McNamara
Remove Nico Pernas Maradei as a PCAP PMD maintainer. Signed-off-by: John McNamara --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5ec84ad..26d9590 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -387,7 +387,6 @@ T: git://dpdk.org/next/dpdk-next

[dpdk-dev] [PATCH v1] maintainers: update pcap pmd maintainers

2016-11-29 Thread John McNamara
--- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5ec84ad..26d9590 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -387,7 +387,6 @@ T: git://dpdk.org/next/dpdk-next-virtio F: drivers/net/vhost/ PCAP PMD -M: Nicol??s Pernas Maradei M: Ferruh Yigit

[dpdk-dev] [PATCH v1] maintainers: update lthreads maintainer

2016-11-18 Thread John McNamara
Signed-off-by: John McNamara --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index d6bb8f8..2744212 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -677,7 +677,7 @@ F: examples/netmap_compat/ F: doc/guides/sample_app_ug

[dpdk-dev] [PATCH v1] maintainers: update procinfo maintainer

2016-11-18 Thread John McNamara
Update procinfo maintainer and name of the application. Signed-off-by: John McNamara --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d6bb8f8..c40e9e0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -618,9 +618,9 @@ M: Pablo

[dpdk-dev] [PATCH v1] doc: add template release notes for 17.02

2016-11-14 Thread John McNamara
Add template release notes for DPDK 17.02 with inline comments and explanations of the various sections. Signed-off-by: John McNamara --- doc/guides/rel_notes/index.rst | 1 + doc/guides/rel_notes/release_17_02.rst | 223 + 2 files changed, 224

[dpdk-dev] [PATCH v1] doc: rearrange the high level documentation index

2016-11-11 Thread John McNamara
Rearrange the order of the high level documenation index into a more logical sequence for a new user. Also, improve some of the high-level document names. Signed-off-by: John McNamara --- After this patch the high-level index will look like this: DPDK documentation * Getting Started

[dpdk-dev] [PATCH v1] doc: fix release notes for 16.11

2016-11-11 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 16.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_16_11.rst | 171 - 1 file changed, 83 insertions(+), 88 deletions(-) diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides

[dpdk-dev] [PATCH v1] maintainers: update documentation maintainers

2016-11-08 Thread John McNamara
Signed-off-by: John McNamara --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index ba12d1b..11de99c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -43,7 +43,6 @@ M: maintainers at dpdk.org Documentation (with overlaps) - -M: Siobhan

  1   2   3   >