From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jul 2017 02:18:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,316,1496127600"; d="scan'208";a="989356766" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 06 Jul 2017 02:18:44 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 6 Jul 2017 10:18:43 +0100 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.187]) by irsmsx112.ger.corp.intel.com ([169.254.1.42]) with mapi id 14.03.0319.002; Thu, 6 Jul 2017 10:18:43 +0100 From: "Burakov, Anatoly" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: Stephen Hemminger , "Richardson, Bruce" Thread-Topic: [PATCH v10 04/20] ethtool: update header doxygen syntax Thread-Index: AQHS9OCRT4oVFEWGa0mIdfR98mdCGKJGh44w 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> In-Reply-To: <20170704161337.45926-5-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGQ2MTUwNjItNTc2NS00YTViLWJlZWYtZjQ4Y2FhNzA3YmIwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNi41LjkuMyIsIlRydXN0ZWRMYWJlbEhhc2giOiJxbnNTQkpRSVlEMmRYUDdIWUZMM1wvQzN2cUQwbmw4WFV4TDJNK1cwYUNvUT0ifQ== dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v10 04/20] ethtool: update header doxygen syntax X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 09:18:47 -0000 > 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.