From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/tap: fix ICC compilation fails Date: Thu, 01 Feb 2018 11:02:09 +0100 Message-ID: <7478718.49bYxcqQ9o@xps> References: <20180201044300.12332-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pascal.mazon@6wind.com, ferruh.yigit@intel.com, ophirmu@mellanox.com To: Zhiyong Yang Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 272892BE5 for ; Thu, 1 Feb 2018 11:02:58 +0100 (CET) In-Reply-To: <20180201044300.12332-1-zhiyong.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/02/2018 05:43, Zhiyong Yang: > The following error is reported when compiling 18.02-rc2 usng ICC, > "transfer of control bypasses initialization of". > The patch fixes the issue. > > Fixes: 1911c5edc6cd ("net/tap: fix eBPF RSS map key handling") > Cc: stable@dpdk.org stable is not needed here > Cc: pascal.mazon@6wind.com > Cc: ferruh.yigit@intel.com > Cc: thomas@monjalon.net > Cc: ophirmu@mellanox.com > > Signed-off-by: Zhiyong Yang Applied, thanks