From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 2079BCF9
 for <dev@dpdk.org>; Thu, 16 Jul 2015 16:56:35 +0200 (CEST)
Received: by wibxm9 with SMTP id xm9so15798370wib.0
 for <dev@dpdk.org>; Thu, 16 Jul 2015 07:56:35 -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=/Wa2rt941AxdzQyMboN/HbHH2GF2kUsEsbOBKqljMKE=;
 b=G5+fBN7LPnxkrlGpQMQm2aTp5S3CtrvjO1XHpJKidYWRhIQYZFXt6tGfU9dTHD4cxw
 +KRXBQM2dJoBYGI0pOt+l8eGV0kZQP/S0lQQ6QkHSRpuhDzd/6T1kBpEogx519XY5oFW
 /4EZ+fNnvglVQ8vKLNqsfhLWiN6pT/INtoDFSZ9WqSqnaz51QQ+jOFLgyAvGnhWd32pX
 JP8NKr0Xnoac3z1zAaihJLZq2/30vRoqp90Vh81U2/m/4R2rdCTkp0xBpgtPKRyivu80
 dEYL4F+wwb2nOvODnRpK4sSDukpW8VnVXMIM6h7YS/xDL5DY7wxEwFc12IAZBHbcMMEZ
 ua7Q==
X-Gm-Message-State: ALoCoQk7cyzmNxUcNAd5upLPz9kxpXPe+u7DQCPhTi688hO29nsNSMGlQb9upKMi0OCuiajA6NcM
X-Received: by 10.194.104.98 with SMTP id gd2mr18535365wjb.35.1437058595006;
 Thu, 16 Jul 2015 07:56:35 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210])
 by smtp.gmail.com with ESMTPSA id lk5sm3624274wic.24.2015.07.16.07.56.33
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 16 Jul 2015 07:56:34 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Thu, 16 Jul 2015 16:55:22 +0200
Message-ID: <1726099.RUjMDmdm06@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1436973187-14857-1-git-send-email-pablo.de.lara.guarch@intel.com>
References: <1436973187-14857-1-git-send-email-pablo.de.lara.guarch@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] kni: fix compilation issue on SLES 12
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: Thu, 16 Jul 2015 14:56:35 -0000

2015-07-15 16:13, Pablo de Lara:
> SLES 12 has kernel 3.12, which original does not have skb_set_hash,
> but SuSE has added that function to the kernel integrated on it.
> Therefore, the function is not declared when compiling on this OS.
> 
> Reported-by: Sotiris Salloumis <sotiris.salloumis@ericsson.com>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks