From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DA0046CD8; Wed, 24 Apr 2019 14:32:28 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2019 05:32:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,389,1549958400"; d="scan'208";a="153334349" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.48]) by orsmga002.jf.intel.com with SMTP; 24 Apr 2019 05:32:24 -0700 Received: by (sSMTP sendmail emulation); Wed, 24 Apr 2019 13:32:24 +0100 Date: Wed, 24 Apr 2019 13:32:23 +0100 From: Bruce Richardson To: Peng Huang Cc: nhorman@tuxdriver.com, qi.z.zhang@intel.com, qiming.yang@intel.com, wenzhuo.lu@intel.com, dev@dpdk.org, stable@dpdk.org Message-ID: <20190424123223.GB1892@bricha3-MOBL.ger.corp.intel.com> References: <1556118719-74460-1-git-send-email-peng.huang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1556118719-74460-1-git-send-email-peng.huang@intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [DPDK] devtools: change for ABI back-compatibility checking 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: , X-List-Received-Date: Wed, 24 Apr 2019 12:32:29 -0000 On Wed, Apr 24, 2019 at 03:11:59PM +0000, Peng Huang wrote: > The new default-taget "linux" is introduced in v19.05-rc1 > but not exist in before release such as v19.02 which have > default-target "linuxapp", there is no compatibility report > when run validate-abi.sh to check ABI compatibility between > v19.05-rc1 and v19.02, changed default-target from "linux" > to "linuxapp" in validate-abi.sh > > Fixes: 218c4e68c1d9 ("mk: use linux and freebsd in config names") > Cc: stable@dpdk.org > > Signed-off-by: Peng Huang Acked-by: Bruce Richardson From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id EBA47A05D3 for ; Wed, 24 Apr 2019 14:32:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8805D1B127; Wed, 24 Apr 2019 14:32:30 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DA0046CD8; Wed, 24 Apr 2019 14:32:28 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2019 05:32:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,389,1549958400"; d="scan'208";a="153334349" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.48]) by orsmga002.jf.intel.com with SMTP; 24 Apr 2019 05:32:24 -0700 Received: by (sSMTP sendmail emulation); Wed, 24 Apr 2019 13:32:24 +0100 Date: Wed, 24 Apr 2019 13:32:23 +0100 From: Bruce Richardson To: Peng Huang Cc: nhorman@tuxdriver.com, qi.z.zhang@intel.com, qiming.yang@intel.com, wenzhuo.lu@intel.com, dev@dpdk.org, stable@dpdk.org Message-ID: <20190424123223.GB1892@bricha3-MOBL.ger.corp.intel.com> References: <1556118719-74460-1-git-send-email-peng.huang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <1556118719-74460-1-git-send-email-peng.huang@intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [DPDK] devtools: change for ABI back-compatibility checking 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" Message-ID: <20190424123223._i5vyTr7mxm4kuReg8sdJzX3y2PVn78ennd-vU_KXsY@z> On Wed, Apr 24, 2019 at 03:11:59PM +0000, Peng Huang wrote: > The new default-taget "linux" is introduced in v19.05-rc1 > but not exist in before release such as v19.02 which have > default-target "linuxapp", there is no compatibility report > when run validate-abi.sh to check ABI compatibility between > v19.05-rc1 and v19.02, changed default-target from "linux" > to "linuxapp" in validate-abi.sh > > Fixes: 218c4e68c1d9 ("mk: use linux and freebsd in config names") > Cc: stable@dpdk.org > > Signed-off-by: Peng Huang Acked-by: Bruce Richardson