From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7527B378E for ; Mon, 12 Oct 2015 18:30:52 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 12 Oct 2015 09:30:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,673,1437462000"; d="scan'208";a="662744067" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga003.jf.intel.com with ESMTP; 12 Oct 2015 09:30:52 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 12 Oct 2015 17:30:49 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.116]) by irsmsx111.ger.corp.intel.com ([169.254.2.212]) with mapi id 14.03.0248.002; Mon, 12 Oct 2015 17:30:49 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Zhang, Roy Fan" Thread-Topic: [dpdk-dev] [PATCH 8/8] librte_table: modify release notes and deprecation notice Thread-Index: AQHQ9+JaAAEXe7Rsj0esGZniloXYY55n8skAgAAzrZA= Date: Mon, 12 Oct 2015 16:30:49 +0000 Message-ID: References: <1443220392-13434-1-git-send-email-roy.fan.zhang@intel.com> <1443220392-13434-9-git-send-email-roy.fan.zhang@intel.com> <2070341.uDM0XDVu2v@xps13> In-Reply-To: <2070341.uDM0XDVu2v@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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, 12 Oct 2015 16:30:53 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, October 12, 2015 3:24 PM > To: Zhang, Roy Fan > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 8/8] librte_table: modify release notes an= d > deprecation notice >=20 > 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/exampl= es/doc changes in separate patches in the patchset? John