From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 89DEA36D for ; Mon, 30 Jun 2014 10:43:05 +0200 (CEST) Received: by mail-wg0-f52.google.com with SMTP id b13so7726951wgh.35 for ; Mon, 30 Jun 2014 01:43:25 -0700 (PDT) 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=QcxQI7NpZ+BiLjEkh+u0lkw3EuBjDIKiD0UvXOVJjQc=; b=WfZKlfVTxc9Dk/0ovrrOSTtZNbDY+mEj3h33VWjpdHivFqJWNEtVi3ezwaoxKM2SlJ /XKfwao1amUQ0ZbogGtx9ZGZ3r9gDQYceGzoRI6/Ok/vX6Wiu9jWsZ+/kNMiFRbqXpKG P0ZyePJK2GzScllV6YgrMtBsz7GMhrmQ1iQvGTP5G0i6N6A2ReBJ7o9JroHoBqKMwcBz jpnCMpebwp2mVhXizUcT0s93DorX05J9IdodD7mmh70HFQGeEqlVM1sIcSQXHsLrvWGE Uh7nLlOw+H5ne6dHlg5uoOmVYqK76Ji0hrk9ayMdKHKLl/xVV7qQRa//Ra5O1o4PfJTf w9cQ== X-Gm-Message-State: ALoCoQlRnCoD3kBJEvePxm9xX38jRz7dY70pIeYFW0JGO/sBkhEe350qo9/MLQYeXJgd5ep+GXox X-Received: by 10.194.222.197 with SMTP id qo5mr44073120wjc.78.1404117805448; Mon, 30 Jun 2014 01:43:25 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id o3sm28928616wix.15.2014.06.30.01.43.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Jun 2014 01:43:24 -0700 (PDT) From: Thomas Monjalon To: "Cao, Waterman" Date: Mon, 30 Jun 2014 10:43:12 +0200 Message-ID: <1458064.tdvks4975N@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: References: <7F861DC0615E0C47A872E6F3C5FCDDBD0110E674@BPXM14GP.gisp.nec.co.jp> <2412606.IsDGqMgZ84@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: "dev@dpdk.org" , Hayato Momma Subject: Re: [dpdk-dev] [PATCH] kni: compatibility with RHEL 7 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: Mon, 30 Jun 2014 08:43:06 -0000 Hi, 2014-06-30 08:36, Cao, Waterman: > We tested this patch with latest RHEL 7. (3.10.0-123) on RC2. > It fixed compilation error in KNI. > Please merge this patch in the RC3. > Although We don't meet this compilation in RHEL 7 beta version, but Hiroshi > caught it in latest version. > It seems that there are a difference between > Kernel 3.10.0-54 and 3.10.0-123 OK, thanks for testing. -- Thomas