From patchwork Mon May 9 20:43:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 67373 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp1786181qge; Mon, 9 May 2016 13:46:07 -0700 (PDT) X-Received: by 10.140.236.20 with SMTP id h20mr40071356qhc.49.1462826767385; Mon, 09 May 2016 13:46:07 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id c14si19938676qkg.15.2016.05.09.13.46.07; Mon, 09 May 2016 13:46:07 -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 F26CB6155F; Mon, 9 May 2016 20:46:06 +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 C93CF61662; Mon, 9 May 2016 20:44:00 +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 3F01F61648; Mon, 9 May 2016 20:43:51 +0000 (UTC) Received: from mail-qg0-f51.google.com (mail-qg0-f51.google.com [209.85.192.51]) by lists.linaro.org (Postfix) with ESMTPS id A28FE611F3 for ; Mon, 9 May 2016 20:43:48 +0000 (UTC) Received: by mail-qg0-f51.google.com with SMTP id 90so95613032qgz.1 for ; Mon, 09 May 2016 13:43:48 -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=8v6KtDapeQuHgUye0gHc0dZrAre1+3QSuUYWOsWqzD0=; b=CjvBh7CbU1LjTETa9r3mihEjfndiXJ4iUoAN2YEiFn8z6vK14HZBN55xU4L4BUa6ln OGB0/eYQz61U2H1bv3Xya2ZcVr5UePFI6TDeo/mziqBcuuT0yQyVffjm3nloBmmXC1TJ N3Hc/RKFdPSpSbmkGTRzUDBDP5QzZeBpRiDq46NxvMWAKhs5ZzG7D6bAgD3MRK2XkKK/ Fr+yGlR4o7jnISC2Vci7/QyNjC1wKydOayotsX/qFZ0KXDns+qjqFqlvVqTDoCm/OwBc 0ce8vSLpXlr3rQSrfjAg0qEvePcaWEGSlLJ9w/v94kP4uwxJkRf7osp2arg4dD7J31Sp NL3A== X-Gm-Message-State: AOPr4FUAMog712QYgFDtKlfEO4wTwNaiuqPZzQKHC4bODmgH92JS8ChHpj8K5cTqj37dS/qZwEQ= X-Received: by 10.140.242.210 with SMTP id n201mr40311543qhc.2.1462826628393; Mon, 09 May 2016 13:43:48 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id w16sm12626912qka.35.2016.05.09.13.43.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 09 May 2016 13:43:48 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Mon, 9 May 2016 16:43:10 -0400 Message-Id: <1462826592-24895-6-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1462826592-24895-1-git-send-email-mike.holmes@linaro.org> References: <1462826592-24895-1-git-send-email-mike.holmes@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH 6/8] helper: add linux documentation section 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: Mike Holmes --- helper/include/odp/helper/linux.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helper/include/odp/helper/linux.h b/helper/include/odp/helper/linux.h index 7a6504f..e2dca35 100644 --- a/helper/include/odp/helper/linux.h +++ b/helper/include/odp/helper/linux.h @@ -27,6 +27,10 @@ extern "C" { #include #include +/** @addtogroup odph_linux ODPH LINUX + * @{ + */ + /** Thread parameter for Linux pthreads and processes */ typedef struct { void *(*start)(void *); /**< Thread entry point function */ @@ -129,6 +133,9 @@ int odph_linux_process_fork_n(odph_linux_process_t *proc_tbl, */ int odph_linux_process_wait_n(odph_linux_process_t *proc_tbl, int num); +/** + * @} + */ #ifdef __cplusplus }