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 72823A052A; Wed, 27 Jan 2021 17:47:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1037F140F72; Wed, 27 Jan 2021 17:47:52 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 76F3D140F68 for ; Wed, 27 Jan 2021 17:47:50 +0100 (CET) IronPort-SDR: lp2RwPZQajuyR9bgY0DveLYNpDMUdAEtQN3YzA93UNjACmg9DK+CFPOReRR+WcHV26yVnioLc9 1V/D3dQIsy/w== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="159269795" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="159269795" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 08:47:49 -0800 IronPort-SDR: kKMqF+DAuLVTugqMdjThbtCYfMrrbGJLvS6l/gwI6rrqLVFqkjU3K4wTlrLcyVB4Jbk3ECLzGx XT3Pc6yZb44A== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="430161614" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.208.215]) ([10.213.208.215]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 08:47:47 -0800 To: psatheesh@marvell.com, Ori Kam , Wenzhuo Lu , Beilei Xing , Bernard Iremonger Cc: dev@dpdk.org References: <20201221054636.4574-1-psatheesh@marvell.com> From: Ferruh Yigit Message-ID: Date: Wed, 27 Jan 2021 16:47:44 +0000 MIME-Version: 1.0 In-Reply-To: <20201221054636.4574-1-psatheesh@marvell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: add PF and VF targets to flow action type sample 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 12/21/2020 5:46 AM, psatheesh@marvell.com wrote: > From: Satheesh Paul > > Add support to specify PF or VF as targets in "set sample_actions" > command. > > Signed-off-by: Satheesh Paul Hi Ori, Can you please support reviewing this patch?