From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: fix compilation issue on SLES 12 Date: Thu, 16 Jul 2015 16:55:22 +0200 Message-ID: <1726099.RUjMDmdm06@xps13> References: <1436973187-14857-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: 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 ; Thu, 16 Jul 2015 16:56:35 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so15798370wib.0 for ; Thu, 16 Jul 2015 07:56:35 -0700 (PDT) In-Reply-To: <1436973187-14857-1-git-send-email-pablo.de.lara.guarch@intel.com> 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" 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 > Signed-off-by: Pablo de Lara Applied, thanks