From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 34F54A317C for ; Thu, 17 Oct 2019 17:59:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ECF201EA0D; Thu, 17 Oct 2019 17:59:33 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D0AE31EA09 for ; Thu, 17 Oct 2019 17:59:32 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2019 08:59:31 -0700 X-IronPort-AV: E=Sophos;i="5.67,308,1566889200"; d="scan'208";a="371176902" Received: from dhunt5-mobl4.ger.corp.intel.com (HELO [10.237.221.107]) ([10.237.221.107]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/AES256-SHA; 17 Oct 2019 08:59:29 -0700 To: Anatoly Burakov , dev@dpdk.org Cc: Marcin Baran , john.mcnamara@intel.com, bruce.richardson@intel.com, thomas@monjalon.net, david.marchand@redhat.com References: <5156fac5f34b8b473ff6395c1a030635c6909c3c.1571322634.git.anatoly.burakov@intel.com> From: "Hunt, David" Message-ID: <6a89cce1-2ca6-03bf-51e0-98ecf00f3d76@intel.com> Date: Thu, 17 Oct 2019 16:59:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <5156fac5f34b8b473ff6395c1a030635c6909c3c.1571322634.git.anatoly.burakov@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v4 06/10] distributor: remove deprecated code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 17/10/2019 15:31, Anatoly Burakov wrote: > From: Marcin Baran > > Remove code for old ABI versions ahead of ABI version bump. > > Signed-off-by: Marcin Baran > Signed-off-by: Anatoly Burakov > --- > > Notes: > v2: > - Moved this to before ABI version bump to avoid compile breakage > Hi Anatoly,     tested with Distributor sample app, Unit tests, looks good. Acked-by: David Hunt