Branch: refs/heads/api-next
  Home:   https://github.com/Linaro/odp
  Commit: 5876b4f36fbbaf10f5242915a1b29dee37cfb005
      
https://github.com/Linaro/odp/commit/5876b4f36fbbaf10f5242915a1b29dee37cfb005
  Author: Bill Fischofer <[email protected]>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  -----------
  validation: packet: do not require a max packet length

Address bug https://bugs.linaro.org/show_bug.cgi?id=2908 by adding
appropriate pool capability checks to the packet, pktio, and crypto tests
to account for pkt.max_len, pkt.max_seg_len, or pkt.max_segs_per_pkt
being zero, indicating these limits are bound only by available
memory.

Signed-off-by: Bill Fischofer <[email protected]>
Reviewed-by: Balakrishna Garapati <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 39b3a1681097638f5ba99666447553293abdef20
      
https://github.com/Linaro/odp/commit/39b3a1681097638f5ba99666447553293abdef20
  Author: Maxim Uvarov <[email protected]>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M configure.ac
    M platform/linux-generic/Makefile.am
    M platform/linux-generic/m4/configure.m4
    R platform/linux-generic/m4/odp_ipc.m4
    M test/linux-generic/Makefile.am

  Log Message:
  -----------
  linux-gen: remove pktio ipc option from configure

Options becomes stable and not need any entry in main
configure for platform specific pktio.

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


  Commit: fd980722c2a99d57ece3ec878d82dd94d03a5e76
      
https://github.com/Linaro/odp/commit/fd980722c2a99d57ece3ec878d82dd94d03a5e76
  Author: Maxim Uvarov <[email protected]>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M platform/linux-generic/pktio/socket_mmap.c

  Log Message:
  -----------
  linux-gen: pktio: socket mmap: check unmap return code

Check unmap return code
https://bugs.linaro.org/show_bug.cgi?id=2831

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


  Commit: 07bf459919d968674741fe9be6120124221ee62e
      
https://github.com/Linaro/odp/commit/07bf459919d968674741fe9be6120124221ee62e
  Author: Bogdan Pricope <[email protected]>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M example/generator/odp_generator.c

  Log Message:
  -----------
  test: generator: compose sending packets from reference packet plus 
differences

Signed-off-by: Bogdan Pricope <[email protected]>
Reviewed-and-tested-by: Yi He <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 62298f0a5a25f3f3d0b2289b004dfc79246d7dbc
      
https://github.com/Linaro/odp/commit/62298f0a5a25f3f3d0b2289b004dfc79246d7dbc
  Author: Bogdan Pricope <[email protected]>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M example/generator/odp_generator.c

  Log Message:
  -----------
  test: generator: send UDP packets in bursts

Signed-off-by: Bogdan Pricope <[email protected]>
Reviewed-and-tested-by: Yi He <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 6b417e477b0a7b743c7b68a840c4ac19f08f8dbd
      
https://github.com/Linaro/odp/commit/6b417e477b0a7b743c7b68a840c4ac19f08f8dbd
  Author: Bogdan Pricope <[email protected]>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M example/generator/odp_generator.c

  Log Message:
  -----------
  test: generator: receive packets in bursts

Signed-off-by: Bogdan Pricope <[email protected]>
Reviewed-and-tested-by: Yi He <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 3a8d28128480b75c2e5039b6c53db05fc8b6aa74
      
https://github.com/Linaro/odp/commit/3a8d28128480b75c2e5039b6c53db05fc8b6aa74
  Author: Bogdan Pricope <[email protected]>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M example/generator/odp_generator.c

  Log Message:
  -----------
  test: generator: use multiple RX queue in receiving mode

Signed-off-by: Bogdan Pricope <[email protected]>
Reviewed-and-tested-by: Yi He <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 539b12c997b213c687249669b4ed4dc058d957ee
      
https://github.com/Linaro/odp/commit/539b12c997b213c687249669b4ed4dc058d957ee
  Author: Bogdan Pricope <[email protected]>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M example/generator/odp_generator.c

  Log Message:
  -----------
  test: generator: use multiple TX queues in send UDP mode

Signed-off-by: Bogdan Pricope <[email protected]>
Reviewed-and-tested-by: Yi He <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 138a4a92b0bbf5bcc713a62747644276ada8d05d
      
https://github.com/Linaro/odp/commit/138a4a92b0bbf5bcc713a62747644276ada8d05d
  Author: Matias Elo <[email protected]>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

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

  Log Message:
  -----------
  test: bench_packet: fix headroom/tailroom test return values

Zero is a valid return value from the packet headroom/tailroom functions.

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


  Commit: 8286cff9c5bb890d169b58857e3ab6cd118a2af4
      
https://github.com/Linaro/odp/commit/8286cff9c5bb890d169b58857e3ab6cd118a2af4
  Author: Ola Liljedahl <[email protected]>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M platform/linux-generic/pktio/ring.c

  Log Message:
  -----------
  linux-generic: ring.c: use required memory orderings

Signed-off-by: Ola Liljedahl <[email protected]>
Reviewed-by: Brian Brooks <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 4eebb3ada12ab8815b26ba0800f7cf830e4ee6ad
      
https://github.com/Linaro/odp/commit/4eebb3ada12ab8815b26ba0800f7cf830e4ee6ad
  Author: Bogdan Pricope <[email protected]>
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
    M example/generator/odp_generator.c

  Log Message:
  -----------
  test: generator: update global statistics calculation

Update global statistics calculation to provide
useful/easy-to-parse information.

Signed-off-by: Bogdan Pricope <[email protected]>
Reviewed-and-tested-by: Yi He <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 503708078bf6ab9228d23ad65660b42248600c2d
      
https://github.com/Linaro/odp/commit/503708078bf6ab9228d23ad65660b42248600c2d
  Author: Maxim Uvarov <[email protected]>
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
    M test/common_plat/performance/Makefile.am
    M test/common_plat/performance/odp_pktio_ordered_run.sh

  Log Message:
  -----------
  test: perf: fix bash syntax in odp_pktio_ordered_run.sh

bash -lt syntax expects 2 integer values, not strings.
Also return code of piped command needs to be get in
a little bit different way.
https://bugs.linaro.org/show_bug.cgi?id=2872

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


  Commit: c7014b4848c276c17dcdddab103ce88b3eb29235
      
https://github.com/Linaro/odp/commit/c7014b4848c276c17dcdddab103ce88b3eb29235
  Author: Matias Elo <[email protected]>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M helper/iplookuptable.c

  Log Message:
  -----------
  helper: iplookuptable: fix prefix_entry_t member order

Depending on the alignment/padding odph_iplookup_table_put_value() could
end up overwriting the wrong fields in prefix_entry_t. Fix this by
reverting the order of prefix_entry_t members.

Fixes https://bugs.linaro.org/show_bug.cgi?id=2910

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


  Commit: acdefa627a82975d90fc3fe686f7e8b1b62434a3
      
https://github.com/Linaro/odp/commit/acdefa627a82975d90fc3fe686f7e8b1b62434a3
  Author: Maxim Uvarov <[email protected]>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M configure.ac
    M example/generator/odp_generator.c
    M helper/iplookuptable.c
    M platform/linux-generic/Makefile.am
    M platform/linux-generic/m4/configure.m4
    R platform/linux-generic/m4/odp_ipc.m4
    M platform/linux-generic/pktio/ring.c
    M platform/linux-generic/pktio/socket_mmap.c
    M test/common_plat/performance/Makefile.am
    M test/common_plat/performance/odp_bench_packet.c
    M test/common_plat/performance/odp_pktio_ordered_run.sh
    M test/common_plat/validation/api/crypto/crypto.c
    M test/common_plat/validation/api/packet/packet.c
    M test/common_plat/validation/api/pktio/pktio.c
    M test/linux-generic/Makefile.am

  Log Message:
  -----------
  Merge branch 'master' into api-next

Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: e91cf8bb39da24d2a7dbfbb328aa35d1c4cab4ea
      
https://github.com/Linaro/odp/commit/e91cf8bb39da24d2a7dbfbb328aa35d1c4cab4ea
  Author: Petri Savolainen <[email protected]>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  -----------
  api: packet: add per packet checksum control

Checksum insertion has pktio interface level configuration
options. Per packet override is needed for example when
L4 checksumming is enabled and application forwards packets.
Forwarded packets need to maintain original, end-to-end checksum
value.

Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Balasubramanian Manoharan <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>


Compare: https://github.com/Linaro/odp/compare/35e0f869ff3d...e91cf8bb39da

Reply via email to