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 2A3B458D2 for ; Wed, 30 Oct 2013 15:56:52 +0100 (CET) Received: by mail-wi0-f172.google.com with SMTP id ez12so6944431wid.11 for ; Wed, 30 Oct 2013 07:57:43 -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:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=UndoUrY/oh6IKlRICoXI7Vz8yzcARJr+hqpOG5qkGjQ=; b=a0AVzxthxlSlpDz0Yy2wlI7mqVzF8BnUNWI0osV4dtTQKB4CM6lM3gytis7WznCWzY VAgPiBDspJPPZ7VLvNUmk8chFpSkVxMk1EHCg1SQwBq1NV6u4iK35161HObMZRTjHbab 80qpOAgveJi7tM9okIGDrpb+NDfHaB1R8CQWF13xILU+YvVIxk7yUP3yPUidPvfGvgJb HNPmSEK786glrC6UFRfAC7MPpVV3m9sfxxZNwK1kY+3X39dNFEgaINRYS8pOpOiggJIu e0c5WVRDZN0Rc79V/rsbbP8OZEWdlNAsJ41PNewcwoTA14RFv9Kk0pcRjSA4+gZ5gaxL JiRw== X-Gm-Message-State: ALoCoQnq6ka3weYxbQMPeZKAmA02of2z5h+tTPgNKwopwTU9PMZT09lzdYHkl32n/rsQrrdmj86E X-Received: by 10.194.175.133 with SMTP id ca5mr4917911wjc.19.1383145063355; Wed, 30 Oct 2013 07:57:43 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ma3sm16400483wic.1.2013.10.30.07.57.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Oct 2013 07:57:42 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: Olivier MATZ Date: Wed, 30 Oct 2013 15:57:40 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1382522765-27254-1-git-send-email-thomas.monjalon@6wind.com> <5270C8F0.1080306@6wind.com> In-Reply-To: <5270C8F0.1080306@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201310301557.40381.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] config: fix combined/shared lib 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, 30 Oct 2013 14:56:53 -0000 30/10/2013 09:53, Olivier MATZ : > acked > > Just one remark about the commit log: if I understand well, the > issue related to the quote not properly removed in "make context" > is triggered by the quotes you added in the defconfig. I would reword > the commit log a bit to highlight it. I've pushed it with a reword as you suggested. Thanks for the review. -- Thomas