From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CCE761BC0A for ; Fri, 11 Jan 2019 14:53:10 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2019 05:53:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,465,1539673200"; d="scan'208";a="266379102" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga004.jf.intel.com with ESMTP; 11 Jan 2019 05:53:08 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 11 Jan 2019 13:53:07 +0000 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.116]) by irsmsx155.ger.corp.intel.com ([169.254.14.157]) with mapi id 14.03.0415.000; Fri, 11 Jan 2019 13:53:07 +0000 From: "Ananyev, Konstantin" To: David Marchand , "dev@dpdk.org" CC: "thomas@monjalon.net" , "Yigit, Ferruh" , "arybchenko@solarflare.com" Thread-Topic: [dpdk-dev] [PATCH] ethdev: declare tx prepare api as not experimental Thread-Index: AQHUqa/Kj0wd1GlQrEOoHTQTSxZrLqWqFmTw Date: Fri, 11 Jan 2019 13:53:06 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258010D902A4E@irsmsx105.ger.corp.intel.com> References: <1547212498-14999-1-git-send-email-david.marchand@redhat.com> In-Reply-To: <1547212498-14999-1-git-send-email-david.marchand@redhat.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGI2NmVjMWQtYzIzYi00YWMyLWIwZDgtZWVlMzJiYTAyMGFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiU1B0aWo4SVNFZ005c0Y3NVBRZ3EwZU1LOEJMNzJKbFppZ2NyTWJhNzRKRXg5a0t0UTlWalwvU0ZuOGR2MldqOTIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ethdev: declare tx prepare api as not experimental 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: Fri, 11 Jan 2019 13:53:11 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Marchand > Sent: Friday, January 11, 2019 1:15 PM > To: dev@dpdk.org > Cc: thomas@monjalon.net; Yigit, Ferruh ; arybchen= ko@solarflare.com > Subject: [dpdk-dev] [PATCH] ethdev: declare tx prepare api as not experim= ental >=20 > The tx prepare api was introduced at a time when the experimental api > tag mechanism did not exist yet and is missing the tag. > However, this api has been there since 17.02 and did not suffer any > change since its introduction. >=20 > Let's just remove the warning from the documentation. >=20 > Signed-off-by: David Marchand > --- > This has been caught while reviewing the tso support in ovs. > There seems to be a lot of other incorrectly documentated apis like > this... > I will see if I can find an easy way to identify them. > --- > lib/librte_ethdev/rte_ethdev.h | 3 --- > 1 file changed, 3 deletions(-) >=20 > diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethde= v.h > index 1960f3a..76266ad 100644 > --- a/lib/librte_ethdev/rte_ethdev.h > +++ b/lib/librte_ethdev/rte_ethdev.h > @@ -4159,9 +4159,6 @@ static inline int rte_eth_tx_descriptor_status(uint= 16_t port_id, > } >=20 > /** > - * @warning > - * @b EXPERIMENTAL: this API may change without prior notice > - * > * Process a burst of output packets on a transmit queue of an Ethernet = device. > * > * The rte_eth_tx_prepare() function is invoked to prepare output packet= s to be > -- Acked-by: Konstantin Ananyev > 1.8.3.1