From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 20E706787 for ; Wed, 28 Oct 2015 03:06:14 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 27 Oct 2015 19:06:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,207,1444719600"; d="scan'208";a="804989300" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 27 Oct 2015 19:06:14 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 19:06:13 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 19:06:13 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.106]) with mapi id 14.03.0248.002; Wed, 28 Oct 2015 10:06:11 +0800 From: "Wu, Jingjing" To: Thomas Monjalon , "Zhang, Helin" Thread-Topic: [dpdk-dev] [PATCH 4/4] doc: extend commands in testpmd and remove related ABI deprecation Thread-Index: AQHQ9Ok9OTVqN/ckSkSthSdBP/pre55+qXuAgAAcRICAAZqhYA== Date: Wed, 28 Oct 2015 02:06:11 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D0AE77@SHSMSX104.ccr.corp.intel.com> References: <1442893533-32546-1-git-send-email-jingjing.wu@intel.com> <1442893533-32546-5-git-send-email-jingjing.wu@intel.com> <3290097.lqaKgPFSI3@xps13> In-Reply-To: <3290097.lqaKgPFSI3@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] 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 4/4] doc: extend commands in testpmd and remove related ABI deprecation 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, 28 Oct 2015 02:06:15 -0000 Thanks helin and Thomas I will update the release notes too. > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, October 27, 2015 5:36 PM > To: Zhang, Helin > Cc: dev@dpdk.org; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH 4/4] doc: extend commands in testpmd and > remove related ABI deprecation >=20 > 2015-10-27 07:54, Zhang, Helin: > > I am not sure if doc udpated here is what we expected or not. > > Any guidance on this from ABI experts? > [...] > > > doc/guides/rel_notes/deprecation.rst | 4 ---- > > > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 ++++++------ >=20 > The deprecation should be removed in the patch changing the code. > And the release notes must be updated at the same time. > Thanks for the catch Helin.