Branch: refs/heads/2.0
  Home:   https://github.com/Linaro/odp
  Commit: 0e8647378bfbe730101e5f089e134356dea00cda
      
https://github.com/Linaro/odp/commit/0e8647378bfbe730101e5f089e134356dea00cda
  Author: Kevin Wang <kevin.w...@arm.com>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

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

  Log Message:
  -----------
  linux-gen: pool: rearrange pool_t to separate control and data plane

Separate the pool's control plane and data plane data structures.
This avoids sharing control plane related data and dataplane
related data on the same cache line.

Signed-off-by: Kevin Wang <kevin.w...@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com>
Reviewed-by: Ola Liljedahl <ola.liljed...@arm.com>
Reviewed-by: Brian Brooks <brian.bro...@arm.com>
Reviewed-by: Yi He <yi...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>


  Commit: 8c1cb083f8bacd0c1fe56a759591ff7e0633be37
      
https://github.com/Linaro/odp/commit/8c1cb083f8bacd0c1fe56a759591ff7e0633be37
  Author: Kevin Wang <kevin.w...@arm.com>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

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

  Log Message:
  -----------
  linux-gen: packet: get pool_hdl from odp_buffer_hdr_t

In odp_packet_rem_data() and odp_packet_add_data(), pool_hdl is
able to be gotten from odp_packet_hdr_t, don't need to get from
pool_t indirectly.

Signed-off-by: Kevin Wang <kevin.w...@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com>
Reviewed-by: Ola Liljedahl <ola.liljed...@arm.com>
Reviewed-by: Brian Brooks <brian.bro...@arm.com>
Reviewed-by: Yi He <yi...@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>


Compare: https://github.com/Linaro/odp/compare/7074b71b266d...8c1cb083f8ba

Reply via email to