aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-11-13 13:48:02 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-11-13 13:49:18 +0300
commit8c565b70cb5255738c28c54b61d20a276a07d6d4 (patch)
tree5f7190db9976987553533e7042eb081e5b76525b
parent8bd5e2ef26458be62a7fbb322b6086b61d7654f5 (diff)
update version number from v1.4.0.0 to v1.4.1.0v1.4.1.0
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--debian/changelog33
-rw-r--r--include/odp/api/version.h2
2 files changed, 34 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d446cc800..1983a9adb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+opendataplane (1.4.1.0-1) unstable; urgency=low
+ * Validation
+ - pktio: test transmit error recovery
+ - schedule: add chaos test
+ - check return code from odp_queue_lock_count()
+ - scheduler: test ordered queue reorder processing
+ - pktio: initialize queue parameters correctly
+ - pktio: test for transmit error handling
+ - pktio: add support for direct receive
+ - pktio: pass interface index rather than name
+ - pktio: fix start_stop test
+ - test: l2fwd: separate rx and tx drop counters
+ - test: l2fwd: increase burst size
+ - test: l2fwd: optimize statistics usage
+ - test: l2fwd: optimize queue mode
+ - test: l2fwd: start pktios after worker thread create
+ - test: l2fwd: added option to disable error check
+ - example/ipsec: Increase ip_data_len for Tunnel mode
+ - example: ipsec: check push_tail return code
+ * General:
+ - linux-generic: pktio: handle transmit errors correctly
+ - pktio socket_mmap: recover from transmit errors but 1890
+ - pktio: increase MTU of loop interface
+ - ordered queues: fix race condition during order release
+ and out of order.
+ - configure: move HAVE_PCAP AM_CONDITIONAL to configure.ac
+ * ODP helper:
+ - linux: checkpatch cleaning for helper/linux.c
+ - linux: examine the cause for child process termination
+ - linux: request SIGTERM if parent process dies
+
+ -- Maxim Uvarov <maxim.uvarov@linaro.org> Fri, 13 Nov 2015 13:47:22 +0300
+
opendataplane (1.4.0.0-1) unstable; urgency=low
* API:
- ** Classification **
diff --git a/include/odp/api/version.h b/include/odp/api/version.h
index c976f160f..89121777a 100644
--- a/include/odp/api/version.h
+++ b/include/odp/api/version.h
@@ -46,7 +46,7 @@ extern "C" {
* to the API. For an API with common generation and major version, but with
* different minor numbers the two versions are backward compatible.
*/
-#define ODP_VERSION_API_MINOR 0
+#define ODP_VERSION_API_MINOR 1
/**
* Returns ODP API version string