Branch: refs/heads/master
  Home:   https://github.com/Linaro/odp
  Commit: 21f383e9fa9f0f0c127dbb251e08ae91da56d817
      
https://github.com/Linaro/odp/commit/21f383e9fa9f0f0c127dbb251e08ae91da56d817
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M platform/linux-generic/include/odp_config_internal.h

  Log Message:
  -----------
  linux-gen: pool: decrease minimum segment size to 2k

Decrease minimum segment size from about 8k to about 2k bytes.
Normal Ethernet frames still fit into first segment, but
SHM reservation size is reduced into about 1/3 what it was.
There is 1GB limit in process mode SHM allocations, so 1/3
reduction makes a big difference there.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


  Commit: d46c341e321cb5085d5577dd5fb8ca0b3f7ba554
      
https://github.com/Linaro/odp/commit/d46c341e321cb5085d5577dd5fb8ca0b3f7ba554
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M test/validation/api/scheduler/scheduler.c

  Log Message:
  -----------
  validation: sched: add queue size test

Added test case which uses small queue size for scheduled
queues.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


  Commit: 2dd51f19e1d9c84fd09962ad2d134c376b46c45f
      
https://github.com/Linaro/odp/commit/2dd51f19e1d9c84fd09962ad2d134c376b46c45f
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

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

  Log Message:
  -----------
  linux-gen: queue: use queue size parameter

Don't round up small queue sizes to default, but to minimum
queue size. Application may need to set small size on some
queues.

Large queue size mean large buffering capacity. E.g. when
large queues are served with a low priority, service level
of higher priority queues may suffer as many/most events of
a shared pool may be stored in low priority queues (while
the pool is empty).

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


  Commit: d966e0e452517e1e0a29ca59b892f6685d560c78
      
https://github.com/Linaro/odp/commit/d966e0e452517e1e0a29ca59b892f6685d560c78
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M test/performance/odp_sched_pktio.c

  Log Message:
  -----------
  test: sched_pktio: add queue pipeline options

Added options to test performance when received packets are
pushed through a set of queues (pipeline stages) before
packet output.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


  Commit: 0db006b5ea8fb6c760a4e48a5dd953b65d1895fc
      
https://github.com/Linaro/odp/commit/0db006b5ea8fb6c760a4e48a5dd953b65d1895fc
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M test/performance/odp_sched_pktio.c

  Log Message:
  -----------
  test: sched_pktio: add scheduler sync mode option

Added option to select scheduler synchronization mode
(parallel, atomic, ordered) for all queues.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


  Commit: a7f23e35b596dada847205235821336e9e8d7166
      
https://github.com/Linaro/odp/commit/a7f23e35b596dada847205235821336e9e8d7166
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M test/performance/odp_sched_pktio.c

  Log Message:
  -----------
  test: sched_pktio: add pipeline queue size option

Added option to set pipeline queue size. Default is 256 to
avoid large buffering in pipeline queues.

Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


Compare: https://github.com/Linaro/odp/compare/f6b06ba4ef87...a7f23e35b596
      **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