From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] xenvirt: fix compilation issues Date: Sat, 12 Dec 2015 22:19:08 +0100 Message-ID: <7333356.YROUJ55Peh@xps13> References: <1449760558-63146-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: huawei.xie@intel.com Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 3DEA08E7E for ; Sat, 12 Dec 2015 22:20:25 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id n186so73136002wmn.1 for ; Sat, 12 Dec 2015 13:20:25 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Reported-by: Christian Ehrhardt > > Signed-off-by: Huawei Xie > > Looks good to me. Just one thing, shall we keep unified on printing out either errno, or strerror(errno)? > > Acked-by: Jianfeng Tan Applied, thanks