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 C452F1B27B for ; Tue, 31 Oct 2017 02:42:00 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2017 18:41:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,321,1505804400"; d="scan'208";a="167118864" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.254]) ([10.241.225.254]) by orsmga005.jf.intel.com with ESMTP; 30 Oct 2017 18:41:59 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Ori Kam Cc: adrien.mazarguil@6wind.com, yskoh@mellanox.com, dev@dpdk.org References: <1509348744-20476-1-git-send-email-orika@mellanox.com> <20171030074143.ietugmsvi7syaw7j@laranjeiro-vm> From: Ferruh Yigit Message-ID: Date: Mon, 30 Oct 2017 18:41:59 -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: <20171030074143.ietugmsvi7syaw7j@laranjeiro-vm> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix add counter when dev not started 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: Tue, 31 Oct 2017 01:42:01 -0000 On 10/30/2017 12:41 AM, NĂ©lio Laranjeiro wrote: > On Mon, Oct 30, 2017 at 09:32:24AM +0200, Ori Kam wrote: >> When adding count action to a drop flow rule while the device was not >> stated, the counter was not saved in the flow. >> >> Fixes: 9a761de8ea14 ("net/mlx5: flow counter support") >> Cc: orika@mellanox.com >> >> Signed-off-by: Ori Kam > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.