From patchwork Thu Mar 20 03:28:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 26632 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-pb0-f70.google.com (mail-pb0-f70.google.com [209.85.160.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id D7E7020534 for ; Thu, 20 Mar 2014 03:28:10 +0000 (UTC) Received: by mail-pb0-f70.google.com with SMTP id rp16sf694618pbb.9 for ; Wed, 19 Mar 2014 20:28:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:to:cc:subject:date:message-id :x-original-sender:x-original-authentication-results:precedence :mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe:content-type; bh=8lme+cRNzuzELoM1Otoebz7VSIsKBw/j6ADjodzYmAs=; b=cyS7Y/xMU+3mPsDedqbaWid5YmKL/flnwFsPF1muCd5AmaPNN889Cu28/SBLGEsSX9 gPRa7dHyi3XYg3kDuqG7Q7whSvkNsi5Sw5S6Nw1aYjmKIG2VX2+xi3TGp3GSXxrf8EwB eh2/cg4EnxJBnPybsSP37iw3mZ3sWY2Bc3AY5yrBK5xFoNRkxl/BHcVt/sX09ZHR4+V+ dWFzwAs4Mq/kNGQnRL1XZkypnR/GU2E/m7T4yin8N0L/PCY6Vv2zFXQ7qrzHVvvbn6jQ DCK1U4H+XsRTKWYyFs11lYxVJiV07F4vsPY78y8CgKNfwFmZW0bXOKE6/ejbONNpCl31 Miog== X-Gm-Message-State: ALoCoQmvd3VCdYH0jwlnd5JvUgw3BInOOnrIUN/ubFXsdH15FuiyerFLTSNjyQA1X8Aue7SaNd0T X-Received: by 10.66.102.8 with SMTP id fk8mr16673808pab.24.1395286089989; Wed, 19 Mar 2014 20:28:09 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: lng-odp@linaro.org Received: by 10.140.90.80 with SMTP id w74ls99185qgd.95.gmail; Wed, 19 Mar 2014 20:28:09 -0700 (PDT) X-Received: by 10.140.88.80 with SMTP id s74mr45171072qgd.74.1395286089790; Wed, 19 Mar 2014 20:28:09 -0700 (PDT) Received: from mail-qg0-f43.google.com (mail-qg0-f43.google.com [209.85.192.43]) by mx.google.com with ESMTPS id t6si304668qga.52.2014.03.19.20.28.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Mar 2014 20:28:09 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.192.43 is neither permitted nor denied by best guess record for domain of mike.holmes@linaro.org) client-ip=209.85.192.43; Received: by mail-qg0-f43.google.com with SMTP id f51so866926qge.2 for ; Wed, 19 Mar 2014 20:28:09 -0700 (PDT) X-Received: by 10.140.25.104 with SMTP id 95mr39407299qgs.39.1395286089679; Wed, 19 Mar 2014 20:28:09 -0700 (PDT) Received: from fedora1.holmesfamily.ws (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by mx.google.com with ESMTPSA id 21sm925198qgh.23.2014.03.19.20.28.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Mar 2014 20:28:09 -0700 (PDT) From: Mike Holmes To: lng-odp@linaro.org Cc: Mike Holmes Subject: [lng-odp] [PATCH] Correct todo for doxygen Date: Wed, 19 Mar 2014 23:28:02 -0400 Message-Id: <1395286082-13057-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 1.9.1 X-Original-Sender: mike.holmes@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.192.43 is neither permitted nor denied by best guess record for domain of mike.holmes@linaro.org) smtp.mail=mike.holmes@linaro.org Precedence: list Mailing-list: list lng-odp@linaro.org; contact lng-odp+owners@linaro.org List-ID: X-Google-Group-Id: 474323889996 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Signed-off-by: Mike Holmes --- platform/linux-generic/source/odp_packet_netmap.c | 2 +- platform/linux-generic/source/odp_schedule.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/linux-generic/source/odp_packet_netmap.c b/platform/linux-generic/source/odp_packet_netmap.c index 1cbd84c..9a0cf83 100644 --- a/platform/linux-generic/source/odp_packet_netmap.c +++ b/platform/linux-generic/source/odp_packet_netmap.c @@ -110,7 +110,7 @@ int setup_pkt_netmap(pkt_netmap_t * const pkt_nm, char *netdev, uint8_t *pkt_buf; int wait_link = 2; uint16_t ringid; - int promisc = 1; /* TODO: maybe this should be exported to the user */ + int promisc = 1; /** \todo maybe this should be exported to the user */ uint8_t *l2_hdr; int ret; diff --git a/platform/linux-generic/source/odp_schedule.c b/platform/linux-generic/source/odp_schedule.c index c3e071a..f3818d1 100644 --- a/platform/linux-generic/source/odp_schedule.c +++ b/platform/linux-generic/source/odp_schedule.c @@ -27,7 +27,7 @@ /* Scheduler sub queues */ #define QUEUES_PER_PRIO 4 -/* TODO: random or queue based selection */ +/** \todo random or queue based selection */ #define SEL_PRI_QUEUE(x) ((QUEUES_PER_PRIO-1) & (queue_to_id(x))) /* Maximum number of dequeues */ @@ -223,10 +223,10 @@ static inline int copy_bufs(odp_buffer_t out_buf[], unsigned int max) return i; } -/* +/** * Schedule queues * - * TODO: SYNC_ORDERED not implemented yet + * \todo SYNC_ORDERED not implemented yet */ static int schedule(odp_queue_t *out_queue, odp_buffer_t out_buf[], unsigned int max_num)