From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 19733A09E4 for ; Thu, 4 Feb 2021 17:31:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 018972406CA; Thu, 4 Feb 2021 17:31:27 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 17BC82406A0; Thu, 4 Feb 2021 17:31:23 +0100 (CET) IronPort-SDR: YiKtiFvS+UWw6R+MSYn4M7rIzmsycBih8cxHx9hZAXaWIPWq+Hw1aPA385P4JV67oaKHlA7mSm QDw461Uid5Yw== X-IronPort-AV: E=McAfee;i="6000,8403,9885"; a="181424747" X-IronPort-AV: E=Sophos;i="5.79,401,1602572400"; d="scan'208";a="181424747" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 08:31:22 -0800 IronPort-SDR: gVLB0p6q653e76KH4yjLOuUgGPsdxRvdy3mPoTYNKSY4uU+/U3ELfLwdGKAoH7hdyFLM+z4kWa f4ENE29FAlqA== X-IronPort-AV: E=Sophos;i="5.79,401,1602572400"; d="scan'208";a="393263349" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.211.210]) ([10.213.211.210]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 08:31:21 -0800 To: Dekel Peled , wenzhuo.lu@intel.com, xiaoyun.li@intel.com, bernard.iremonger@intel.com Cc: matan@nvidia.com, dev@dpdk.org, stable@dpdk.org References: From: Ferruh Yigit Message-ID: <02638a12-2500-51c4-2a47-30f2b707b4f9@intel.com> Date: Thu, 4 Feb 2021 16:31:19 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fix support for shared age action query X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 2/4/2021 10:04 AM, Dekel Peled wrote: > Shared age action query was implemented as part of flow query, > but was not implemented as part of shared action query. > > This patch adds the required implementation. > > Fixes: 2f622174bf86 ("app/testpmd: support query of age action") > Cc: stable@dpdk.org > > Signed-off-by: Dekel Peled > Acked-by: Matan Azrad Applied to dpdk-next-net/main, thanks.