From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6F6D329CA; Thu, 7 Dec 2017 19:01:26 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Dec 2017 10:01:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,373,1508828400"; d="scan'208";a="9965699" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.165]) ([10.241.225.165]) by FMSMGA003.fm.intel.com with ESMTP; 07 Dec 2017 10:01:24 -0800 To: Matej Vido , dev@dpdk.org Cc: mmcco@mykolab.com, stable@dpdk.org References: <1512658482-17469-1-git-send-email-vido@cesnet.cz> From: Ferruh Yigit Message-ID: Date: Thu, 7 Dec 2017 10:01:24 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1512658482-17469-1-git-send-email-vido@cesnet.cz> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/szedata2: fix check of mmap return value X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 18:01:27 -0000 On 12/7/2017 6:54 AM, Matej Vido wrote: > Fixes: 9eddbdb4b094 ("szedata2: support link state operations") > Cc: stable@dpdk.org > > Signed-off-by: Matej Vido Applied to dpdk-next-net/master, thanks.