From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx5: fix counter set destroy order Date: Wed, 1 Nov 2017 13:26:36 -0700 Message-ID: <2cc40dde-8e5c-cf01-0a09-2b3beb45927a@intel.com> References: <1509367614-1626-1-git-send-email-orika@mellanox.com> <0DFC4786-3079-4580-B397-0889A502CB88@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Adrien Mazarguil , =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , "dev@dpdk.org" To: Yongseok Koh , Ori Kam Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id EFE971B322 for ; Wed, 1 Nov 2017 21:26:37 +0100 (CET) In-Reply-To: <0DFC4786-3079-4580-B397-0889A502CB88@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/1/2017 10:12 AM, Yongseok Koh wrote: > >> On Oct 30, 2017, at 5:46 AM, Ori Kam wrote: >> >> The counter set should be destroyed only after the flow was destroyed. >> >> Fixes: 9a761de ("net/mlx5: flow counter support") >> Cc: orika@mellanox.com >> >> Signed-off-by: Ori Kam > Acked-by: Yongseok Koh Applied to dpdk-next-net/master, thanks.