Branch: refs/heads/api-next
  Home:   https://github.com/Linaro/odp
  Commit: e733d6ba6382ccbf9d6c84a6a10bf720c2e16c0d
      
https://github.com/Linaro/odp/commit/e733d6ba6382ccbf9d6c84a6a10bf720c2e16c0d
  Author: Petri Savolainen <[email protected]>
  Date:   2017-10-23 (Mon, 23 Oct 2017)

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

  Log Message:
  -----------
  api: shm: style clean up

Clean up shm header file. Remove [in] Doxygen tags as function
parameters are by default input. Move @note text to the main
text block, as it's usual API specification text.

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


  Commit: f4d54b8831df52878b66bb145124a9adb4beab28
      
https://github.com/Linaro/odp/commit/f4d54b8831df52878b66bb145124a9adb4beab28
  Author: Petri Savolainen <[email protected]>
  Date:   2017-10-23 (Mon, 23 Oct 2017)

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

  Log Message:
  -----------
  api: shm: print shm block info

Added function to print debugging information about the
specified shared memory block. Info is implementation defined
but should include information about allocated memory addresses,
pages, etc.

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


  Commit: 18977d0684ef7a26ddd6777ca341f7b1ca9e5c3e
      
https://github.com/Linaro/odp/commit/18977d0684ef7a26ddd6777ca341f7b1ca9e5c3e
  Author: Petri Savolainen <[email protected]>
  Date:   2017-10-23 (Mon, 23 Oct 2017)

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

  Log Message:
  -----------
  linux-gen: shm: make odp_shm_print_all readable again

Use ODP_PRINT instead of ODP_DBG in the print function.
The idea of a print function is that it prints information
when application calls it. ODP_DBG does not print anything
by default.

Format printted output to be a readable table of shm blocks.

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


  Commit: 825f75ed8644ef57c5648961e7982daf13cd9375
      
https://github.com/Linaro/odp/commit/825f75ed8644ef57c5648961e7982daf13cd9375
  Author: Petri Savolainen <[email protected]>
  Date:   2017-10-23 (Mon, 23 Oct 2017)

  Changed paths:
    M platform/linux-generic/_ishm.c
    M platform/linux-generic/include/_ishm_internal.h
    M platform/linux-generic/odp_shared_memory.c
    M test/validation/api/shmem/shmem.c

  Log Message:
  -----------
  linux-gen: shm: implement odp_shm_print

Implement the new block level debug print function.

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


Compare: https://github.com/Linaro/odp/compare/ec6510b33e8b...825f75ed8644

Reply via email to