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 10DCEA034F; Wed, 31 Mar 2021 18:08:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 86C36140ED9; Wed, 31 Mar 2021 18:08:52 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 224B9140ED8 for ; Wed, 31 Mar 2021 18:08:50 +0200 (CEST) IronPort-SDR: W+Pyu40qHjn3hMBBvCPIqpFtrfaJ7+w5EXaJzAK0pym8BLyXSgaypmWn18eCaCKGbE744Huzi1 gWPvpn82jgBQ== X-IronPort-AV: E=McAfee;i="6000,8403,9940"; a="179165871" X-IronPort-AV: E=Sophos;i="5.81,293,1610438400"; d="scan'208";a="179165871" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2021 09:08:45 -0700 IronPort-SDR: Z3yV4EBOoCVPt5WtaaGXLZ24/OVXDz3qPLgo4SJ7NMjubAb8m58ONWEGHF5L8yjkiNMr1ZwaGR ThjGWF9vnJZQ== X-IronPort-AV: E=Sophos;i="5.81,293,1610438400"; d="scan'208";a="445773590" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.249.9]) ([10.213.249.9]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2021 09:08:43 -0700 To: Jerin Jacob , smadarf@marvell.com Cc: Jerin Jacob , Liron Himi , Guy Kaneti , dpdk-dev References: <20210325160321.22016-1-smadarf@marvell.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <033fa14b-2e40-80b1-72e0-b2bcd37f1d08@intel.com> Date: Wed, 31 Mar 2021 17:08:38 +0100 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 v1] 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 3/27/2021 2:29 PM, Jerin Jacob wrote: > On Fri, Mar 26, 2021 at 3:18 PM 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 > > Acked-by: Jerin Jacob > Applied to dpdk-next-net-mrvl/for-main. Thanks > Can you please update release notes too?