From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 883945910 for ; Mon, 24 Nov 2014 23:00:26 +0100 (CET) Received: by mail-wi0-f180.google.com with SMTP id n3so7451471wiv.1 for ; Mon, 24 Nov 2014 14:11:16 -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:subject:date:message-id; bh=ZX5IZOjCPNLrnv8cTLcrp04Pl20rmZj2TD0d89aEYHA=; b=QKt+UslolqsfFivks7W3MHZn6twLlNX0OESa7FibxaQuujdgGexu8+PaYCMRcdAcfK jxAhVuVFYfKqBRdynVotFu+sV84MMPCyduj5Y5ZZPbuNbWI+b/lQV3dDU3a/knY6jS2s uRWZuXmIgNdifFmI1f/PUAoOf5GuW5QvBwrxkRs3BknAYIJtHxtzIjM2Ht3qyEU/fR6I GkdnecHoEgprjZUpHi/cG/TbeMdS25NVFdjcMk9WYmE7nhdSDhjPHeirViOZiOHElgjV MNQoSkF+LorGOkEbeJrCIoDOCznAPDQN3cIcT0lYkDSTzKdi8hIdPu0RgvA2eAadYPT7 TaZw== X-Gm-Message-State: ALoCoQkboNQ/GMOEuJ4wt+7Y9X0/MiK6LDN3BiqTj1//IELYK2jmLwj0EDrC2mvrAloBSy3DGP1r X-Received: by 10.180.81.7 with SMTP id v7mr25114710wix.74.1416867076108; Mon, 24 Nov 2014 14:11:16 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a8sm13800802wiz.21.2014.11.24.14.11.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 24 Nov 2014 14:11:15 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 24 Nov 2014 23:09:40 +0100 Message-Id: <1416866980-23002-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.1.3 Subject: [dpdk-dev] [PATCH] ethdev: fix doxygen comments about RSS 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: , X-List-Received-Date: Mon, 24 Nov 2014 22:00:26 -0000 The parameters port_id didn't match with comments about port. Signed-off-by: Thomas Monjalon --- lib/librte_ether/rte_ethdev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index fec4d4c..78a9d37 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -3370,7 +3370,7 @@ int rte_eth_dev_bypass_wd_reset(uint8_t port); /** * Configuration of Receive Side Scaling hash computation of Ethernet device. * - * @param port + * @param port_id * The port identifier of the Ethernet device. * @param rss_conf * The new configuration to use for RSS hash computation on the port. @@ -3387,7 +3387,7 @@ int rte_eth_dev_rss_hash_update(uint8_t port_id, * Retrieve current configuration of Receive Side Scaling hash computation * of Ethernet device. * - * @param port + * @param port_id * The port identifier of the Ethernet device. * @param rss_conf * Where to store the current RSS hash configuration of the Ethernet device. -- 2.1.3