From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id 6A33C30D
 for <dev@dpdk.org>; Wed,  2 Jul 2014 00:03:08 +0200 (CEST)
Received: by mail-wg0-f44.google.com with SMTP id x13so9969203wgg.3
 for <dev@dpdk.org>; Tue, 01 Jul 2014 15:03:28 -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=GgsK1hDhaxe+BED9Mo/TZWwKUILA4NnkqvF1Y2iUmM0=;
 b=io8F2zXdTkOn5Kt0ICpSDae/CyCemXrSyaUL3pzOd4s0+7l7JtZRyu1Izd/q8znFGm
 q8bzagIvWH6+LrPEnN/m04gU0noJ/tP2CZniTYDVo+SxlRbflq5scHOBmMdwO/Rpfqu1
 PzYXtmStVhlwRuX5dokgR+IYj98wu+s4BL+wTrsC3B7hKsrdNCfty8+cs/r2s56Y0Oia
 q9zYeVCqft1Aw1Xih4jxzanIcIqaLPAFFwQAFazaA14XDASVhKccYBQKJbOcW22HpaKs
 XNmtyh4v6AuGKcxr7tffMiF/lVwDgXJgOpU7Ioz3imup0m3qw7EVcxSo8h93vLmte1tu
 We0Q==
X-Gm-Message-State: ALoCoQl01+CrwPxpR4GhuhnnUrzu9Z1uksnYxu5KU+NngV3OMqTS/vMxK8ghSFQh6apgM+TVU3uy
X-Received: by 10.180.182.131 with SMTP id ee3mr13142295wic.37.1404252208836; 
 Tue, 01 Jul 2014 15:03:28 -0700 (PDT)
Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net.
 [82.235.116.147])
 by mx.google.com with ESMTPSA id gr2sm8754040wib.19.2014.07.01.15.03.27
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 01 Jul 2014 15:03:27 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Date: Wed, 02 Jul 2014 00:03:21 +0200
Message-ID: <2413568.QlEdPoY8TV@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; )
In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD0110E674@BPXM14GP.gisp.nec.co.jp>
References: <7F861DC0615E0C47A872E6F3C5FCDDBD0110E674@BPXM14GP.gisp.nec.co.jp>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org, Hayato Momma <h-momma@ce.jp.nec.com>
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 <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: Tue, 01 Jul 2014 22:03:08 -0000

> Compilation in RHEL7 is failed. This fixes the build issue.
> 
> RHEL7 has skb_set_hash, the kernel version is 3.10 though.
> Don't define skb_set_hash for RHEL7.
> 
> Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
> Reviewed-by: Hayato Momma <h-momma@ce.jp.nec.com>

Applied for version 1.7.0.

Thanks
-- 
Thomas