From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CEF48FE5; Mon, 20 Feb 2017 17:41:48 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2017 08:41:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,187,1484035200"; d="scan'208";a="1113239031" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga001.fm.intel.com with ESMTP; 20 Feb 2017 08:41:46 -0800 To: Shahaf Shuler , adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com References: <1487589272-22516-1-git-send-email-shahafs@mellanox.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: <2787d1ad-70d1-3d81-1553-b7fdeac12ffe@intel.com> Date: Mon, 20 Feb 2017 16:41:46 +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: <1487589272-22516-1-git-send-email-shahafs@mellanox.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/mlx5: fix VLAN stripping indication 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: Mon, 20 Feb 2017 16:41:49 -0000 On 2/20/2017 11:14 AM, Shahaf Shuler wrote: > The indication on vlan stripping was taken from the wrong location in the > completion entry. > > Fixes: 9964b965ad69 ("net/mlx5: re-add Rx scatter support") > CC: stable@dpdk.org > > Signed-off-by: Shahaf Shuler Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.