Branch: refs/heads/master
  Home:   https://github.com/Linaro/odp
  Commit: 969d1c74ef21b77df01b120297d4156b87183894
      
https://github.com/Linaro/odp/commit/969d1c74ef21b77df01b120297d4156b87183894
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M test/common_plat/performance/odp_l2fwd.c

  Log Message:
  -----------
  test: l2fwd: add pktio driver print out

Print out pktio driver name in start up. Driver name (e.g. dpdk or
netmap) helps in checking that correct pktio device started.

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


  Commit: 2afd00967b751ef3a9fe45d2f966f35956c93520
      
https://github.com/Linaro/odp/commit/2afd00967b751ef3a9fe45d2f966f35956c93520
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M test/common_plat/validation/api/packet/packet.c

  Log Message:
  -----------
  validation: packet: print reason for suite init failure

Knowing the reason for suite init function failure helps in
debugging.

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


  Commit: 8f517b3a278d3742b182b67d6b50f9452dd3e519
      
https://github.com/Linaro/odp/commit/8f517b3a278d3742b182b67d6b50f9452dd3e519
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M example/generator/odp_generator.c

  Log Message:
  -----------
  test: generator: various improvements

User may select number of worker threads (-w) or cpumask (-c)
(but not both) to limit number of worker thread.

Increased pool size since many threads empty the pool easily and
result some threads to give up (on the first time those see pool
empty).

Added EXAMPLE_ERR() before abort() to make debugging easier.

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


  Commit: 0c3ee63ae7b133defa2e74d2573f541d68dae040
      
https://github.com/Linaro/odp/commit/0c3ee63ae7b133defa2e74d2573f541d68dae040
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M test/common_plat/performance/odp_l2fwd_run.sh

  Log Message:
  -----------
  test: l2fwd script: limit number of generator cpus

During 'make check' run generator on up to four cpus. Generator on
all cpus was an overkill compared to l2fwd on two cpus. Generator
and l2fwd still share cpus (on odp-linux) as cpumask_default_worker()
returns the same cpumask for both.

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


  Commit: 0d3ee95d0fb3712631d81c5e6f4fb5f176617c5e
      
https://github.com/Linaro/odp/commit/0d3ee95d0fb3712631d81c5e6f4fb5f176617c5e
  Author: Petri Savolainen <petri.savolai...@linaro.org>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M test/common_plat/performance/odp_l2fwd.c

  Log Message:
  -----------
  test: l2fwd: use packet_data

Since l2fwd can assume that all packets are Ethernet. Also
odp_packet_data() points to the first byte of the frame directly
after packet input.

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


Compare: https://github.com/Linaro/odp/compare/b8867b0a5ea5...0d3ee95d0fb3

Reply via email to