From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9EAC1A0527; Mon, 9 Nov 2020 19:16:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 822C5697C; Mon, 9 Nov 2020 19:16:45 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DE2F16004 for ; Mon, 9 Nov 2020 19:16:42 +0100 (CET) IronPort-SDR: NqCldQmh7FLWyMHE28PHZDDdiOP8Bub+CTTa7XOGsEikB3P09q61l3d7uHq72LbuONQKxbHADi sdsUZxvf/QAg== X-IronPort-AV: E=McAfee;i="6000,8403,9800"; a="231477654" X-IronPort-AV: E=Sophos;i="5.77,464,1596524400"; d="scan'208";a="231477654" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 10:16:40 -0800 IronPort-SDR: De+OoIccU41idHqXOxRdifB9JRlir8qlLUTK+PSg8GZprdu+Pvr+hIoyhDGZzDLCUXCiDBgKCA +OOU3CcejgtQ== X-IronPort-AV: E=Sophos;i="5.77,464,1596524400"; d="scan'208";a="530855383" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.193.177]) ([10.213.193.177]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 10:16:39 -0800 To: Suanming Mou , viacheslavo@nvidia.com, matan@nvidia.com Cc: rasland@nvidia.com, dev@dpdk.org References: <1604632107-146708-1-git-send-email-suanmingm@nvidia.com> From: Ferruh Yigit Message-ID: Date: Mon, 9 Nov 2020 18:16:35 +0000 MIME-Version: 1.0 In-Reply-To: <1604632107-146708-1-git-send-email-suanmingm@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix shared RSS action release 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/6/2020 3:08 AM, Suanming Mou wrote: > As shared RSS action is global standalone action, the shared action > should be maintained only by the shared action management functions. > > Currently, the shared RSS action hrxq uses the same fate action type > with existed general queues, and implicitly uses the deprecate refcnt > increment to indicate the hrxq is in using which leads the hrxq be > released when flow is destroyed. > Can you please re-word above paragraph to make it easier to understand? Thanks, ferruh > This commit adds a new fate action type for shared RSS action to > handle the shared RSS action release correctly. > > Fixes: e1592b6c4dea ("net/mlx5: make Rx queue thread safe") > > Signed-off-by: Suanming Mou > Acked-by: Matan Azrad <...>