From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id AF85E2B92; Fri, 31 Mar 2017 19:00:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490979656; x=1522515656; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=nJml5DHZ9lF81b9j04hUbhD3tCbPQf0P3Yx5zJxsJig=; b=kQE41tPOYSMwBgJSt7/QWkdv4UmTrwx12oelyNsS/5yZK9niJYt6Ys9R TZa9S/bq/81JmmAnWLTntFe3oDw+5A==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 10:00:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,252,1486454400"; d="scan'208";a="840483545" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 31 Mar 2017 10:00:53 -0700 To: Nelio Laranjeiro , dev@dpdk.org References: <8c418fadb50791eecab5f3613b3a7c4920158875.1490877879.git.nelio.laranjeiro@6wind.com> Cc: Adrien Mazarguil , stable@dpdk.org From: Ferruh Yigit Message-ID: <83b3b414-7de6-338b-6de4-ac5d64d86d71@intel.com> Date: Fri, 31 Mar 2017 18:00:52 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <8c418fadb50791eecab5f3613b3a7c4920158875.1490877879.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix mark id retrieval 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, 31 Mar 2017 17:00:56 -0000 On 3/30/2017 1:45 PM, Nelio Laranjeiro wrote: > Mark ID in the completion queue entry is 24 bits, the remaining 8 bits are > reserved and may be nonzero. Do not take them into account when looking for > marked packets. > > CC: stable@dpdk.org > Fixes: ea3bc3b1df94 ("net/mlx5: support mark flow action") > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.