From patchwork Sun May 1 21:23:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 66995 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp779908qge; Sun, 1 May 2016 14:30:52 -0700 (PDT) X-Received: by 10.107.142.18 with SMTP id q18mr37129297iod.84.1462138252184; Sun, 01 May 2016 14:30:52 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id e32si12444895iod.77.2016.05.01.14.30.51; Sun, 01 May 2016 14:30:52 -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 251BB615E3; Sun, 1 May 2016 21:30:51 +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_H3, RCVD_IN_MSPIKE_WL, 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 C01CC6157E; Sun, 1 May 2016 21:27:53 +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 23922615DB; Sun, 1 May 2016 21:26:10 +0000 (UTC) Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) by lists.linaro.org (Postfix) with ESMTPS id 68E9D615B2 for ; Sun, 1 May 2016 21:23:55 +0000 (UTC) Received: by mail-oi0-f42.google.com with SMTP id x201so171761102oif.3 for ; Sun, 01 May 2016 14:23:55 -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=29TzWndbAy64SI0hb3KTe3YlqljnQUcFUEPnqGIQGQk=; b=h7DzSMu++a99VT2PACACxfdSGaPnce2/DyR0ixdoaC+VxAW2DDMXKF7+T2EkWIvvFY +8PzyqACMvdIyytbm4qdQJ18GF4DCpjflB6/NLJdpIXRzHV0YSpNKPcltNMqTsSy4qW0 2OakG03lR97i+/xA8cjj1ddqYkJebPxEV+BCB3t9heRXlh7DNtfzaRC41+gwbzLjNr/g LDYdbsV9tNnJjZdFB+LOYME4qntPEnOQnqLW93i01JUWSkuPO/E4/V1Z/bd8KCw/LSas 2A4TWsw+Kq42DM53VFskcP4uS6HNYB8PnNUcqFJN2kOGzk792Z6Jep+0stetdw4clOo8 fmAA== X-Gm-Message-State: AOPr4FUB1G8cF+ISs/Rj7Lp34KQ/6bEpzbd8d2Tbc2j6lhyQJsILwPOFGP9AaGbs/pkI/tzv94o= X-Received: by 10.202.97.66 with SMTP id v63mr13488433oib.14.1462137833103; Sun, 01 May 2016 14:23:53 -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 u41sm7605123otd.37.2016.05.01.14.23.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 01 May 2016 14:23:52 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 1 May 2016 16:23:44 -0500 Message-Id: <1462137827-26836-3-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1462137827-26836-1-git-send-email-bill.fischofer@linaro.org> References: <1462137827-26836-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv2 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 | 96 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 93 insertions(+), 3 deletions(-) diff --git a/doc/images/segment.svg b/doc/images/segment.svg index 82cd2f3..483cda0 100644 --- a/doc/images/segment.svg +++ b/doc/images/segment.svg @@ -1,4 +1,94 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +