From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com
 [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id D23497E79
 for <dev@dpdk.org>; Wed, 10 Dec 2014 09:41:32 +0100 (CET)
Received: by mail-wi0-f182.google.com with SMTP id h11so4315148wiw.3
 for <dev@dpdk.org>; Wed, 10 Dec 2014 00:41:32 -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=ImnAdCM5y8KqVaswjIo0S8NPdEvCZJd/j8UIuZ7fCuk=;
 b=PMx8VX2QMqgDJ+ws60lNmBAqG3vKeXBsNCzu1CSCFYmmrmA34zG/1M1KeEH6DU74g5
 X2+RpH828SY7F40hfmHhBgnPdFWUgdYDBqYmAKxnXFls9UvVpStF+Z1SjqYhU8r9Ikc0
 KhsSdxVZ1leqZdTdBtNHh24Ay4sJMyZh6LBIE5LBxD8+mDsCy4OZuxHCz1Ph5KdXQ/dL
 FTmniJvi0aHzsBxgT2OxHU9K0zxmGc9S6EYnsvP47J4v8ZYbbAuJzM5Sv6wsrhSs1t7C
 KJnDHrDWg/wsIf14sm0rwZzQKXjBBdqUSzAQrrG5iQ3+hBnP6DZt8wgubHSPeHV0p8Ne
 dETw==
X-Gm-Message-State: ALoCoQnRBGoXNMv7n8Ibz0tcGs4s1RVEWwvNrvHihlz5iBXiWwFC8XPaz2v+Mmnm1aG/lVjvVhBg
X-Received: by 10.180.99.163 with SMTP id er3mr11037798wib.18.1418200892664;
 Wed, 10 Dec 2014 00:41:32 -0800 (PST)
Received: from xps13.localnet ([78.188.139.117])
 by mx.google.com with ESMTPSA id r10sm16991828wiy.13.2014.12.10.00.41.27
 for <multiple recipients>
 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
 Wed, 10 Dec 2014 00:41:32 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jincheng Miao <jmiao@redhat.com>
Date: Wed, 10 Dec 2014 09:39:49 +0100
Message-ID: <2924722.Ju8Avnc9sI@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <1418182383-5744-5-git-send-email-jmiao@redhat.com>
References: <1418182383-5744-1-git-send-email-jmiao@redhat.com>
 <1418182383-5744-5-git-send-email-jmiao@redhat.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 4/4] xen_dom0: replace strict_strtoul with
	kstrtoul
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Dec 2014 08:41:33 -0000

2014-12-10 11:33, Jincheng Miao:
> From upstream kernel commit 3db2e9cd, strict_strto* serial functions
> are removed. So that we should directly used kstrtoul instead.
> 
> And add xen_dom0/compat.h for be compatible with older kernel.
> 
> Signed-off-by: Jincheng Miao <jmiao@redhat.com>

Same comments as patch 3/4 apply here.

-- 
Thomas