From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 689FC2F42 for ; Fri, 6 Oct 2017 23:49:04 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 06 Oct 2017 14:49:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,486,1500966000"; d="scan'208";a="907561288" Received: from unknown (HELO [10.241.225.2]) ([10.241.225.2]) by FMSMGA003.fm.intel.com with ESMTP; 06 Oct 2017 14:49:03 -0700 To: Nirmoy Das Cc: dev@dpdk.org References: <20170811163314.32657-1-ndas@suse.de> From: Ferruh Yigit Message-ID: <29dd6146-23c5-192e-2e90-7c39a1488db0@intel.com> Date: Fri, 6 Oct 2017 22:49:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] kni: fix SLE version detection X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 21:49:04 -0000 On 8/18/2017 5:03 PM, Ferruh Yigit wrote: > 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 Applied to dpdk/master, thanks.