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 7CCF6A04BA; Thu, 1 Oct 2020 19:04:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A55C51D55D; Thu, 1 Oct 2020 19:04:52 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 953941C28F for ; Thu, 1 Oct 2020 19:04:50 +0200 (CEST) IronPort-SDR: qJwrh+6fOZK5TGXH5zCp0OZIPMb8JNOd/CxcnKxWjLxcCrYot5OK3qLv5STR6g42uZeClpxxn7 FGNj6pAeRyJg== X-IronPort-AV: E=McAfee;i="6000,8403,9761"; a="180937185" X-IronPort-AV: E=Sophos;i="5.77,323,1596524400"; d="scan'208";a="180937185" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2020 10:04:45 -0700 IronPort-SDR: 6+NuMNakp01DMOJ7iuzqvT2uNqxyH9V9bvF/iRuL2MXkAWY8pChMMM9a1uQT7N4HIQJHBZW8MN I/xOxFihk6/w== X-IronPort-AV: E=Sophos;i="5.77,323,1596524400"; d="scan'208";a="504500873" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.253.63]) ([10.213.253.63]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2020 10:04:44 -0700 To: Dekel Peled , wenzhuo.lu@intel.com, beilei.xing@intel.com, bernard.iremonger@intel.com Cc: matan@nvidia.com, dev@dpdk.org References: <7e60adb8f3857e7b2bc9bf8d588b280667acd7ca.1601534899.git.dekelp@nvidia.com> From: Ferruh Yigit Message-ID: <2a0b545b-bcdc-af63-8f74-d4eee4a6e2d2@intel.com> Date: Thu, 1 Oct 2020 18:04:40 +0100 MIME-Version: 1.0 In-Reply-To: <7e60adb8f3857e7b2bc9bf8d588b280667acd7ca.1601534899.git.dekelp@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: 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/1/2020 7:53 AM, Dekel Peled wrote: > Following ethdev update [1], this patch adds CLI support to query > information related to AGE action. > > [1] https://mails.dpdk.org/archives/dev/2020-September/183699.html > Hi Dekel, If there will be a new version of ethdev patch or this patch, can you please put these patches into same patchset? It is harder to manage dependency when they are separate. > Signed-off-by: Dekel Peled > Acked-by: Matan Azrad <...>