From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id E34D88E7C for ; Mon, 19 Oct 2015 15:32:18 +0200 (CEST) Received: by wikq8 with SMTP id q8so6116344wik.1 for ; Mon, 19 Oct 2015 06:32: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=jdUSLEZDPzsqHV+/eH/t/HrrniVTFHEBMmrM7MUFEoE=; b=Rkq5wKKL/JSVvphDsyRLIGIW/E4UTvY/3Zcn30a2vbBcbKE+uLJzC/ipc8xtATxFYT 5O+dyXceFQ+o1Le7Q5lMhjQ8s7Mf9cquoVAUcJacKJwaaOZMtc2TLl5XAzWckhPLHbYj ONU69wfuAcsBOULARu/QdzwArWRewqilio0Tfx0lh5VI5SRMeN6qGvDQ2oXY5E1Bi0n0 x8YZozhKvyZMOlV59tFzU1jm9JM6E97jS7Qlp0k0BL4Ta3xPhcD7s9UgoLmNJOgrAh1R nKUD2GcJq+WAzwb20XpHeeKpbp4zXkeciskjbg21rrf8BI0seF/iU7MKxQqjxxFZZmSA /spg== X-Gm-Message-State: ALoCoQmuS36WLRMA8UN3pbNEJwG1XpRfBWz+KwbJz7nBmZ2fpELJXbGVQdRqfzaATmtAMcJWQk8n X-Received: by 10.194.242.167 with SMTP id wr7mr33205331wjc.27.1445261538455; Mon, 19 Oct 2015 06:32:18 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id gq1sm2132353wib.19.2015.10.19.06.32.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Oct 2015 06:32:17 -0700 (PDT) From: Thomas Monjalon To: "Mcnamara, John" Date: Mon, 19 Oct 2015 15:31:13 +0200 Message-ID: <4559812.S3lrcv5bV4@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1443220392-13434-1-git-send-email-roy.fan.zhang@intel.com> <2070341.uDM0XDVu2v@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 8/8] librte_table: modify release notes and deprecation notice 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, 19 Oct 2015 13:32:20 -0000 2015-10-12 16:30, Mcnamara, John: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > > If a v2 is needed, please squash the release notes changes with the API > > changes (patches 1 and 2). > > Hi Thomas, > > Could you clarify this? In general shouldn't we keep all lib/drivers/examples/doc changes in separate patches in the patchset? Why should we? When reviewing a patch, having the doc atomically updated with the code change will help to understand it.