From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 58E721BBE8 for ; Fri, 11 Jan 2019 14:32:18 +0100 (CET) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us4.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id B84A5800065; Fri, 11 Jan 2019 13:32:16 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 11 Jan 2019 13:32:11 +0000 To: David Marchand , CC: , References: <1547212498-14999-1-git-send-email-david.marchand@redhat.com> From: Andrew Rybchenko Message-ID: Date: Fri, 11 Jan 2019 16:32:08 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <1547212498-14999-1-git-send-email-david.marchand@redhat.com> Content-Language: en-GB X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24352.003 X-TM-AS-Result: No-7.028800-8.000000-10 X-TMASE-MatchedRID: L8tZF6zWW2p2LasmHuCXMSa1MaKuob8PC/ExpXrHizyCsBeCv8CM/VH/ v1PtTxRyqucwHXTsrX9pOcdqGk51VH5iF3J6dlPPkX71Hy/ufOYxXH/dlhvLv5iiJ0OtYmgDNDP jsaoNaOkunJDqtFdRpuGEuhchvL8o8lEDYmoBkrPbH8WaUL9qjJv8tNLRPUrWv8M96e6S1b0sWV dl3YcDsO3zSoJhBLBNecgYU4W31hPMWzPfoqOdFp06nVOMOuVpHAwy0XhreD35lA8aRaIEF6PFj JEFr+olA9Mriq0CDAgQVjqAOZ5cjSdET58jp62SLEtlegDmzEcl5lU5PG94mWSKemiH57KCJCo9 P42TbjtwtBFpS3N2EjLrIjT/708n+5k1SzlEhZ/fk9nZMwBGrd9G9gntCSWanqg/VrSZEiM= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--7.028800-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24352.003 X-MDID: 1547213537-FL9f3RNvIQiS Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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:32:18 -0000 On 1/11/19 4:14 PM, David Marchand wrote: > 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. > > Let's just remove the warning from the documentation. > > Signed-off-by: David Marchand Acked-by: Andrew Rybchenko with few nits: tx -> Tx, api -> API