From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/ipc: fix missing ignore message name Date: Tue, 17 Apr 2018 01:28:51 +0200 Message-ID: <5542280.5q6CTj2B3k@xps> References: <648478c5ff8bcbe49306d96022eef1f89c7a935a.1523634914.git.anatoly.burakov@intel.com> <39d5ced1-0597-e529-3325-bbe7d94ae74b@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Tan, Jianfeng" To: Anatoly Burakov Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id E1C80AAC8 for ; Tue, 17 Apr 2018 01:28:54 +0200 (CEST) In-Reply-To: <39d5ced1-0597-e529-3325-bbe7d94ae74b@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" 13/04/2018 18:16, Tan, Jianfeng: > > On 4/13/2018 11:55 PM, Anatoly Burakov wrote: > > We are trying to notify sender that response from current process > > should be ignored, but we didn't specify which request this response > > was for. Fix by copying request name from the original message. > > > > Fixes: 579a4ccc345c ("eal: ignore IPC messages until init is complete") > > Cc: anatoly.burakov@intel.com > > > > Signed-off-by: Anatoly Burakov > > Acked-by: Jianfeng Tan Applied, thanks