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 DFBA5A0579; Thu, 8 Apr 2021 17:18:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 61D841410F9; Thu, 8 Apr 2021 17:18:50 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 1CFA44068B for ; Thu, 8 Apr 2021 17:18:48 +0200 (CEST) IronPort-SDR: IHQSvi/IiXNLh8sBaj+V67KE1j7i0FH5vrc4vNKpFWory49KVf4t34I2dNMN2zqj2aRyNVU2rQ WLrXPo03k2Pw== X-IronPort-AV: E=McAfee;i="6000,8403,9948"; a="193604370" X-IronPort-AV: E=Sophos;i="5.82,206,1613462400"; d="scan'208";a="193604370" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 08:18:47 -0700 IronPort-SDR: 8rUYWy2pgSXTFaUBwdntpm1i3FescLENmaspLRslJtiKmcKhwJ/ZbOv8YG5TJqXxNhJwKpB3OB cNYfb4bpZBlQ== X-IronPort-AV: E=Sophos;i="5.82,206,1613462400"; d="scan'208";a="380291570" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.203.5]) ([10.213.203.5]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 08:18:44 -0700 To: smadarf@marvell.com, jerinj@marvell.com Cc: lironh@marvell.com, guyk@marvell.com, dev@dpdk.org References: <20210408102113.5545-1-smadarf@marvell.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Thu, 8 Apr 2021 16:18:40 +0100 MIME-Version: 1.0 In-Reply-To: <20210408102113.5545-1-smadarf@marvell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/octeontx2: support flow action port id 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 4/8/2021 11:21 AM, smadarf@marvell.com wrote: > From: Smadar Fuks > > Action port_id was not supported until now. > In this patch the action port_id supports passing from input > port PF to output port which is one of input port respective VF > > Signed-off-by: Smadar Fuks Carrying ack from previous version: Acked-by: Jerin Jacob Applied to dpdk-next-net/main, thanks.