From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 401182A6C for ; Mon, 27 Jun 2016 11:27:39 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id v199so91920340wmv.0 for ; Mon, 27 Jun 2016 02:27:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=OWVgGkvP02CZaUFSX+cBnjvuk8yCI8+JPQV81cPX6Ek=; b=b5JqBofVskhePy1P9cVnVKT3iGoROoHfhFEil6n7EE2c5HGyo0f0Pu63ruf+jJbZ41 RQQE5vHBepVy+JXaMAvGHXl1vaRhTPnwhD41uVt5CK+A65zkg8yHVsOhsoNb/+Yo41vh buyc7Emj2dHJ/zX931vQT3IIqewXnKOyrtLRVR4pLGIzsUt1AfM3e97ZDDdbtOg1iNQE 8pzMIlqOrhgqGa6OZfXIIgEIrIzIrfQRhzanN5Vi9U0sX0qpTH0f1qXyMkzppKn01wIr b7vMMvgjA9IQ3CFkvyQImROR3zyUkC4clbPSZKd5G1Ku+e6LVm+XqW/Rwz+7gMatY476 VQ1Q== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=OWVgGkvP02CZaUFSX+cBnjvuk8yCI8+JPQV81cPX6Ek=; b=K0UyOUxdDWiqoPBzWUE1Gwbft7V8bQL5dKLCCeT5L3gueUKrEJ235J/b/EwI27pXFM B6HPWylZvVuL5TCFXFd4+aiy68Ti0LwNtz0ZMFhBHXjmA6wv7eF99lN1O8Qwe6ewItzm p0tQrHLi1YyQ4a89SwBfMq/6CFXVVRw1EGrZfHdmShTaDY/+9v0kOryoUeewmW/snGDf 0Xl2adV0yzHxV/nVup2vzFWwefjIkPrSE/wCKz40ZJ9T7xT5x6CER6BPgJXlxqkFqRgy Q/QsEwFs1D7ZXYcMgUJoTuwrKEB3y35DmeVtbCfRSvzaBoiQicR3sF0tRlJdYn+erlHU mpZw== X-Gm-Message-State: ALyK8tILjACTM6/G4cYBAuDqv4GShWvZB78VI58mMKNrCn/d/RVfvfT8X3cpl1PuQ/dVyJDp X-Received: by 10.28.150.138 with SMTP id y132mr9689737wmd.103.1467019658932; Mon, 27 Jun 2016 02:27:38 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 12sm10699836wmj.19.2016.06.27.02.27.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jun 2016 02:27:38 -0700 (PDT) From: Thomas Monjalon To: "Dumitrescu, Cristian" Cc: Panu Matilainen , dev@dpdk.org, "Singh, Jasvinder" Date: Mon, 27 Jun 2016 11:27:37 +0200 Message-ID: <3714684.CeTUHo5Nfg@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A0E682@IRSMSX108.ger.corp.intel.com> References: <1466959325-9426-4-git-send-email-thomas.monjalon@6wind.com> <3EB4FA525960D640B5BDFFD6A3D8912647A0E682@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/7] pipeline: fix truncated dependency list 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: Mon, 27 Jun 2016 09:27:39 -0000 2016-06-27 09:20, Dumitrescu, Cristian: > As discussed in some other email thread, it would also make sense to replace the ':=' operator with '+=' operator in Makefile of rte_port and rte_table as well, do you want us to send a separate patch for this? It's a cosmetic change. Yes you can send a patch.