From patchwork Sun Oct 9 21:58:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 77419 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp989164qge; Sun, 9 Oct 2016 15:07:23 -0700 (PDT) X-Received: by 10.55.135.6 with SMTP id j6mr30586264qkd.270.1476050843503; Sun, 09 Oct 2016 15:07:23 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id s127si14756626qkc.40.2016.10.09.15.07.23; Sun, 09 Oct 2016 15:07:23 -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 0A0B260E7D; Sun, 9 Oct 2016 22:07:23 +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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 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 2CDED60E7F; Sun, 9 Oct 2016 22:02:32 +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 6AC7A60E87; Sun, 9 Oct 2016 22:00:23 +0000 (UTC) Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by lists.linaro.org (Postfix) with ESMTPS id 6073260E7F for ; Sun, 9 Oct 2016 21:58:35 +0000 (UTC) Received: by mail-oi0-f48.google.com with SMTP id d132so109798554oib.2 for ; Sun, 09 Oct 2016 14:58:35 -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=WU2XnCUWTyNpu8VVxC4PRIB490lvWon4DmOp1MBTkGA=; b=FReq4k3yzOAn0XM5wypAZaQkXKN+MtSCCYCpsoFDNHxi+LXLKc+VFZpu5mN96LMQJN YC+OJVej1nYs0RVEvuwd2NApTwra/nX39VlHmT3iUW2krSs2ZLe7s80xNv4OzZFxA5fS VTnPC1LXFuE8V8Kx8dpyOXFg2hFO/HzEV5OtMC92jWPVY3GOam1B7MQQD/sV8ITZrgv6 Og9VrUxWkfO2N17YCFSY930BAP4kdugnq/G2CTQ3BDgxkwBJ4MiPQ8q/oFT7nsG7xyfM wK7rZBJZpxnMnZA35U+XVkHgVoz4G6HlUdYFrj0V5mpe8GFDBtOq3sMf0t0wzDAid3he zPZg== X-Gm-Message-State: AA6/9Rlm1Z7iJHRUPoRubd91KjDD0E+Z/ZiTulyf+bNfm/g0OcnjaN2pIXT5+1bhffkUF+FyPBU= X-Received: by 10.202.169.199 with SMTP id s190mr22675688oie.144.1476050314643; Sun, 09 Oct 2016 14:58:34 -0700 (PDT) Received: from localhost.localdomain (cpe-70-121-83-241.austin.res.rr.com. [70.121.83.241]) by smtp.gmail.com with ESMTPSA id o8sm9786082oia.28.2016.10.09.14.58.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 09 Oct 2016 14:58:33 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 9 Oct 2016 16:58:27 -0500 Message-Id: <1476050308-15181-5-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1476050308-15181-1-git-send-email-bill.fischofer@linaro.org> References: <1476050308-15181-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv3 4/5] doc: packet: add images for packet splice/reference documentation 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: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Bill Fischofer --- doc/images/doublesplice.svg | 67 +++++++++++++++++++++++++++++++++++++++++++++ doc/images/pktref.svg | 49 +++++++++++++++++++++++++++++++++ doc/images/splice.svg | 64 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 180 insertions(+) create mode 100644 doc/images/doublesplice.svg create mode 100644 doc/images/pktref.svg create mode 100644 doc/images/splice.svg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.7.4 diff --git a/doc/images/doublesplice.svg b/doc/images/doublesplice.svg new file mode 100644 index 0000000..fdc52bc --- /dev/null +++ b/doc/images/doublesplice.svg @@ -0,0 +1,67 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/pktref.svg b/doc/images/pktref.svg new file mode 100644 index 0000000..d767156 --- /dev/null +++ b/doc/images/pktref.svg @@ -0,0 +1,49 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/images/splice.svg b/doc/images/splice.svg new file mode 100644 index 0000000..46a7a31 --- /dev/null +++ b/doc/images/splice.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + +