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 1AF2BA052A; Tue, 2 Feb 2021 10:14:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B442E240300; Tue, 2 Feb 2021 10:14:32 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 8634A2402E4 for ; Tue, 2 Feb 2021 10:14:31 +0100 (CET) IronPort-SDR: ZLFrbXgAz0+aPXCV7v7Ny2yKB1C7cCR2FY51y0wfL9XNViWpJunsq8rkeMegnwG+ZSqIs45GFv dwAQGI/+ZhZQ== X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="177315637" X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="177315637" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 01:14:26 -0800 IronPort-SDR: oSVQRxCU1qbWrSo0JJsU81ydvPgORwC8Vo4YbedVYLqB7MLP71Mxo+U/mr6TKe9p0ggTQSsRYy O5cDxxxhfcqA== X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="391376666" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.226.112]) ([10.213.226.112]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 01:14:24 -0800 To: Ori Kam , "psatheesh@marvell.com" , Wenzhuo Lu , Beilei Xing , Bernard Iremonger Cc: "dev@dpdk.org" References: <20201221054636.4574-1-psatheesh@marvell.com> From: Ferruh Yigit Message-ID: Date: Tue, 2 Feb 2021 09:14:20 +0000 MIME-Version: 1.0 In-Reply-To: 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 1/31/2021 8:53 AM, Ori Kam wrote: > Hi, > >> -----Original Message----- >> From: psatheesh@marvell.com >> Sent: Monday, December 21, 2020 7:47 AM >> >> From: Satheesh Paul >> >> Add support to specify PF or VF as targets in "set sample_actions" >> command. >> >> Signed-off-by: Satheesh Paul > > Acked-by: Ori Kam > Applied to dpdk-next-net/main, thanks.