From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v10 04/20] ethtool: update header doxygen syntax Date: Thu, 6 Jul 2017 09:18:42 +0000 Message-ID: References: <20170630165140.59594-1-ferruh.yigit@intel.com> <20170704161337.45926-1-ferruh.yigit@intel.com> <20170704161337.45926-5-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Stephen Hemminger , "Richardson, Bruce" To: "Yigit, Ferruh" , "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 02B1F2C8 for ; Thu, 6 Jul 2017 11:18:46 +0200 (CEST) In-Reply-To: <20170704161337.45926-5-ferruh.yigit@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > From: Yigit, Ferruh > Sent: Tuesday, July 4, 2017 5:13 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Stephen Hemminger > ; Richardson, Bruce > ; Burakov, Anatoly > > Subject: [PATCH v10 04/20] ethtool: update header doxygen syntax >=20 > Minor corrections and doxygen syntax fixes on library header file. >=20 > Signed-off-by: Ferruh Yigit > --- > lib/librte_ethtool/rte_ethtool.h | 57 +++++++++++++++++++++-------------= -- > ---- > 1 file changed, 30 insertions(+), 27 deletions(-) >=20 > diff --git a/lib/librte_ethtool/rte_ethtool.h b/lib/librte_ethtool/rte_et= htool.h > index 18f44404b..bcf20870c 100644 > --- a/lib/librte_ethtool/rte_ethtool.h > +++ b/lib/librte_ethtool/rte_ethtool.h > @@ -34,11 +34,13 @@ > #ifndef _RTE_ETHTOOL_H_ > #define _RTE_ETHTOOL_H_ >=20 > -/* > +/** > + * @file > + * > * This new interface is designed to provide a user-space shim layer for > * Ethtool and Netdevice op API. > * > - * rte_ethtool_get_driver: ethtool_ops::get_driverinfo > + * rte_ethtool_get_drvinfo: ethtool_ops::get_driverinfo > * rte_ethtool_get_link: ethtool_ops::get_link > * rte_ethtool_get_regs_len: ethtool_ops::get_regs_len > * rte_ethtool_get_regs: ethtool_ops::get_regs > @@ -47,6 +49,8 @@ > * rte_ethtool_set_eeprom: ethtool_ops::set_eeprom > * rte_ethtool_get_pauseparam: ethtool_ops::get_pauseparam > * rte_ethtool_set_pauseparam: ethtool_ops::set_pauseparam > + * rte_ethtool_get_ringparam: ethtool_ops::set_ringparam > + * rte_ethtool_set_ringparam: ethtool_ops::set_ringparam Typo? set_ringparam appears two times.