From patchwork Sun Feb 21 22:58:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 62461 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp917305lbl; Sun, 21 Feb 2016 14:58:56 -0800 (PST) X-Received: by 10.140.29.202 with SMTP id b68mr30239423qgb.100.1456095536144; Sun, 21 Feb 2016 14:58:56 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t6si26606619qht.91.2016.02.21.14.58.55; Sun, 21 Feb 2016 14:58:56 -0800 (PST) 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 Received: by lists.linaro.org (Postfix, from userid 109) id 059A9619CF; Sun, 21 Feb 2016 22:58:55 +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 3549861966; Sun, 21 Feb 2016 22:58:50 +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 9C45861966; Sun, 21 Feb 2016 22:58:47 +0000 (UTC) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) by lists.linaro.org (Postfix) with ESMTPS id 8D3E36188B for ; Sun, 21 Feb 2016 22:58:46 +0000 (UTC) Received: by mail-oi0-f43.google.com with SMTP id x21so44474071oix.2 for ; Sun, 21 Feb 2016 14:58:46 -0800 (PST) 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=lwANlUOgJVhcLINBD5oFrAYloyb12an3R2OQtns8/r0=; b=lf7qbrSYighZxFSwTy5/mwdh35UddbUhX++/DjFChY6iQ6Y6QiILxaVdZrggaKvhpL 0Lsh4joVoBq1hSEU45BnR2NFMTWFLaZrsdjkhxEC5JdEBafY24BQxgfZWkmDDTJBSliz /+PH8W62QGZgmG0Gfv2Dc7vaYbVlEYxFVnvZICtsP04IhCXllpuE/RCy36RH2oziJ0vZ WpBLA/55mY9auxsyEBSq7an3c/SwwVmfXPWSkBHiOvfd74DtzIhqxm8Eso/QPgIlx8V2 SR2+fwowcj1Ypz8scDxeHJAJL9FDpxLRr7cIYX76InuoUK9/Oy74O7vM31E+Wkurcze/ zadQ== X-Gm-Message-State: AG10YOTcC/t40FIXwgLVwIwVcrtkgWB9MXA7Nylxq6ozCWl40kbQJM5yFffw/YqrOjoGk77NO70= X-Received: by 10.202.223.84 with SMTP id w81mr20090347oig.8.1456095526114; Sun, 21 Feb 2016 14:58:46 -0800 (PST) Received: from Ubuntu15.localdomain (cpe-66-68-129-43.austin.res.rr.com. [66.68.129.43]) by smtp.gmail.com with ESMTPSA id j207sm14972840oib.27.2016.02.21.14.58.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 21 Feb 2016 14:58:45 -0800 (PST) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Sun, 21 Feb 2016 16:58:35 -0600 Message-Id: <1456095520-1567-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv5 1/6] api: tm: replace pktio with pktout_queue in odp_tm_egress_struct 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" Signed-off-by: Bill Fischofer --- include/odp/api/spec/traffic_mngr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/odp/api/spec/traffic_mngr.h b/include/odp/api/spec/traffic_mngr.h index f9b62c2..ce124a8 100644 --- a/include/odp/api/spec/traffic_mngr.h +++ b/include/odp/api/spec/traffic_mngr.h @@ -291,7 +291,7 @@ typedef struct { odp_tm_egress_kind_t egress_kind; /**< Union discriminator */ union { - odp_pktio_t pktio; + odp_pktout_queue_t pktout; odp_tm_egress_fcn_t egress_fcn; }; } odp_tm_egress_t;