From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id C4BE97E8C for ; Wed, 8 Oct 2014 17:50:27 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id hi2so10950778wib.9 for ; Wed, 08 Oct 2014 08:57:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=F644lOHazZbl196+w6CErmPiH7GLPvyfiPQTHdc52fs=; b=aNib8Zz3R1y/nwomMgkejnqRX6e+KTIdalC+grZHIPt25WwDYKnNHdXiGEFZ6X2iGG HFBB11V2Rcj/iSFJbC8OpycruCMQWPhk2vazNrzdLC28a5AUVOzY9luyNWXJL1rpalds 4h3xfk9ZneGogvEeVAAT2Sd23KhkcLhhRZtdL7b/TLuGyRa1fjjeaSLn8bFDxNVO35ze I19n2zBomiAqfleEN1/KHqdbFf56/8ygawmb2yq/oy9SWiUYzcYRF4uDlwDjVjoiLYbv cx6FDAuprMt7+EQuUDOb94/qKrP/OQ7Z5sXeqSjG8VE/De1C2SFQW5We7L93N51/VN26 cq0g== X-Gm-Message-State: ALoCoQl3VsyDUXKv9CpZqgv9wr5BK4iDR6FtAU3ZmZa7XUzxtACy7WQl74vzW3bDJuxVqq2ACH+N X-Received: by 10.180.86.73 with SMTP id n9mr34664751wiz.30.1412783865616; Wed, 08 Oct 2014 08:57:45 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id yr10sm512182wjc.38.2014.10.08.08.57.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Oct 2014 08:57:44 -0700 (PDT) From: Thomas Monjalon To: Neil Horman Date: Wed, 08 Oct 2014 17:57:29 +0200 Message-ID: <4923174.cbZvBc6Zut@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20141007210135.GH27719@hmsreliant.think-freely.org> References: <1410809031-19114-1-git-send-email-nhorman@tuxdriver.com> <20141001185940.GA27437@hmsreliant.think-freely.org> <20141007210135.GH27719@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/4] Add DSO symbol versioning to support backwards compatibility 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: Wed, 08 Oct 2014 15:50:27 -0000 Hi Neil, 2014-10-07 17:01, Neil Horman: > On Wed, Oct 01, 2014 at 02:59:40PM -0400, Neil Horman wrote: > > On Fri, Sep 26, 2014 at 10:45:49AM -0400, Neil Horman wrote: > > > On Fri, Sep 26, 2014 at 12:41:33PM +0200, Thomas Monjalon wrote: > > > > Hi Neil, > > > > > > > > 2014-09-24 14:19, Neil Horman: > > > > > Ping Thomas. I know you're busy, but I would like this to not fall off anyones > > > > > radar. You alluded to concerns regarding what, for lack of a better term, > > > > > ABI/API lockin. I had asked you to enuumerate/elaborate on specifics, but never > > > > > heard back. Are there further specifics you wish to discuss, or are you > > > > > satisfied with the above answers? > > > > > > > > Sorry for not being very reactive on this thread. > > > > All this discussion is very interesting but it's really not the proper > > > > time to apply it. As you said, it requires an extra effort. I'm not saying > > > > it will never be integrated. I'm just saying that we cannot change > > > > everything at the same time. > > > > > > > > Let me sum up the situation. This community project has been very active > > > > for few months now. First, we learnt how to make some releases together > > > > and we are improving the process to be able to deliver a new major release > > > > every 4 months while having some good quality process. > > > > But these releases are still not complete because documentation is not > > > > integrated yet. Then developers should have a role in documentation updates. > > > > We also need to integrate and learn how to use more tools to be more > > > > efficient and improve quality. > > > > > > > > So the question is "when should we care about API compatibility"? > > > > And the answer is: ASAP, but not now. I feel next year is a better target. > > > > Because the most important priority is to move together at a pace which > > > > allow most of us to stay in the race. > > > > > > I'm sorry Thomas, I don't accept this. I asked you for details as to your > > > concerns regarding this patch series, and you've provided more vague comments. > > > I need details to address > > > > > > You say it requires extra effort, you're right it does. Any feature that you > > > integreate requires some additional effort. How is this patch any different > > > from adding the acl library or any other new API? Everything requires > > > maintenence, thats how software works. What specfically about this patch series > > > makes the effort insurmountable to you? > > > > > > You say you're improving your process. Great, this patch aids in that process > > > by ensuring backwards compatibility for a period of time. Given that the API > > > and ABI can still evolve within this framework, as I've described, how is this > > > patch series not a significant step forward toward your goal of quality process. > > > > > > You say documentation isn't integrated. So, what does getting documentation > > > integrated have to do with this patch set, or any other? I don't see you > > > holding any other patches based on documentation. Again, nothing in this series > > > prevents evolution of the API or ABI. If you're hope is to wait until > > > everything is perfect, then apply some control to the public facing API, and get > > > it all documented, none of thosse things will ever happen, I promise you. > > > > > > You say you also need to learn to use more tools to be more efficient and > > > improve quality. Great! Thats exactly what this is. If we mandate even a short > > > term commitment to ABI stability (1 single relese worth of time), we will > > > quickly identify what API's change quickly and where we need to be cautious with > > > our API design. If you just assume that developers will get better of their own > > > volition, it will never happen. > > > > > > You say this should go in next year, but not now. When exactly? What event do > > > you forsee occuring in the next 12-18 months that will change everything such > > > that we can start supporing an ABI for more than just a few weeks at the head of > > > the tree? > > > > > > To this end, I just did a quick search through the git history for dpdk to look > > > at the histories of all the header files that are exposed via the makefile > > > SYMLINK command (given that that provides a list of header files that > > > applications can include, and embodies all the function symbols and data types > > > applications have access to. > > > > > > There are 179 total commits in that list > > > Of those, a bit of spot checking suggests that about 10-15% of them actually > > > change ABI, and many of those came from Bruce's rework of the mbuf structure. > > > That about 17-20 instances over the last 2 years where an ABI update would have > > > been needed. That seems pretty reasonable to me. Where exactly is your concern > > > here? > > > > Ping Thomas, I'd like to continue this debate to a conclusion. Could you please > > provide specific details and/or concerns that you have with this patch series? > > > Ping again Thomas, please lets debate this to a reasonable consensus. Ignoring > it won't help anything. I'm not ignoring the discussion, I was trying to focus on other topics. You're right, we need a conclusion. This patch is an important change which needs time to be finely checked and tested. So I plan to integrate it in version 2.0 which will be the next one after 1.8 release. In the mean time you could test this patch with Fedora and see how it helps application packaging. Then we could be more confident that we are applying the right policy starting with 2.0. Thanks Neil, I appreciate your involvement in DPDK -- Thomas