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 C60C0A04BA; Wed, 7 Oct 2020 15:29:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1BEA11BB9A; Wed, 7 Oct 2020 15:29:21 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 6755F1BA9F for ; Wed, 7 Oct 2020 15:29:18 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@nvidia.com) with SMTP; 7 Oct 2020 16:29:13 +0300 Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx [10.228.134.250]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 097DTD4Y014566; Wed, 7 Oct 2020 16:29:13 +0300 From: Dekel Peled To: orika@nvidia.com, thomas@monjalon.net, ferruh.yigit@intel.com, arybchenko@solarflare.com, wenzhuo.lu@intel.com, beilei.xing@intel.com, bernard.iremonger@intel.com Cc: dev@dpdk.org Date: Wed, 7 Oct 2020 16:28:41 +0300 Message-Id: X-Mailer: git-send-email 1.7.1 In-Reply-To: References: Subject: [dpdk-dev] [PATCH v4 0/2] 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" This series includes change in ethdev to support a new query response format, and change in testpmd CLI using it. --- v2: enclose 2 separate patches in series. (no change in patch contents). v3: rename struct rte_flow_query_age field for clarity. v4: rename struct rte_flow_query_age additional field for clarity. --- Dekel Peled (2): ethdev: support query of AGE action app/testpmd: support query of AGE action app/test-pmd/config.c | 12 ++++++++++++ doc/guides/prog_guide/rte_flow.rst | 17 +++++++++++++++++ doc/guides/rel_notes/release_20_11.rst | 3 +++ lib/librte_ethdev/rte_flow.h | 15 +++++++++++++++ 4 files changed, 47 insertions(+) -- 1.8.3.1