Message ID | 1433391767-26775-1-git-send-email-bill.fischofer@linaro.org |
---|---|
State | Accepted |
Commit | 03181a7d0dbe8202a0effb6b48b62867e210b958 |
Headers | show |
I included it for completeness since Part 2 needs this part to get the line numbers for the diff correct. On Tue, Jun 9, 2015 at 6:28 AM, Savolainen, Petri (Nokia - FI/Espoo) < petri.savolainen@nokia.com> wrote: > This is not "v2" - it has been already merged. > > -Petri > > > -----Original Message----- > > From: lng-odp [mailto:lng-odp-bounces@lists.linaro.org] On Behalf Of ext > > Bill Fischofer > > Sent: Thursday, June 04, 2015 7:23 AM > > To: lng-odp@lists.linaro.org > > Subject: [lng-odp] [API-NEXT PATCHv2 1/3] api: packet: remove stale v0.5 > > comments > > > > Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> > > --- > > include/odp/api/packet.h | 14 -------------- > > 1 file changed, 14 deletions(-) > > > > diff --git a/include/odp/api/packet.h b/include/odp/api/packet.h > > index 91a124a..3a454b5 100644 > > --- a/include/odp/api/packet.h > > +++ b/include/odp/api/packet.h > > @@ -48,20 +48,6 @@ extern "C" { > > * Invalid packet segment > > */ > > > > - > > -/* > > - * Packet API v0.5 notes > > - * - Push/pull operations only on packet level > > - * - Push/pull within limits of segment headroom/tailroom/data lengths > > - * - Segment data length must be always at least one byte (i.e. there > are > > no > > - * empty segments) > > - * - Head/tailroom content belong to packet content (in addition to data > > - * and metadata) and thus is preserved over packet ownership changes. > > - * - _addr refer to a fixed address, which operations do not modify > > - * - _ptr refer to pointer to data, which may be modified by operations > > - */ > > - > > - > > /* > > * > > * Alloc and free > > -- > > 2.1.0 > > > > _______________________________________________ > > lng-odp mailing list > > lng-odp@lists.linaro.org > > https://lists.linaro.org/mailman/listinfo/lng-odp >
diff --git a/include/odp/api/packet.h b/include/odp/api/packet.h index 91a124a..3a454b5 100644 --- a/include/odp/api/packet.h +++ b/include/odp/api/packet.h @@ -48,20 +48,6 @@ extern "C" { * Invalid packet segment */ - -/* - * Packet API v0.5 notes - * - Push/pull operations only on packet level - * - Push/pull within limits of segment headroom/tailroom/data lengths - * - Segment data length must be always at least one byte (i.e. there are no - * empty segments) - * - Head/tailroom content belong to packet content (in addition to data - * and metadata) and thus is preserved over packet ownership changes. - * - _addr refer to a fixed address, which operations do not modify - * - _ptr refer to pointer to data, which may be modified by operations - */ - - /* * * Alloc and free
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> --- include/odp/api/packet.h | 14 -------------- 1 file changed, 14 deletions(-)