Re: [lng-odp] [API-NEXT PATCH 1/7] api: packet: src and dst packet must not be the same

2016-12-23 Thread Maxim Uvarov
Merged, Maxim. On 12/23/16 11:14, Bala Manoharan wrote: > Reviewed-by: Balasubramanian Manoharan > > On 22 December 2016 at 20:03, Petri Savolainen > wrote: >> Concat and copy_from_pkt operations must be called with src and >> dst packet handles which refer to the same packet. >> >> Signed-off-

Re: [lng-odp] [API-NEXT PATCH 1/7] api: packet: src and dst packet must not be the same

2016-12-23 Thread Bill Fischofer
:59 PM >> To: Savolainen, Petri (Nokia - FI/Espoo) > labs.com> >> Cc: lng-odp-forward >> Subject: Re: [lng-odp] [API-NEXT PATCH 1/7] api: packet: src and dst >> packet must not be the same >> >> On Thu, Dec 22, 2016 at 8:33 AM, Petri Savolainen >> wro

Re: [lng-odp] [API-NEXT PATCH 1/7] api: packet: src and dst packet must not be the same

2016-12-23 Thread Bala Manoharan
Reviewed-by: Balasubramanian Manoharan On 22 December 2016 at 20:03, Petri Savolainen wrote: > Concat and copy_from_pkt operations must be called with src and > dst packet handles which refer to the same packet. > > Signed-off-by: Petri Savolainen > --- > include/odp/api/spec/packet.h | 6

Re: [lng-odp] [API-NEXT PATCH 1/7] api: packet: src and dst packet must not be the same

2016-12-22 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Bill Fischofer [mailto:bill.fischo...@linaro.org] > Sent: Thursday, December 22, 2016 6:59 PM > To: Savolainen, Petri (Nokia - FI/Espoo) labs.com> > Cc: lng-odp-forward > Subject: Re: [lng-odp] [API-NEXT PATCH 1/7] api: packet: src and

Re: [lng-odp] [API-NEXT PATCH 1/7] api: packet: src and dst packet must not be the same

2016-12-22 Thread Bill Fischofer
On Thu, Dec 22, 2016 at 8:33 AM, Petri Savolainen wrote: > Concat and copy_from_pkt operations must be called with src and > dst packet handles which refer to the same packet. > > Signed-off-by: Petri Savolainen > --- > include/odp/api/spec/packet.h | 6 +- > 1 file changed, 5 insertions(+),

[lng-odp] [API-NEXT PATCH 1/7] api: packet: src and dst packet must not be the same

2016-12-22 Thread Petri Savolainen
Concat and copy_from_pkt operations must be called with src and dst packet handles which refer to the same packet. Signed-off-by: Petri Savolainen --- include/odp/api/spec/packet.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/odp/api/spec/packet.h b/include/od