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 ACF9BA04C2; Mon, 25 Nov 2019 10:59:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9D9CF378E; Mon, 25 Nov 2019 10:59:57 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 0B0D32952 for ; Mon, 25 Nov 2019 10:59:55 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Nov 2019 01:59:54 -0800 X-IronPort-AV: E=Sophos;i="5.69,241,1571727600"; d="scan'208";a="202295496" Received: from bricha3-mobl.ger.corp.intel.com ([10.251.85.102]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Nov 2019 01:59:52 -0800 Date: Mon, 25 Nov 2019 09:59:49 +0000 From: Bruce Richardson To: Pallavi Kadam Cc: dev@dpdk.org, thomas@monjalon.net, ranjit.menon@intel.com Message-ID: <20191125095949.GA1601@bricha3-MOBL.ger.corp.intel.com> References: <20191123025959.17040-1-pallavi.kadam@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191123025959.17040-1-pallavi.kadam@intel.com> User-Agent: Mutt/1.12.1 (2019-06-15) Subject: Re: [dpdk-dev] [PATCH] build: fix windows build failure for 19.11 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 Fri, Nov 22, 2019 at 06:59:59PM -0800, Pallavi Kadam wrote: > This patch fixes Windows build failure caused due to > 'config: change ABI versioning to global' patch. Underlying reason is: "While most windows apps can handle both "\" and "/" as path separators, "more" is treating the "/" as the start of a command-line flag in this case, causing errors. > This patch can be merged in 19.11 release. > > Signed-off-by: Bruce Richardson > Reviewed-by: Ranjit Menon > Tested-by: Pallavi Kadam > ---