Message ID | 1432741845-17123-1-git-send-email-bill.fischofer@linaro.org |
---|---|
State | Superseded |
Headers | show |
Obvious remove. Merged. Maxim. On 05/27/15 18:50, Bill Fischofer wrote: > 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
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(-)