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 82F65A054A; Thu, 11 Feb 2021 10:31:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40C821CC560; Thu, 11 Feb 2021 10:31:49 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 4DF661CC55C for ; Thu, 11 Feb 2021 10:31:47 +0100 (CET) IronPort-SDR: x6BV3aF2dssAurhephJIVdu18hrwGvGlB84BFK0D647yGR3yRwx9UiOXSqmrPomUA9P1QPLOze IKGOdjatg36w== X-IronPort-AV: E=McAfee;i="6000,8403,9891"; a="246280306" X-IronPort-AV: E=Sophos;i="5.81,170,1610438400"; d="scan'208";a="246280306" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Feb 2021 01:31:42 -0800 IronPort-SDR: TKREl9oDtTVhrqET+YSECHbMMO1Itg/u/F6wp4eS4/nVWSEpjVx8dkL0EU3O9nq26BGruM8XjC 8RPXvc4xkXKQ== X-IronPort-AV: E=Sophos;i="5.81,170,1610438400"; d="scan'208";a="490059781" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.2.125]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 11 Feb 2021 01:31:41 -0800 Date: Thu, 11 Feb 2021 09:31:37 +0000 From: Bruce Richardson To: Sarosh Arif Cc: dev@dpdk.org Message-ID: <20210211093137.GA285@bricha3-MOBL.ger.corp.intel.com> References: <20210210115619.8637-1-sarosh.arif@emumba.com> <20210211071937.21906-1-sarosh.arif@emumba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210211071937.21906-1-sarosh.arif@emumba.com> Subject: Re: [dpdk-dev] [v2 PATCH] doc: replace testpmd with dpdk-testpmd in all commands 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 Thu, Feb 11, 2021 at 12:19:37PM +0500, Sarosh Arif wrote: > replace testpmd with dpdk-testpmd in all commands > because on compilation through meson, dpdk-testpmd is the default > application name. > > Signed-off-by: Sarosh Arif > --- Thanks. Acked-by: Bruce Richardson