From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] kni: fix SLE version detection Date: Fri, 18 Aug 2017 17:03:53 +0100 Message-ID: References: <20170811163314.32657-1-ndas@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Nirmoy Das Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1338D7D4A for ; Fri, 18 Aug 2017 18:03:55 +0200 (CEST) In-Reply-To: <20170811163314.32657-1-ndas@suse.de> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 8/11/2017 5:33 PM, Nirmoy Das wrote: > detect SLE version reverse chronologically as ">=" is being used. > > Signed-off-by: Nirmoy Das Fixes: 2972254ce163 ("kni: fix build on Suse 12 SP3") Acked-by: Ferruh Yigit