From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f179.google.com (mail-io0-f179.google.com [209.85.223.179]) by dpdk.org (Postfix) with ESMTP id 2D608FFA; Thu, 7 Apr 2016 12:16:35 +0200 (CEST) Received: by mail-io0-f179.google.com with SMTP id g185so88285350ioa.2; Thu, 07 Apr 2016 03:16:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=DrrgvSlFtmrjzmxVkr4vi7osxZze6Zxlinxwhd4x/Vg=; b=dUJDRsCsnNwAk71mcUTEZj6IMhQEjPcR/jOKE4dWnziVTbTq1s+wDGmr7qbXQWXc7J mpj2Xzj+aA/N7jaCITWIz/QGRa3fbMoaRNxdnA/y17oqeRikCzLYgFXU/AjEcnCxP7e4 KeBXO9Awdx5yQ9idmVFcqxzSfTMhOGCm86gQELyq4Hr82a2LP9evh5jxxqEmP5Nciqjn 3HTr8Yd5IV2qYW0GrfQ2Ais1FBAqvzluzn5ecqjRDgSnu3OWyS6MU7PV57OWKZ+R2dXA mcfXhjVBlpe+YcrK24sPbZ0EXKn2En29jaMRdmol+d8o8XNkAJdsnvgZScfudU16klkk qqoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=DrrgvSlFtmrjzmxVkr4vi7osxZze6Zxlinxwhd4x/Vg=; b=Ty4W5v4W6xl0C+vjXSkWTwMh1C28C/YqBwVJzSWzJtR7pByr0as/Yi8KYnUsFURlAV 92KBRn3p57T2q7NqLABjUYJvAgxqedatGp0DiZ9eR8pR5f+p7LUmyxx4fYikGQ0SWurt VuchShiB5eOPUqbgx81J3wdMI5OBC+p2KRNk8Q4Du5povKW+3TiZ0lDoQzDYqXBhzyLF vnP8Cc3Fsi0q2bqEYNMeQ+Z2jbucvawVr0ezfqGhT8aQ4lLTjizZfdFmXrhIjSsGCDZt 0NavshTHTytlsxDdSaMyAjFFiEFrIclLyDfQfwbTYVxzfc+RGEo2GSW3G0r5bXHVaGFo +QtQ== X-Gm-Message-State: AD7BkJICASWTnjOz8VCYYu5rZMfWcr7DRjlhQM+Sdfad3f3PAgB4pImnRA431u6j3UVYBHbqJQPZoSdxKfYtDQ== MIME-Version: 1.0 X-Received: by 10.107.39.208 with SMTP id n199mr2862990ion.103.1460024194522; Thu, 07 Apr 2016 03:16:34 -0700 (PDT) Received: by 10.79.119.203 with HTTP; Thu, 7 Apr 2016 03:16:34 -0700 (PDT) In-Reply-To: <5706295A.3000406@redhat.com> References: <1610488.T03Kyi0Reo@xps13> <5911950.ZPQvAWoePl@xps13> <5706295A.3000406@redhat.com> Date: Thu, 7 Apr 2016 12:16:34 +0200 Message-ID: From: Marc Sune To: Panu Matilainen Cc: Thomas Monjalon , dev@dpdk.org, techboard@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] DPDK namespace 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: Thu, 07 Apr 2016 10:16:35 -0000 2016-04-07 11:33 GMT+02:00 Panu Matilainen : > On 04/07/2016 12:18 PM, Thomas Monjalon wrote: > >> Thank you everyone for the feedbacks. >> >> 2016-04-05 15:56, Thomas Monjalon: >> >>> The goal of this email is to get some feedback on how important it is >>> to fix the DPDK namespace. >>> >> >> Everybody agree every symbols must be prefixed. Checking and fixing the >> namespace consistency will be in the roadmap. >> >> It seems most of you agree renaming would be a nice improvement but not >> so important. >> The main drawback is the induced backporting pain, even if we have >> some scripts to convert the patches to the old namespace. >> Note: the backports can be in DPDK itself or in the applications. >> >> If there is enough agreement that we should do something, I suggest to >>> introduce the "dpdk_" prefix slowly and live with both "rte_" and "dpdk_" >>> during some time. >>> We could start using the new prefix for the new APIs (example: crypto) >>> or when there is a significant API break (example: mempool). >>> >> >> The slow change has been clearly rejected in favor of a complete change >> in one patch. >> The timing was also discussed as it could impact the pending patches. >> So it would be done at the end or the beginning of a release. >> Marc suggests to do it for 16.04 as the numbering scheme has changed. >> > > Just noting that it cannot be done in 16.04 because the ABI policy > requires a deprecation cycle of at least one major release for every > breakage. And we're discussing a total 100% breakage of everything here, > even if its just a simple rename. I keep not understanding the ABI policy, and particularly why ABI changes have to be announced once cycle before _if_ there is already at least one ABI change proposed. DPDK applications will have to recompile anyway. This aspect of the policy only slows down DPDK development and it pollutes the repository with commits announcing ABI changes that are irrelevant after 2 cycles, as (code) diffs show that already (not mentioning NEXT_ABI complexity and extra LOCs). Maintaining LTS releases, and enforcing bug fixing in old LTS first, upstreaming bugfixes is to me a much better approach to solve backwards compatibility issues. But this is probably another discussion. Marc > > - Panu - > > > There is no strong conclusion at this point because we need to decide >> wether the renaming deserves to be done or never. >> I suggest to take the inputs from the technical board. >> >> Do not hesitate to comment. Thanks >> >> >