From patchwork Fri May 6 17:51:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 67295 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp444206qge; Fri, 6 May 2016 10:58:05 -0700 (PDT) X-Received: by 10.55.77.4 with SMTP id a4mr22025485qkb.57.1462557485501; Fri, 06 May 2016 10:58:05 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id u189si10297904qkd.269.2016.05.06.10.58.04; Fri, 06 May 2016 10:58:05 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id BCEEA61639; Fri, 6 May 2016 17:58:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id E76096163C; Fri, 6 May 2016 17:54:57 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id BEE0C61623; Fri, 6 May 2016 17:52:39 +0000 (UTC) Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) by lists.linaro.org (Postfix) with ESMTPS id E2BF16161C for ; Fri, 6 May 2016 17:51:12 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id aq1so49914865obc.3 for ; Fri, 06 May 2016 10:51:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=wj7RtfO2eTQE8hhncgG371T+a5GzwxSQwoAFUkuF97A=; b=mq/ep3tFg41B+owu7OU2Qw18P2bi5pPk4kE/uy1ihbO0hbr5SAOiRQYTqcybGg/7R8 aeoa9TnpnLS0gfVMJHU/vYT550uGZQRgp/faGTzQccsNgRj7M0X+DL4qarNXpuFvTSwg Ref9s2xZUoyzYkqd8l9aMlxujSJH9UGx0Pvymadt8sp6yojoybCnGiM+kQpapyhlwNKo 94YRIquCeTbb6xVPp4KSRtgMQc2KCu4DNasLYhPJwYu5FpmFCKmIdjuydIfKlSqiCsbx rDlow/ezehBbg14W7kLUGcGqopAgysoacu5TQpEX2Eaq4WUP8Zd2ImAqDnbIeVSdShUC l65Q== X-Gm-Message-State: AOPr4FWUq0QY2ol4vvB49TGCpHKcmBfOgI9URPiwXA+11X/U38rH0UeoonQ1tqpDONeDPWd34OI= X-Received: by 10.60.62.4 with SMTP id u4mr5526374oer.1.1462557071857; Fri, 06 May 2016 10:51:11 -0700 (PDT) Received: from Ubuntu15.localdomain (cpe-66-68-129-43.austin.res.rr.com. [66.68.129.43]) by smtp.gmail.com with ESMTPSA id h7sm5082069oej.1.2016.05.06.10.51.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 May 2016 10:51:10 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Fri, 6 May 2016 12:51:02 -0500 Message-Id: <1462557065-14666-3-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1462557065-14666-1-git-send-email-bill.fischofer@linaro.org> References: <1462557065-14666-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCHv4 3/6] doc: userguide: revise packet segment image to account for extend/trunc X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Revise the packet segment image to account for the new APIs: odp_packet_extend_head(), odp_packet_trunc_head() odp_packet_extend_tail(), odp_packet_trunc_tail() Signed-off-by: Bill Fischofer --- doc/images/segment.svg | 106 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 102 insertions(+), 4 deletions(-) diff --git a/doc/images/segment.svg b/doc/images/segment.svg index 82cd2f3..14ee913 100644 --- a/doc/images/segment.svg +++ b/doc/images/segment.svg @@ -1,4 +1,102 @@ - - - - + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +