Branch: refs/heads/api-next
  Home:   https://github.com/Linaro/odp
  Commit: f36139ea56706df2534a269039b3effca7169234
      
https://github.com/Linaro/odp/commit/f36139ea56706df2534a269039b3effca7169234
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M include/odp/api/spec/init.h

  Log Message:
  -----------
  api: init: add new mem_model member to odp_init_t

Add new odp_mem_model_t enum for configuring application memory model. This
enables an application to operate in process mode without the need to
modify ODP configuration file.

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: d901665b489d0470af24e757208488011515e0ad
      
https://github.com/Linaro/odp/commit/d901665b489d0470af24e757208488011515e0ad
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M platform/linux-generic/odp_init.c

  Log Message:
  -----------
  linux-gen: init: use new odp_init_t.mem_model parameter

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 044b9ed53fa1845d99f0aee3f402a5dcfed3c16e
      
https://github.com/Linaro/odp/commit/044b9ed53fa1845d99f0aee3f402a5dcfed3c16e
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M test/validation/api/init/init_main_ok.c

  Log Message:
  -----------
  validation: init: add test for odp_init_t.mem_model

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 9bdb18d5ee876212bdac3098266a522f7bd25efb
      
https://github.com/Linaro/odp/commit/9bdb18d5ee876212bdac3098266a522f7bd25efb
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M helper/include/odp/helper/threads.h
    M helper/threads.c

  Log Message:
  -----------
  helper: threads: replace odph_linux_thread_type_t with odp_mem_model_t

Replace enum odph_odpthread_linuxtype_t with odp_mem_model_t.

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 5c1c8bca96169bb3ce312b0d5cca39f7d9bc4372
      
https://github.com/Linaro/odp/commit/5c1c8bca96169bb3ce312b0d5cca39f7d9bc4372
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M helper/include/odp/helper/threads.h
    M helper/threads.c

  Log Message:
  -----------
  helper: threads: add odph_options() getter function

Add function for reading parsed linux helper options.

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 7d457a070d8fd304262f28da9f86712b136ab0c0
      
https://github.com/Linaro/odp/commit/7d457a070d8fd304262f28da9f86712b136ab0c0
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M helper/test/odpthreads.c

  Log Message:
  -----------
  helper: test: add test for new odph_options() function

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 70cf3e1941797acc0c3f1e2990f4490c249ee1a8
      
https://github.com/Linaro/odp/commit/70cf3e1941797acc0c3f1e2990f4490c249ee1a8
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M platform/linux-generic/test/mmap_vlan_ins/mmap_vlan_ins.c
    M test/performance/odp_bench_packet.c
    M test/performance/odp_cpu_bench.c
    M test/performance/odp_crypto.c
    M test/performance/odp_ipsec.c
    M test/performance/odp_l2fwd.c
    M test/performance/odp_pktio_ordered.c
    M test/performance/odp_pktio_perf.c
    M test/performance/odp_sched_latency.c
    M test/performance/odp_sched_pktio.c
    M test/performance/odp_scheduling.c

  Log Message:
  -----------
  test: performance: use mem_model from helper options

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 37bb9253fe0951f6dba10349e4ff472890615006
      
https://github.com/Linaro/odp/commit/37bb9253fe0951f6dba10349e4ff472890615006
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M example/classifier/odp_classifier.c
    M example/generator/odp_generator.c
    M example/ipsec/odp_ipsec.c
    M example/ipsec_api/odp_ipsec.c
    M example/l2fwd_simple/odp_l2fwd_simple.c
    M example/packet/odp_pktio.c
    M example/switch/odp_switch.c
    M example/time/time_global_test.c
    M example/timer/odp_timer_test.c

  Log Message:
  -----------
  example: use mem_model from helper options

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: eb9f47e9ce077e089575183abbfe00f2fce2fd41
      
https://github.com/Linaro/odp/commit/eb9f47e9ce077e089575183abbfe00f2fce2fd41
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M test/common/odp_cunit_common.c
    M test/validation/api/atomic/atomic.c
    M test/validation/api/barrier/barrier.c
    M test/validation/api/crypto/odp_crypto_test_inp.c
    M test/validation/api/ipsec/ipsec.c
    M test/validation/api/lock/lock.c
    M test/validation/api/thread/thread.c
    M test/validation/api/timer/timer.c

  Log Message:
  -----------
  validation: use use mem_model from helper options

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 1ee7da08721452033dd7b0537e62ec1191291120
      
https://github.com/Linaro/odp/commit/1ee7da08721452033dd7b0537e62ec1191291120
  Author: Matias Elo <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M config/odp-linux-generic.conf
    M platform/linux-generic/odp_ishm.c
    M platform/linux-generic/test/process-mode.conf

  Log Message:
  -----------
  linux-gen: shm: remove single_va configuration option

Process mode is now enabled by setting odp_init_global() parameter
odp_init_t.mem_model to ODP_MEM_MODEL_PROCESS.

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


Compare: https://github.com/Linaro/odp/compare/27b0ca668ec9...1ee7da087214
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

Reply via email to