From patchwork Mon Apr 18 01:47:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 66001 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp1040871qge; Sun, 17 Apr 2016 18:52:31 -0700 (PDT) X-Received: by 10.140.160.139 with SMTP id g133mr41815389qhg.88.1460944351132; Sun, 17 Apr 2016 18:52:31 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id s184si43732886qha.111.2016.04.17.18.52.30; Sun, 17 Apr 2016 18:52:31 -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 9374C66998; Mon, 18 Apr 2016 01:52:30 +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 C4D5662D2D; Mon, 18 Apr 2016 01:49:54 +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 000EA62E03; Mon, 18 Apr 2016 01:49:28 +0000 (UTC) Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) by lists.linaro.org (Postfix) with ESMTPS id E93BC62C2B for ; Mon, 18 Apr 2016 01:47:58 +0000 (UTC) Received: by mail-oi0-f49.google.com with SMTP id r78so36453010oie.0 for ; Sun, 17 Apr 2016 18:47:58 -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; bh=29TzWndbAy64SI0hb3KTe3YlqljnQUcFUEPnqGIQGQk=; b=CIpeJ3vrpJ/NL/8fNZSWMEkcdJ9TqWd5zZqSHmebNdsLYzDpyFfvD6Bx+HKsPHJ75k oQVltDotJn1eFff12fgXTlxUmHz123Fvq0q9xqEGGFa2+viGlna02ey1wImcXi+N0ob1 Y201rJJRKi6kDLtDTut/cGTXTyHo/JK3DuAHwVWNm+v75kHxVYNkiTOPNHwZm96vND3w d4UopA3g0Cdq0mClDkrqBj55r/+cARwM8Q5DhrR3e4/6J9/Ga+w/DYP5hO5LWsjhHD/m NmgcGMiYUw0tkcq5Z4Rx9oUnH+qZeh+aHpTyZKFIYzqvzvm75FYoSQnD9HLLaMZliflZ qTPQ== X-Gm-Message-State: AOPr4FUeUJgcXRlaJ28daHEGiaesx93k51SHDUtRadG52NxuAt1Yi+PbnpQ0OjUnVDWVXiMD7xk= X-Received: by 10.202.86.69 with SMTP id k66mr13713641oib.73.1460944076435; Sun, 17 Apr 2016 18:47:56 -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 50sm4382811ote.39.2016.04.17.18.47.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 Apr 2016 18:47:55 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 17 Apr 2016 20:47:51 -0500 Message-Id: <1460944072-5273-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [API-NEXT PATCH 1/2] 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 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +