From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 939D4591E; Fri, 24 Feb 2017 15:09:53 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Feb 2017 06:09:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,201,1484035200"; d="scan'208";a="69169602" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.4.61]) ([10.252.4.61]) by fmsmga005.fm.intel.com with ESMTP; 24 Feb 2017 06:09:51 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: <00158e9ddac9be96f8223e37f88d2e64dafc1819.1487927799.git.nelio.laranjeiro@6wind.com> Cc: Adrien Mazarguil , stable@dpdk.org From: Ferruh Yigit Message-ID: <2353fd0e-68bf-2d8d-5af4-3869131390e8@intel.com> Date: Fri, 24 Feb 2017 14:09:50 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <00158e9ddac9be96f8223e37f88d2e64dafc1819.1487927799.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix supported packets types 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: Fri, 24 Feb 2017 14:09:54 -0000 On 2/24/2017 9:16 AM, Nelio Laranjeiro wrote: > Fixes: 0603df73a077 ("net/mlx5: fix Rx packet validation and type") > Cc: stable@dpdk.org > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.