Re: [lng-odp] [PATCH 03/10] linux-gen: packet: packet handle is hdr pointer

2017-02-07 Thread Bill Fischofer
Subject: Re: [lng-odp] [PATCH 03/10] linux-gen: packet: packet handle is >> hdr pointer >> >> These are reasonable changes, but they conflict with the code in >> api-next so I suggest this series be rebased onto api-next and then >> moved to master as part of the next r

Re: [lng-odp] [PATCH 03/10] linux-gen: packet: packet handle is hdr pointer

2017-02-06 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Bill Fischofer [mailto:bill.fischo...@linaro.org] > Sent: Tuesday, February 07, 2017 2:05 AM > To: Petri Savolainen > Cc: lng-odp-forward > Subject: Re: [lng-odp] [PATCH 03/10] linux-gen: packet: packet handle is > hdr pointer >

Re: [lng-odp] [PATCH 03/10] linux-gen: packet: packet handle is hdr pointer

2017-02-06 Thread Bill Fischofer
These are reasonable changes, but they conflict with the code in api-next so I suggest this series be rebased onto api-next and then moved to master as part of the next release (which should be later this month) to avoid a huge merge headache for Maxim. On Mon, Feb 6, 2017 at 6:37 AM, Petri Savo

[lng-odp] [PATCH 03/10] linux-gen: packet: packet handle is hdr pointer

2017-02-06 Thread Petri Savolainen
Changed packet handle (odp_packet_t) to store pointer to the packet header, instead a bit field structure of pool and index. Buffer and event handles are not changed. Pointer as handle improves packet accessor function performance and enable accessor function inlining as mapping to pool/index is n