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 388F0A0C56; Fri, 5 Nov 2021 14:40:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 28AB241180; Fri, 5 Nov 2021 14:40:25 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 5D98D4114D for ; Fri, 5 Nov 2021 14:40:23 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10158"; a="229364264" X-IronPort-AV: E=Sophos;i="5.87,211,1631602800"; d="scan'208";a="229364264" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2021 06:40:20 -0700 X-IronPort-AV: E=Sophos;i="5.87,211,1631602800"; d="scan'208";a="490326666" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.3.73]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 05 Nov 2021 06:40:17 -0700 Date: Fri, 5 Nov 2021 13:40:13 +0000 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, ferruh.yigit@intel.com, thomas@monjalon.net, Xiaoyun Li Message-ID: References: <20211105133018.13584-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211105133018.13584-1-david.marchand@redhat.com> Subject: Re: [dpdk-dev] [PATCH 1/2] app/testpmd: remove unneeded dependency on meter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Fri, Nov 05, 2021 at 02:30:17PM +0100, David Marchand wrote: > testpmd depends on ethdev, which itself depends on meter. > No need for an explicit dependency, since no testpmd code directly calls > in the meter library. > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson