Re: [lng-odp] [API-NEXT PATCHv6 1/5] api: packet: add support for packet references

2017-01-09 Thread Bill Fischofer
On Mon, Jan 9, 2017 at 10:08 AM, Bala Manoharan wrote: > Except for the Minor documentation comment below > > Reviewed-by: Balasubramanian Manoharan > > On 5 January 2017 at 20:25, Bill Fischofer wrote: >> Introduce three new APIs that support efficient sharing of portions of >> packets. >> >> o

Re: [lng-odp] [API-NEXT PATCHv6 1/5] api: packet: add support for packet references

2017-01-09 Thread Bala Manoharan
Except for the Minor documentation comment below Reviewed-by: Balasubramanian Manoharan On 5 January 2017 at 20:25, Bill Fischofer wrote: > Introduce three new APIs that support efficient sharing of portions of > packets. > > odp_packet_ref_static() creates an alias for a base packet > > odp_pa

[lng-odp] [API-NEXT PATCHv6 1/5] api: packet: add support for packet references

2017-01-05 Thread Bill Fischofer
Introduce three new APIs that support efficient sharing of portions of packets. odp_packet_ref_static() creates an alias for a base packet odp_packet_ref() creates a reference to a base packet odp_packet_ref_pkt() creates a reference to a base packet from a supplied header packet In addition, t