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 21C7BA04B7; Tue, 13 Oct 2020 13:14:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 736FD1DA80; Tue, 13 Oct 2020 13:14:28 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D0CEA1DA79 for ; Tue, 13 Oct 2020 13:14:26 +0200 (CEST) IronPort-SDR: ast0IfCA0ZdcxnbdaGcWHRFs8PDulunQh1yVcoqg7lHk2ImRg/GNPuCxWNxYoXiwqdJp08KLm4 1/RA1xNaIwEw== X-IronPort-AV: E=McAfee;i="6000,8403,9772"; a="230069787" X-IronPort-AV: E=Sophos;i="5.77,370,1596524400"; d="scan'208";a="230069787" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2020 04:14:20 -0700 IronPort-SDR: om/Bvd/PiFEzkDyrftrofLqj/P1bqzlp+d33LBpOp12jromcUZ5JwHeaM4e/Z+uibMRatJbEaK 8sNFBcG9prjg== X-IronPort-AV: E=Sophos;i="5.77,370,1596524400"; d="scan'208";a="530354251" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.214.64]) ([10.213.214.64]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2020 04:14:17 -0700 To: Andrew Rybchenko , Dekel Peled , orika@nvidia.com, thomas@monjalon.net, wenzhuo.lu@intel.com, beilei.xing@intel.com, bernard.iremonger@intel.com Cc: dev@dpdk.org References: From: Ferruh Yigit Message-ID: <9dcaf238-2381-aca1-59e9-88ef16616c8f@intel.com> Date: Tue, 13 Oct 2020 12:14:13 +0100 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-dev] [PATCH v4 1/2] ethdev: support query of AGE action 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 10/13/2020 9:53 AM, Andrew Rybchenko wrote: > On 10/7/20 4:28 PM, Dekel Peled wrote: >> Existing API supports AGE action to monitor the aging of a flow. >> This patch implements RFC [1], introducing the response format for query >> of an AGE action. >> Application will be able to query the AGE action state. >> The response will be returned in the format implemented here. >> >> [1] https://mails.dpdk.org/archives/dev/2020-September/180061.html >> >> Signed-off-by: Dekel Peled >> Acked-by: Matan Azrad > > with a nit below: > > Acked-by: Andrew Rybchenko > Series applied to dpdk-next-net/main, thanks. Reworded release notes update as: "ethdev: Added capability to query AGE flow action."