From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 7C95358EB for ; Fri, 2 May 2014 14:22:14 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id hi5so1304895wib.17 for ; Fri, 02 May 2014 05:22:18 -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=g9Ux7zvoahsb76TWG0wL1c2hXt7GVg8s7Ns6jbnOT7Q=; b=jNkw9Q0lzpvVZeaqqchyScMMZ22BIwbutfKOlrq8mZoVL0zdhU8NzupgInbk5Jks9+ bYDbzqY0Ddo79NTqDPBQw8qbkv6t6IrafSZxf9Nk3Km/Sh4G1BCQICwsve/IznLOSc+H Egee94oQVKOr4g/72gI3sK4zScV1ynciRBkcugbU0e7M9wkYwDg6isf35n/es/Yc8Xy9 odVf+dmp/cqM59ymEA2mfNUiUzrvvOvmzmAyRoM7adl49gOcJ9yJ6BIWJuuFEObDXQW0 TL3/Ek/D2woKYwQjb4vT+fULp2qzwrm4SkurROTjbUDJcfcT0xlL6cuc37a8j7XiR+ye u8cA== X-Gm-Message-State: ALoCoQm0AWeqwBN7x5NH+wf10M3k3FkupfrG7I1UGu5tL8ZDHV8uWeD+9HtX8hkj1aZ1g5Yw9mtd X-Received: by 10.194.109.6 with SMTP id ho6mr13926053wjb.21.1399033338552; Fri, 02 May 2014 05:22:18 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id u1sm1919292wjx.16.2014.05.02.05.22.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 May 2014 05:22:17 -0700 (PDT) From: Thomas Monjalon To: Neil Horman Date: Fri, 02 May 2014 14:22:17 +0200 Message-ID: <3290487.cx3MKzuIo9@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <20140502110927.GA15335@hmsreliant.think-freely.org> References: <1397585169-14537-2-git-send-email-nhorman@tuxdriver.com> <4041301.VqGVgh9vVV@xps13> <20140502110927.GA15335@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 01/15 v2] makefiles: Fixed -share command line option error 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: Fri, 02 May 2014 12:22:14 -0000 2014-05-02 07:09, Neil Horman: > On Wed, Apr 30, 2014 at 01:42:12AM +0200, Thomas Monjalon wrote: > > 2014-04-16 09:51, Neil Horman: > > > The shared libraries built with the current makefile set produce static > > > libraries rather than actual shared objects. This is due to several > > > missing options that are required to correctly build shared objects > > > using ld, as well as a mis-specified -share option (which should be > > > -shared). Switching to the use of CC rather than LD and fixing the > > > -shared option corrects these problems and builds the DSOs correctly. > > > > > > Signed-off-by: Neil Horman > > > > Applied for version 1.6.0r2. > > So, I just went and looked at 1.6.0r2 and noted that you applied this patch, > but the rest of the series is still missing. This is what I was talking > about earlier when I said you weren't applying patch series atomically. It > makes it impossible to have any clue what the upstream development head is > going to look like. On top of that, since you're clearly integrating other > changes ahead of this, theres every likelyhood the rest of my v5 series > won't apply. > > the v5 series has sat out here for a few weeks now without comment. If there > aren't any objections to it, apply it. Whats the problem here? I'm not > going to package the DPDK until this series (or the functionality it > offers) is in place. This patch is clearly an important fix. So I took it for release 1.6.0r2. The other patches of the serie are enhancements which will be in 1.7.0. The goal is to change the integration model. Now we'll stop integrating enhancements and big changes when first release candidate is out. Then it will be clear that only fixes and mandatory changes will be integrated in the last part of the release cycle. I hope you agree we're improving the workflow. -- Thomas