From patchwork Sun Apr 3 20:21: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: 64944 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp854305lbc; Sun, 3 Apr 2016 13:23:39 -0700 (PDT) X-Received: by 10.140.229.69 with SMTP id z66mr37222660qhb.48.1459715013782; Sun, 03 Apr 2016 13:23:33 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id a198si19905789qkb.68.2016.04.03.13.23.33; Sun, 03 Apr 2016 13:23:33 -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 518F66181A; Sun, 3 Apr 2016 20:23:33 +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 26628617CF; Sun, 3 Apr 2016 20:23:26 +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 8EBDD617A0; Sun, 3 Apr 2016 20:21:39 +0000 (UTC) Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) by lists.linaro.org (Postfix) with ESMTPS id CDBF4616C1 for ; Sun, 3 Apr 2016 20:21:38 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id fp4so83693057obb.2 for ; Sun, 03 Apr 2016 13:21:38 -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=ngladYVa9Vb1tmZrbJHULJEdag0ML9LZHJwNKtLQtko=; b=Q+EUvQsxRmsoS/5KrQBfd6EBy9ji9rs6BKPoCFBUSIrlZ9pDCQrTxMqcM5vr53A3FW dtTx/XXGce0OhJP309uL74fD8csC48xS5stwVB9o7gCYOlgj+/3mPihKf51FEi1jVCjd CISu5Se6qR6YxU3zSdz0xPh74ear6k3vIT3KPO7xa2f2a5Ez9LCiyUHGtOAYEU8Ps5xb u/zQnbm8hwelRigI7xtkRm7MHYgukKQ+aehqDvAG7KlR4cfriDyE4KInbT1axMkMfrIP OW0xoLrdBlmUKqrtaQIbVyp4rrgRKQw0pmLG8S+oz9TYFhw3V0SywiCZ6oLCh+ELWzlV 4osQ== X-Gm-Message-State: AD7BkJJ81w6bEdOjDUP/MywfB3Rln9ZsmdE8PCII+yt7DtyKPR0vn1hxszwr49pA43XZY0qL6To= X-Received: by 10.60.233.5 with SMTP id ts5mr1103480oec.67.1459714898444; Sun, 03 Apr 2016 13:21:38 -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 r53sm2014118ota.18.2016.04.03.13.21.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 03 Apr 2016 13:21:37 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 3 Apr 2016 15:21:27 -0500 Message-Id: <1459714888-27193-2-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1459714888-27193-1-git-send-email-bill.fischofer@linaro.org> References: <1459714888-27193-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv3 2/3] doc: images: update pktio state machine diagram 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" Update PktIO FSM diagram to reflect the new odp_pktio_config() API. Signed-off-by: Bill Fischofer --- doc/images/pktio_fsm.gv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/images/pktio_fsm.gv b/doc/images/pktio_fsm.gv index 09199c6..20993ea 100644 --- a/doc/images/pktio_fsm.gv +++ b/doc/images/pktio_fsm.gv @@ -9,8 +9,10 @@ digraph pktio_state_machine { Unconfigured -> Unallocated [label="odp_pktio_close()"]; Unconfigured -> Configured [label="odp_pktin_queue_config()"]; Unconfigured -> Configured [label="odp_pktout_queue_config()"]; + Unconfigured -> Configured [label="odp_pktio_config()"]; Configured -> Configured [label="odp_pktin_queue_config()"]; Configured -> Configured [label="odp_pktout_queue_config()"]; + Configured -> Configured [label="odp_pktio_config()"]; Configured -> Ready [label="odp_pktio_start()"]; Ready -> Configured [label="odp_pktio_stop()"]; Configured -> Unallocated [label="odp_pktio_close()"];