From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 41BF423A; Tue, 24 Oct 2017 19:56:42 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2017 10:56:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,428,1503385200"; d="scan'208";a="166541854" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.60]) ([10.241.225.60]) by fmsmga005.fm.intel.com with ESMTP; 24 Oct 2017 10:56:40 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler Cc: yskoh@mellanox.com, adrien.mazarguil@6wind.com, dev@dpdk.org, stable@dpdk.org References: <20171024061609.120662-1-shahafs@mellanox.com> <20171024065305.crh5xdkgues2bso4@laranjeiro-vm> From: Ferruh Yigit Message-ID: <4c578104-bbb3-f364-47f6-dc1d589c3dbd@intel.com> Date: Tue, 24 Oct 2017 10:56:40 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171024065305.crh5xdkgues2bso4@laranjeiro-vm> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix packet type flags for Ethernet only frame 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: Tue, 24 Oct 2017 17:56:42 -0000 On 10/23/2017 11:53 PM, NĂ©lio Laranjeiro wrote: > On Tue, Oct 24, 2017 at 09:16:09AM +0300, Shahaf Shuler wrote: >> Considering the PMD supports only Ethernet transport, packet which >> arrives without any packet type flags in the completion should be >> marked with L2_ETHER flag. >> >> Fixes: ea16068c0064 ("net/mlx5: fix L4 packet type support") Cc: stable@dpdk.org >> >> Signed-off-by: Shahaf Shuler >> Acked-by: Yongseok Koh > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.