From patchwork Fri Jun 17 17:27:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hiroyuki Mikita X-Patchwork-Id: 13997 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 1FE2DCF15; Fri, 17 Jun 2016 19:27:57 +0200 (CEST) Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by dpdk.org (Postfix) with ESMTP id 6ECE0CF13 for ; Fri, 17 Jun 2016 19:27:55 +0200 (CEST) Received: by mail-pf0-f196.google.com with SMTP id 66so6600281pfy.1 for ; Fri, 17 Jun 2016 10:27:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=+ehLl6tc3fjWg04lSy0qK/2TiWlmzmREURzFR+NW7qg=; b=WW+/W7Uvakp+OrdgeZj+mUsdkBxGUe6/8fVSFJltIiza6MuJNiQrsguNuM01+BzOsW 19QilZgtcvl8CDzkhz79guHv6Qc9tKPupvoauOlceE8kuAoPCJFH4fXb0HmAIMYYla3O oWH/Bkvn2ZkiWKmlfYU0eywCq1JLdFlhWfoBQkqHyGj28PbKuYGLP5uk76rSH3nPBNDB tQJljGhxqRuR5PTQ92sLRIfXV1C6pR1C4r8MMvUmeioKdGQ1f52FKnxU3TRrGuTuTRcK G6impP1ZbLFQ91UH20btrzmuowMtA6B3hRVF398O5ZvpfbFzZeW0sMT02yPMIAhvga6u 6tvg== 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=+ehLl6tc3fjWg04lSy0qK/2TiWlmzmREURzFR+NW7qg=; b=eWZfCCT/NKYElQ4VClKJfgBuM6Mf92SE2YD/V+8aD0WPSSyCGdJYoq/rBqw7DX4ZzZ owAQBt1NX36aMtIBY4/Wn32yr2rkIldPYAesONIfeGcbuQQl2sn2ZNkfcg84XR7UFfpH Ti5pMiFbdUZA8C7n6QYLSE4QLZdu6xQdJcmW5k1uTg/KIOIISVZ89SLYxc/jlUB1wgb3 C+5yKTMUSzAns9mahvJO4KAKxufN7k3S2OGnNjI9jTMs9PTR8GJtIraYUtd1+ScaCp3B Ao/yAmwSsr4+BOQnOrnphG6EyqFu1RS1dGGavD/wX3eYtiXl2YehOSR1HlKhwW57OKXf 75ow== X-Gm-Message-State: ALyK8tJeZ3FNm8x8/ugrXcDpr9ZfwS09IIvWy8XvuTfk+I4R062BaaunWDil0Rk7nS9EVg== X-Received: by 10.98.6.69 with SMTP id 66mr3472497pfg.115.1466184474561; Fri, 17 Jun 2016 10:27:54 -0700 (PDT) Received: from localhost.localdomain (183.180.67.214.ap.gmobb-fix.jp. [183.180.67.214]) by smtp.gmail.com with ESMTPSA id r7sm12662730pfa.3.2016.06.17.10.27.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 17 Jun 2016 10:27:54 -0700 (PDT) From: Hiroyuki Mikita To: thomas.monjalon@6wind.com Cc: dev@dpdk.org Date: Sat, 18 Jun 2016 02:27:34 +0900 Message-Id: <1466184454-10493-1-git-send-email-h.mikita89@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH] ethdev: fix formatting of doxygen comments X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This commit fixes some functions missing in API documentation. Signed-off-by: Hiroyuki Mikita --- lib/librte_ether/rte_ethdev.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index bd93bf6..2698c3e 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -2009,7 +2009,7 @@ int rte_eth_tx_queue_setup(uint8_t port_id, uint16_t tx_queue_id, uint16_t nb_tx_desc, unsigned int socket_id, const struct rte_eth_txconf *tx_conf); -/* +/** * Return the NUMA socket to which an Ethernet device is connected * * @param port_id @@ -2021,7 +2021,7 @@ int rte_eth_tx_queue_setup(uint8_t port_id, uint16_t tx_queue_id, */ int rte_eth_dev_socket_id(uint8_t port_id); -/* +/** * Check if port_id of device is attached * * @param port_id @@ -2032,7 +2032,7 @@ int rte_eth_dev_socket_id(uint8_t port_id); */ int rte_eth_dev_is_valid_port(uint8_t port_id); -/* +/** * Allocate mbuf from mempool, setup the DMA physical address * and then start RX for specified queue of a port. It is used * when rx_deferred_start flag of the specified queue is true. @@ -2050,7 +2050,7 @@ int rte_eth_dev_is_valid_port(uint8_t port_id); */ int rte_eth_dev_rx_queue_start(uint8_t port_id, uint16_t rx_queue_id); -/* +/** * Stop specified RX queue of a port * * @param port_id @@ -2066,7 +2066,7 @@ int rte_eth_dev_rx_queue_start(uint8_t port_id, uint16_t rx_queue_id); */ int rte_eth_dev_rx_queue_stop(uint8_t port_id, uint16_t rx_queue_id); -/* +/** * Start TX for specified queue of a port. It is used when tx_deferred_start * flag of the specified queue is true. * @@ -2083,7 +2083,7 @@ int rte_eth_dev_rx_queue_stop(uint8_t port_id, uint16_t rx_queue_id); */ int rte_eth_dev_tx_queue_start(uint8_t port_id, uint16_t tx_queue_id); -/* +/** * Stop specified TX queue of a port * * @param port_id @@ -4030,7 +4030,7 @@ int rte_eth_rx_queue_info_get(uint8_t port_id, uint16_t queue_id, int rte_eth_tx_queue_info_get(uint8_t port_id, uint16_t queue_id, struct rte_eth_txq_info *qinfo); -/* +/** * Retrieve number of available registers for access * * @param port_id