Branch: refs/heads/api-next
  Home:   https://github.com/Linaro/odp
  Commit: effdb6228cd9c56a0f3af7f1ef3277cbf1971c23
      
https://github.com/Linaro/odp/commit/effdb6228cd9c56a0f3af7f1ef3277cbf1971c23
  Author: Maxim Uvarov <[email protected]>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

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

  Log Message:
  -----------
  Revert "api: packet: references may be implemented as copy"

This reverts commit f72f999552de02c602864baa82bb374322415b24.
Version 1 instead of 2 was applied. Revert it with following applying
v2.
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: 06eed47498a6697365cb3498975caf90a581179a
      
https://github.com/Linaro/odp/commit/06eed47498a6697365cb3498975caf90a581179a
  Author: Maxim Uvarov <[email protected]>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

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

  Log Message:
  -----------
  Revert "linux-gen: packet: implement references as copy"

This reverts commit 44ae9773bc94f8cd349034901f08a2eed46dc822.
Version 1 instead of 2 was applied. Revert it with following applying
v2.
Signed-off-by: Maxim Uvarov <[email protected]>


  Commit: e554ba1a30e0bd7f6fe0c3ccd8c8846ef41ae9e4
      
https://github.com/Linaro/odp/commit/e554ba1a30e0bd7f6fe0c3ccd8c8846ef41ae9e4
  Author: Petri Savolainen <[email protected]>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

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

  Log Message:
  -----------
  api: packet: references may be implemented as copy

Some implementations may implement new references as packet copy.
odp_packet_has_ref() will return 0 for copies, since those are
unique packets.

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


  Commit: 144a2cd89865b5565a6064c3b1db4987bd1b4e58
      
https://github.com/Linaro/odp/commit/144a2cd89865b5565a6064c3b1db4987bd1b4e58
  Author: Petri Savolainen <[email protected]>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

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

  Log Message:
  -----------
  linux-gen: packet: implement references as copy

Implement packet references API as packet copy. This is the
simplest way to support the API, as other packet functions
are not affected at all.

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


Compare: https://github.com/Linaro/odp/compare/2e2d96234dd0...144a2cd89865

Reply via email to