From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 1196D7E75 for ; Thu, 6 Nov 2014 23:04:19 +0100 (CET) Received: by mail-wg0-f44.google.com with SMTP id x12so2350658wgg.3 for ; Thu, 06 Nov 2014 14:13:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=9NfmfRRcky0QsJ/+YNejOfHwM1PjwinYMLT+/4+jbVk=; b=XBfRjTBw81d3zrqkkFkN8fmKjuJN6UGn6ejV1CoKYk8HI3MM2ebO68ugukM/xjW14q 4H/vIqzfvPR3w/MApIHBGnR1HOcAzMBB7TRUU21zMkroeTEL1YAu7mMHUO1fgQFO0Umo gInMfEvoHbZ49a3FmcpwopEt97ZD5uAah/NCMXbSDl7GYRQCNw2E3hykpXPqLbilVDzA j2gMf51q6XCWuQCF95ZyH6pFquW30rBnsc4EvwSBAkCrtj++sGw1quIsP2IwZtZoAtet SBmIxIQGttTFW6k8BDW75Pal0PgTZEjJY5Vd/eaVmdGBo2KKUn+Up8VJ+zyK6subaK8s rHjQ== X-Gm-Message-State: ALoCoQmcdcsNoyR2JBA/RBZBQ1DRGe0OJQaXrrsQwuhemoNkagLpWz30vUH1iHH8qJlY0AEgfO6O X-Received: by 10.194.236.232 with SMTP id ux8mr10074001wjc.96.1415312028191; Thu, 06 Nov 2014 14:13:48 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n4sm21115057wiz.17.2014.11.06.14.13.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Nov 2014 14:13:47 -0800 (PST) From: Thomas Monjalon To: "Ouyang, Changchun" Date: Thu, 06 Nov 2014 23:13:29 +0100 Message-ID: <1838773.TXeSPBeZtt@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: References: <1415002313-15661-1-git-send-email-changchun.ouyang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] librte_vhost: Fix the path test issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2014 22:04:19 -0000 > > Commit aec8283d47d4e4366b6 fixes the compilation issue, but it leads to > > one runtime issue: early exit wrongly. In some case, 'path' is NULL, but > > 'resolved_path' has effective path, it should continue going ahead rather > > than exit. > > > > Signed-off-by: Changchun Ouyang > > Acked-by: Huawei Xie Applied with Huawei's explanation. Thanks -- Thomas