[dpdk-dev] [PATCHv2] doc: remove duplicate in release nots new features

2015-04-03 Thread Siobhan Butler
- Remove duplicate entry - Added remaining features to list of new features Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 74 +-- 1 file changed, 54 insertions(+), 20 deletions(-) diff --git a/doc/guides/rel_notes/new_features.rst b

[dpdk-dev] [PATCH] doc: added known issue to release notes

2015-04-02 Thread Siobhan Butler
-Note: This patch relies on patch 'doc: remove release version from known issues' -Added issue with failing unit test for link bonding to known issues Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/known_issues.rst | 28 1 file changed, 28

[dpdk-dev] [PATCH] doc: remove release version from known issues

2015-04-02 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/known_issues.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index 6c81fcf..4c43191 100644 --- a/doc/guides/rel_notes/known_issues.rst

[dpdk-dev] [PATCH] doc: remove duplicate in release nots new features

2015-04-02 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 38 +-- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index e3edec4..cb58409 100644 --- a/doc

[dpdk-dev] [PATCH] doc: update version number in release notes description

2015-04-02 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/rel_description.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes/rel_description.rst index c8ff483..2fb5379 100644 --- a/doc/guides/rel_notes

[dpdk-dev] [PATCH] doc: added to faq section of release notes

2015-03-22 Thread Siobhan Butler
Added some of the questions posted to the mailing list to the FAQ section of release notes. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/faq.rst | 35 +++ 1 file changed, 35 insertions(+) diff --git a/doc/guides/rel_notes/faq.rst b/doc/guides

[dpdk-dev] [PATCH] doc: updated tested OS list in release notes

2015-03-22 Thread Siobhan Butler
Updated Operating Systems tested during 2.0 in release notes Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/supported_os.rst | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/guides/rel_notes/supported_os.rst b/doc/guides/rel_notes/supported_os.rst

[dpdk-dev] [PATCH] doc: add warning for fm10k early driver

2015-03-22 Thread Siobhan Butler
This patch adds a note to the release notes new features, as a warning regarding the early status of the FM10K driver for pre-release access Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes

[dpdk-dev] [PATCH v2] doc: update release notes description for new sample apps

2015-03-12 Thread Siobhan Butler
Updated release notes release description notes: - added new sample applications to list: Link Bonding,Skeleton, Callbacks, Jobstats - updated copyright date to 2015 - updated release number form 1.7.0 to 2.0 Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/rel_description.rst | 16

[dpdk-dev] [PATCH] doc: update release notes description for new sample apps Updated release notes release description notes: - added new sample applications to list: Link Bonding,Skeleton, Callbacks,

2015-03-12 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/rel_description.rst | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes/rel_description.rst index 49f32b9..2fb5379 100644 --- a/doc/guides

[dpdk-dev] [PATCH] doc: remove copyright from base of page

2015-03-12 Thread Siobhan Butler
Removing Intel copyright from base of page for each document. Signed-off-by: Siobhan Butler --- doc/guides/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/conf.py b/doc/guides/conf.py index 385af03..fba34a6 100644 --- a/doc/guides/conf.py +++ b/doc/guides

[dpdk-dev] [PATCH] maintainers: claim responsibility for docs

2015-02-27 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 07fdf5e..6e4326b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -34,6 +34,7 @@ M: maintainers at dpdk.org Documentation (with overlaps) - +M: Siobhan

[dpdk-dev] [PATCH] doc: added copyright to dist sample app images

2014-12-18 Thread Siobhan Butler
Added copyright to distributor sample app images. Signed-off-by: Siobhan Butler --- doc/guides/sample_app_ug/img/dist_app.svg | 36 - doc/guides/sample_app_ug/img/dist_perf.svg | 37 +- 2 files changed, 71 insertions(+), 2 deletions

[dpdk-dev] [PATCH v2 2/2] doc: remove intel legal blurb from sample app ug

2014-12-18 Thread Siobhan Butler
Removed Legal blurb from sample applications guide. Signed-off-by: Siobhan Butler --- doc/guides/sample_app_ug/index.rst | 35 --- 1 file changed, 35 deletions(-) diff --git a/doc/guides/sample_app_ug/index.rst b/doc/guides/sample_app_ug/index.rst index c3b50e2

[dpdk-dev] [PATCH] doc:add udp info to prog_guide for vxlan

2014-12-18 Thread Siobhan Butler
Added to configuration instructions for UDP packet tunneling. Signed-off-by: Siobhan Butler --- doc/guides/prog_guide/poll_mode_drv.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/prog_guide/poll_mode_drv.rst b/doc/guides/prog_guide/poll_mode_drv.rst index 2567876..2e7b430

[dpdk-dev] [PATCH 2/2] doc: updating from 1.7 to 1.8 release note

2014-12-18 Thread Siobhan Butler
Added instructions for updating from DPDK 1.7.0 to 1.8.0 Signed-off-by: Siobhan Butler Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/updating_apps.rst | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/doc/guides/rel_notes

[dpdk-dev] [PATCH 1/2] doc: add vxlan support to release notes

2014-12-18 Thread Siobhan Butler
Added to New and Supported features for VXLAN feature. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 2 ++ doc/guides/rel_notes/supported_features.rst | 5 + 2 files changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides

[dpdk-dev] [PATCH 0/2] doc: update to release notes

2014-12-18 Thread Siobhan Butler
Update to release notes to add VXLAN features. Added 1.8 to 'updating apps' section of release notes. Siobhan Butler (2): doc: add vxlan support to release notes doc: updating from 1.7 to 1.8 release note doc/guides/rel_notes/new_features.rst | 2 ++ doc/guides

[dpdk-dev] [PATCH v2 2/2] doc: remove intel legal blurb from sample app ug

2014-12-18 Thread Siobhan Butler
Removed Legal blurb from sample applications guide. Signed-off-by: Siobhan Butler --- doc/guides/sample_app_ug/index.rst | 35 --- 1 file changed, 35 deletions(-) diff --git a/doc/guides/sample_app_ug/index.rst b/doc/guides/sample_app_ug/index.rst index c3b50e2

[dpdk-dev] [PATCH v2 1/2] doc: remove intel dpdk in sample app ug

2014-12-18 Thread Siobhan Butler
Removed redundant references to Intel(R) DPDK in Sample App UG. Signed-off-by: Siobhan Butler --- doc/guides/sample_app_ug/cmd_line.rst | 10 ++-- doc/guides/sample_app_ug/exception_path.rst| 8 ++-- doc/guides/sample_app_ug/hello_world.rst | 8 ++-- doc/guides

[dpdk-dev] [PATCH v2 0/2] doc: remove intel references from sample app ug

2014-12-18 Thread Siobhan Butler
Removed Intel(R) DPDK references from sample app guide. Removed Intel legal blurb from sample app guide. Siobhan Butler (2): doc: remove intel dpdk in sample app ug doc: remove intel legal blurb from sample app ug doc/guides/sample_app_ug/cmd_line.rst | 10 ++-- doc/guides

[dpdk-dev] [PATCH 2/2] doc: removed intel legal blurb from testpmd_ug

2014-12-17 Thread Siobhan Butler
Removed Intel Legal blurb from TestPMD User Guide. Signed-off-by: Siobhan Butler --- doc/guides/testpmd_app_ug/index.rst | 46 - 1 file changed, 46 deletions(-) diff --git a/doc/guides/testpmd_app_ug/index.rst b/doc/guides/testpmd_app_ug/index.rst index

[dpdk-dev] [PATCH 1/2] doc: removed intel references from testpmd_ug

2014-12-17 Thread Siobhan Butler
Removed redundant Intel references from TestPMD User Guide. Signed-off-by: Siobhan Butler --- doc/guides/testpmd_app_ug/build_app.rst | 4 ++-- doc/guides/testpmd_app_ug/intro.rst | 18 +- doc/guides/testpmd_app_ug/run_app.rst | 4 ++-- 3 files changed, 13 insertions

[dpdk-dev] [PATCH 0/2] doc: remove intel dpdk references from testpmd_ug

2014-12-17 Thread Siobhan Butler
Removed Intel DPDK references from testpmd User Guide. Removed Intel legal blurb from testpmd User Guide. Siobhan Butler (2): doc: removed intel references from testpmd_ug doc: removed intel legal blurb from testpmd_ug doc/guides/testpmd_app_ug/build_app.rst | 4 +-- doc/guides

[dpdk-dev] [PATCH 2/2] doc: remove intel legal blurb from sample app ug

2014-12-17 Thread Siobhan Butler
Removed Legal blurb from sample applications guide. Signed-off-by: Siobhan Butler --- doc/guides/sample_app_ug/index.rst | 35 --- 1 file changed, 35 deletions(-) diff --git a/doc/guides/sample_app_ug/index.rst b/doc/guides/sample_app_ug/index.rst index c3b50e2

[dpdk-dev] [PATCH 1/2] doc: remove intel dpdk in sample app ug

2014-12-17 Thread Siobhan Butler
Removed redundant references to Intel(R) DPDK in Sample App UG. Signed-off-by: Siobhan Butler --- doc/guides/sample_app_ug/cmd_line.rst | 10 ++-- doc/guides/sample_app_ug/exception_path.rst| 8 ++-- doc/guides/sample_app_ug/hello_world.rst | 8 ++-- doc/guides

[dpdk-dev] [PATCH 0/2] doc: remove intel references from sample app ug

2014-12-17 Thread Siobhan Butler
Removed Intel(R) DPDK references from sample app guide. Removed Intel legal blurb from sample app guide. Siobhan Butler (2): doc: remove intel dpdk in sample app ug doc: remove intel legal blurb from sample app ug doc/guides/sample_app_ug/cmd_line.rst | 10 ++-- doc/guides

[dpdk-dev] [PATCH v3 8/8] doc: updating the list of sample apps in rel notes

2014-12-16 Thread Siobhan Butler
Added new and existing names of sample apps to list of sample apps in release notes. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/rel_description.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH v3 7/8] doc: updated resolved issues with old known issues

2014-12-16 Thread Siobhan Butler
Removed resolved issues from known issues section. Added new resolved issues to resolved issues section. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/known_issues.rst| 225 --- doc/guides/rel_notes/resolved_issues.rst | 173 +++- 2

[dpdk-dev] [PATCH v3 6/8] doc: removed reference to Intel DPDK in Rel Notes

2014-12-16 Thread Siobhan Butler
Removed multiple references to Intel(R) DPDK where no longer relevant. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/faq.rst| 14 +++--- doc/guides/rel_notes/known_issues.rst | 38 +++ doc/guides/rel_notes/rel_description.rst| 36

[dpdk-dev] [PATCH v3 5/8] doc: remove appendix a from release notes

2014-12-16 Thread Siobhan Butler
Removing Appendix A from Release Notes as Intel Licensing information is no longer relevant in this document. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/appendices.rst | 324 doc/guides/rel_notes/index.rst | 44 - 2 files changed, 368

[dpdk-dev] [PATCH v3 4/8] doc: moved known issue 6.29 to resolved issues in rel notes

2014-12-16 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/resolved_issues.rst | 30 ++ 1 file changed, 30 insertions(+) diff --git a/doc/guides/rel_notes/resolved_issues.rst b/doc/guides/rel_notes/resolved_issues.rst index f9ddb7f..5e88005 100644 --- a/doc/guides

[dpdk-dev] [PATCH 3/8] doc: added to known issue 6.10 and removed fixed issue 6.29 from rel_notes

2014-12-16 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/known_issues.rst | 38 +++ 1 file changed, 7 insertions(+), 31 deletions(-) diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index 8ef654a..1f45834 100644 --- a/doc

[dpdk-dev] [PATCH v3 2/8] doc: added new features to release notes

2014-12-16 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 24 1 file changed, 24 insertions(+) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index a93aa3c..00895ce 100644 --- a/doc/guides/rel_notes

[dpdk-dev] [PATCH v3 1/8] doc: moved 1.7 new features to supported features for 1.8 in Rel_Notes

2014-12-16 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 17 - doc/guides/rel_notes/supported_features.rst | 22 ++ 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides

[dpdk-dev] [PATCH v3 0/8] doc: patch set to update release notes

2014-12-16 Thread Siobhan Butler
. Moved issues newly resolved from known issues to resolved issues. Removed Intel Licensing Appendix A as no longer relevant. Siobhan Butler (8): Doc: Moved 1.7 "New Features" to "Supported Features" for 1.8 in Rel_Notes Doc: Added "New Features" to release notes

[dpdk-dev] [PATCH] doc: remove intel legal info from freebsd-gsg

2014-12-16 Thread Siobhan Butler
Removed redundant legal blurb from FreeBSD GSG Signed-off-by: Siobhan Butler --- doc/guides/freebsd_gsg/index.rst | 38 -- 1 file changed, 38 deletions(-) diff --git a/doc/guides/freebsd_gsg/index.rst b/doc/guides/freebsd_gsg/index.rst index f84c2f8..1b4cd3b

[dpdk-dev] [PATCH v2] doc: remove redundant intel references-freebsd gsg

2014-12-16 Thread Siobhan Butler
Updated the FreeBSD GSG to remove redundant Intel references. Signed-off-by: Siobhan Butler --- doc/guides/freebsd_gsg/build_dpdk.rst | 78 +-- doc/guides/freebsd_gsg/build_sample_apps.rst | 40 +++--- doc/guides/freebsd_gsg/install_from_ports.rst | 28

[dpdk-dev] [PATCH] doc: remove redundant Intel referances-FreeBSD GSG

2014-12-03 Thread Siobhan Butler
Updated the FreeBSD GSG to remove redundant Intel referances. Signed-off-by: Siobhan Butler --- doc/guides/freebsd_gsg/build_dpdk.rst| 117 --- doc/guides/freebsd_gsg/build_sample_apps.rst | 54 +++-- doc/guides/freebsd_gsg/intro.rst | 44

[dpdk-dev] [PATCH 2/2] doc: remove references to intel dpdk in linux_gsg

2014-12-02 Thread Siobhan Butler
Adjusted line lengths and removed references to Intel which are no longer relevant in linux gsg. Signed-off-by: Siobhan Butler --- doc/guides/linux_gsg/build_dpdk.rst| 149 +-- doc/guides/linux_gsg/build_sample_apps.rst | 146 +-- doc/guides

[dpdk-dev] [PATCH 1/2] doc: updated i40e enabling additonal fnct in gsg

2014-12-02 Thread Siobhan Butler
Updated the i40e Enabling Additional Functionality section (5.7) of DPDK Getting Started Guide. Signed-off-by: Siobhan Butler Signed-off-by: Helin Zhang --- doc/guides/linux_gsg/enable_func.rst | 14 ++ 1 file changed, 14 insertions(+) diff --git a/doc/guides/linux_gsg

[dpdk-dev] [PATCH 0/2] doc: update to i40e enabling and gsg fixes

2014-12-02 Thread Siobhan Butler
Updated Enabling Additional Functionality section of Linux GSG. Adjusted line lengths and removed redundant referances to Intel from Linux GSG. Siobhan Butler (2): doc: updated i40e enabling additonal fnct in gsg doc: remove references to intel dpdk in linux_gsg doc/guides/linux_gsg

[dpdk-dev] [PATCH] doc: patch to include vhost library UG section in PG

2014-12-02 Thread Siobhan Butler
As Vhost will be a library in DPDK 1.8, adding a new section to Programmer's Guide to describe its use. Signed-off-by: Siobhan Butler Signed-off-by: Huawei Xie --- doc/guides/prog_guide/index.rst | 1 + doc/guides/prog_guide/vhost_lib.rst | 101 ++

[dpdk-dev] [PATCH v2 8/8] doc: updating the list of sample apps in rel notes

2014-12-02 Thread Siobhan Butler
Added new and existing names of sample apps to list of sample apps in release notes. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/rel_description.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes

[dpdk-dev] [PATCH v2 7/8] doc: updated resolved issues with old known issues

2014-12-02 Thread Siobhan Butler
Removed resolved issues from known issues section. Added new resolved issues to resolved issues section. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/known_issues.rst| 225 --- doc/guides/rel_notes/resolved_issues.rst | 171 +++ 2

[dpdk-dev] [PATCH v2 6/8] doc: removed reference to Intel DPDK in Rel Notes

2014-12-02 Thread Siobhan Butler
Removed multiple references to Intel(R) DPDK where no longer relevant. Adjusted line lengths and fixed typos. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/faq.rst| 14 ++--- doc/guides/rel_notes/known_issues.rst | 25 - doc/guides/rel_notes

[dpdk-dev] [PATCH v2 5/8] doc: remove appendix a from release notes

2014-12-02 Thread Siobhan Butler
Removing Appendix A from Release Notes as Intel Licensing information is no longer relevant in this document. Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/appendices.rst | 324 doc/guides/rel_notes/index.rst | 44 - 2 files changed, 368

[dpdk-dev] [PATCH v2 4/8] Doc: Moved known issue 6.29 to resolved issues in Rel Notes

2014-12-02 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/resolved_issues.rst | 30 ++ 1 file changed, 30 insertions(+) diff --git a/doc/guides/rel_notes/resolved_issues.rst b/doc/guides/rel_notes/resolved_issues.rst index f9ddb7f..7e5e268 100644 --- a/doc/guides

[dpdk-dev] [PATCH v2 3/8] Doc: Added to known issue 6.10 and removed fixed issue 6.29 from Rel_Notes

2014-12-02 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/known_issues.rst | 38 +++ 1 file changed, 7 insertions(+), 31 deletions(-) diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index 8ef654a..9601b01 100644 --- a/doc

[dpdk-dev] [PATCH v2 2/8] Doc: Added "New Features" to release notes

2014-12-02 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 24 1 file changed, 24 insertions(+) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index a93aa3c..aafd146 100644 --- a/doc/guides/rel_notes

[dpdk-dev] [PATCH v2 1/8] Doc: Moved 1.7 "New Features" to "Supported Features" for 1.8 in Rel_Notes

2014-12-02 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 17 - doc/guides/rel_notes/supported_features.rst | 22 ++ 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides

[dpdk-dev] [PATCH v2 0/8] doc: patch set to update release notes

2014-12-02 Thread Siobhan Butler
. Moved issues newly resolved from known issues to resolved issues. Removed Intel Licensing Appendix A as no longer relevant. Siobhan Butler (8): Doc: Moved 1.7 "New Features" to "Supported Features" for 1.8 in Rel_Notes Doc: Added "New Features" to release notes

[dpdk-dev] [PATCH] Doc: Adding Distributor Sample Application to Sample App UG

2014-12-02 Thread Siobhan Butler
New distributor sample app user guide section for sample app ug. Signed-off-by: Siobhan Butler --- doc/guides/sample_app_ug/dist_app.rst | 173 +++ doc/guides/sample_app_ug/img/dist_app.svg | 442 +++ doc/guides/sample_app_ug/img/dist_perf.svg | 459

[dpdk-dev] [PATCH 4/4] Doc: Moved known issue 6.29 to resolved issues in Rel Notes

2014-12-01 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/resolved_issues.rst | 28 1 file changed, 28 insertions(+) diff --git a/doc/guides/rel_notes/resolved_issues.rst b/doc/guides/rel_notes/resolved_issues.rst index f9ddb7f..59355f9 100644 --- a/doc/guides

[dpdk-dev] [PATCH 3/4] Doc: Added to known issue 6.10 and removed fixed issue 6.29 from Rel_Notes

2014-12-01 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/known_issues.rst | 40 +++ 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/doc/guides/rel_notes/known_issues.rst b/doc/guides/rel_notes/known_issues.rst index 8ef654a..7dd05cb 100644 --- a/doc

[dpdk-dev] [PATCH 2/4] Doc: Added "New Features" to release notes

2014-12-01 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 24 1 file changed, 24 insertions(+) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index a93aa3c..00895ce 100644 --- a/doc/guides/rel_notes

[dpdk-dev] [PATCH 1/4] Doc: Moved 1.7 "New Features" to "Supported Features" for 1.8 in Rel_Notes

2014-12-01 Thread Siobhan Butler
Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/new_features.rst | 17 - doc/guides/rel_notes/supported_features.rst | 22 ++ 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides

[dpdk-dev] [PATCH 0/4]Doc: Patch set to update release notes

2014-12-01 Thread Siobhan Butler
oved known issue 6.29 "Double VLAN not working on 40GbE Ethnet Controller" as resolved Resolved issues: - Added known issue 6.29 to resolved issues Siobhan Butler (4): Doc: Moved 1.7 "New Features" to "Supported Features" for 1.8 in Rel_Notes Doc: Added &quo