summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2016-04-14 14:25:36 -0400
committerMike Holmes <mike.holmes@linaro.org>2016-04-14 14:26:08 -0400
commiteed32931c399405085caff18b85b383d64d3366e (patch)
treed1aea7eac31dcc2921f6185c53e77242e2b8944a
parent9dffa968785726fc344f9eb61624d1cf3f159126 (diff)
clean up section title format use CSV
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
-rw-r--r--odp-release-notes-v1.9/odp-release-notes.adoc55
1 files changed, 12 insertions, 43 deletions
diff --git a/odp-release-notes-v1.9/odp-release-notes.adoc b/odp-release-notes-v1.9/odp-release-notes.adoc
index ec87c1e..dbfe799 100644
--- a/odp-release-notes-v1.9/odp-release-notes.adoc
+++ b/odp-release-notes-v1.9/odp-release-notes.adoc
@@ -5,9 +5,10 @@ made
:imagesdir: ../images
:toc:
:numbered!:
+
[abstract]
-Abstract
---------
+== Abstract
+
This document is intended to guide a new application developer +
in understanding the changes made to the API and ABI when an ODP release is +
made
@@ -15,64 +16,32 @@ made
Further details about ODP may be found at the http://opendataplane.org[ODP]
home page.
-:numbered:
-
-== ODP Release
-=== Description
-People that use the project and submit bugs and request new features to the
-project.
-
-=== New Features
+== New Features
TBD
-=== Resolved Issues in Bugzilla [1]
+== Resolved Issues in Bugzilla
+The bugs are tracked in a bugzilla instance[1]
.Fixed Bugs
-[width="75%",align="center",options="header"]
+[format="csv",width="75%",align="center",options="header"]
|====
-| Bug Number | Description
-|1547| Untested API copy_md_to_packet
-|2161| Configure script fails in Cunit check
-|2033| odp_cpuinfo_parser() causes segfault on systems where cpu speed info is missing in sysinfo->model_str
-|1394| CID 56895: Buffer not null terminated: odp_packet_netmap.c
-|2030| CID 157957: Memory - illegal accesses:odp_sysinfo_parse.c
-|2127| memory leak in odp_crypto
-|2151| Packet pool runs out of blocks for irregular traffic patterns
-|1386| Doxygen: input source `./platform/linux-netmap/include/odp' does not exist
-|1826| Untested internal APIs verify_pmr_eth_type_0
-|1827| Untested internal API verify_pmr_eth_type_x
-|1829| Untested internal API verify_pmr_ipsec_spi
-|1831| Untested internal API verify_pmr_ipv6_daddr
-|1832| Untested internal API verify_pmr_ipv6_saddr
-|1833| Untested internal API verify_pmr_ld_vni
-|2058| odp_init_local user-doc does not describe the thread type
-|2076| Scheduler validation suite Fails in CI
-|2120| CID 158534: Memory - illegal accesses odp_traffic_mngr.c
-|2121| CID 158532: Integer handling issues odp_classification_basic.c
-|2122| CID 158533: Integer handling issues odp_timer_wheel.c
-|2129| CID 158774 CID 158775: Error handling issues: odp_system_info.c:
-|2133| linux-generic dpdk pktio clang warnings
-|2137| CID 158531: Missing break in switch: odp_crypto.c
-|2141| test/performance/odp_crypto valgrind uninitialised value
-|2146| CID 159395: Security best practices violations: shmem_linux.c
-|2149| CID 159392: Memory - illegal accesses: shmem_linux.c
-|2154| ODP fails to build with GCC 5.3 (__DATE__ and __TIME__ macros, preventing reproducible builds)
-|2158| CID 159488: Uninitialized variables: shmem_odp.c
+Bug Number,Description
+include::odp-bugs-report.csv[]
|====
-=== API changes ===
+== API changes
The API is checked via the API Compliance Checker tools in check-odp [3]
This is a work in progress but it diffs the actual doxygen documentation of the specification
link:odp-api-report.txt[odp-api-report]
-=== ABI changes ===
+== ABI changes
The ABI is checked via the ABI Compliance Checker (ABICC) [2]
link:odp-abi-report.html[odp-abi-report]
-=== References
+== References
1. https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20linux-%20generic%20reference
2. http://ispras.linuxbase.org/index.php/ABI_compliance_checker