Signed-off-by: Maxim Uvarov <[email protected]>
---
Changes from previous version:

Anders Roxell (1):
      validation: Makefile: cleanup make flags

Bill Fischofer (5):
      linux-generic: packet: streamline packet add/rem data
      linux-generic: packet: add ODP_PACKET_OFFSET_INVALID
      linux-generic: pktio code to handle segmented packets
      linux-generic: enable segmented packet support
      api: buffer: change odp_buffer_pool_info_t output

Maxim Uvarov (3):
      api: pktio: remove odp_pktio_set_mtu
      validation: pktio: add mac, promisc and mtu tests
      Update version number from 0.5.0 to 0.6.0

Mike Holmes (2):
      DEPENDENCIES: add documentation instructions
      validation: odp_buffer: add to test suite

Ola Liljedahl (1):
      linux-generic: odp_ticketlock.h: implement trylock()

Petri Savolainen (3):

Stuart Haslam (2):
      api: pktio: remove odp_pktio_get_input() and odp_pktio_set_input()
      validation: pktio: initial pktio tests

Taras Kondratiuk (11):
      linux-generic: implement odp_queue_destroy()
      validation: common: fix application exit status
      api: init: add a way to determine a last ODP thread termination
      linux-generic: init: implement basic odp_term_local()
      linux-generic: crypto: always make a copy of IV
      linux-generic: crypto: implement completion event context
      linux-generic: crypto: implement odp_crypto_get_operation_compl_packet()
      Revert "validation: XFAIL crypto until API is implemented"
      validation: buffer: add initial buffer pool tests
      validation: buffer: add initial buffer tests
      validation: buffer: add initial packet tests

 platform/linux-generic/include/api/odp_version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platform/linux-generic/include/api/odp_version.h 
b/platform/linux-generic/include/api/odp_version.h
index e8569b8..464d830 100644
--- a/platform/linux-generic/include/api/odp_version.h
+++ b/platform/linux-generic/include/api/odp_version.h
@@ -37,7 +37,7 @@ extern "C" {
  * Introduction of major new features or changes. APIs with different major
  * versions are likely not backward compatible.
  */
-#define ODP_VERSION_API_MAJOR 5
+#define ODP_VERSION_API_MAJOR 6
 
 /**
  * ODP API minor version
-- 
1.8.5.1.163.gd7aced9


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to