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 B954FA052A; Wed, 27 Jan 2021 00:46:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C443140D0E; Wed, 27 Jan 2021 00:46:49 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id EB3C0140D0D for ; Wed, 27 Jan 2021 00:46:46 +0100 (CET) IronPort-SDR: FoCraYaEJO0sJwDpGtZovbhLtpsXVMHEAwnualF/LKniDgUp4FIDw48V67xW0FB6dWA/2lPqQ0 seDB+Sr8D31A== X-IronPort-AV: E=McAfee;i="6000,8403,9876"; a="244067709" X-IronPort-AV: E=Sophos;i="5.79,377,1602572400"; d="scan'208";a="244067709" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 15:46:45 -0800 IronPort-SDR: gOhfZ9xQRcsu0IpOZ3aKr/YRHhxfTA2Go8XFmsryJokAsh1E4gKBiwxRPXWwJSTMPGTfCbAgnD vTuX/FsJoaYQ== X-IronPort-AV: E=Sophos;i="5.79,377,1602572400"; d="scan'208";a="362176837" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.227.53]) ([10.213.227.53]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 15:46:42 -0800 To: Liron Himi , Jerin Jacob Cc: Jerin Jacob Kollanukkaran , dpdk-dev , Michael Shamis References: <20201202101212.4717-1-lironh@marvell.com> <20210122191925.24308-1-lironh@marvell.com> From: Ferruh Yigit Message-ID: <4d72fa63-c3f9-22d5-996e-6873e6c3d447@intel.com> Date: Tue, 26 Jan 2021 23:46:39 +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] [EXT] Re: [PATCH v2 00/37] net/mvpp2: misc updates 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/26/2021 6:07 PM, Liron Himi wrote: > > -----Original Message----- > From: Ferruh Yigit > Sent: Tuesday, 26 January 2021 18:59 > To: Jerin Jacob ; Liron Himi > Cc: Jerin Jacob Kollanukkaran ; dpdk-dev ; Michael Shamis > Subject: [EXT] Re: [dpdk-dev] [PATCH v2 00/37] net/mvpp2: misc updates > > External Email > > ---------------------------------------------------------------------- > On 1/25/2021 6:00 PM, Jerin Jacob wrote: >> On Sat, Jan 23, 2021 at 12:49 AM wrote: >>> >>> From: Liron Himi >>> >>> This patch series align the mainline driver with all changes since >>> 19.11 some of the patches are fixes which should be pushed to stable >>> >>> v2: >>> - fix commit msg styling >>> - Addressed various review comments >> >> >> Series applied to dpdk-next-net-mrvl/for-main. Thanks. >> > > There were multiple review tag from "Michael Shamis " to the first version, tags seems not carried to v2, should we add them to v2? > [L.H.] is this done automatically? If yes, lets add them. > No, not manually unfortunately, but I can do it if this is requested. >> >>> >>> Dana Vardi (5): >>> net/mvpp2: update start hdr name >>> net/mvpp2: support custom header before ethernet >>> net/mvpp2: forward bad packets support >>> net/mvpp2: update qos defaults parameter name >>> net/mvpp2: add fill buffs to configuration file >>> >>> Liron Himi (20): >>> net/mvpp2: remove debug log on fast-path >>> net/mvpp2: skip VLAN flush >>> net/mvpp2: remove CRC len from MRU validation >>> net/mvpp2: fix frame size checking >>> net/mvpp2: update Tx checksum >>> net/mvpp2: add dsa mode support >>> net/mvpp2: adjust the number of unicast address >>> net/mvpp2: use generic name for the 'cfg' >>> net/mvpp2: flow: support generic pattern combinations >>> net/mvpp2: flow: build table key along with rule >>> net/mvpp2: move common functions to common location >>> net/mvpp2: flow: add support for RAW type >>> net/mvpp2: skip qos init if not requested >>> net/mvpp2: support udf configuration >>> net/mvpp2: rearrange functions order >>> net/mvpp2: introduce fixup for fifo overrun >>> net/mvpp2: propagate port-id in udata64 >>> net/mvpp2: expose max MTU size >>> net/mvpp2: apply flow-ctrl after port init >>> net/mvpp2: consider ptype in cksum info >>> >>> Meir Levi (1): >>> net/mvpp2: add 2.5G LINK info >>> >>> Yuri Chipchev (11): >>> net/mvpp2: fix stack corruption >>> net/mvpp2: fix Rx/Tx bytes statistics >>> net/mvpp2: update RSS tables reservation >>> net/mvpp2: extend xstats support >>> net/mvpp2: cosmetic changes to cookie usage >>> net/mvpp2: align checking order >>> net/mvpp2: save initial configuration >>> net/mvpp2: add loopback support >>> net/mvpp2: add VLAN offload support >>> net/mvpp2: add Tx flow control >>> net/mvpp2: autoneg disable handling >>> >>> doc/guides/nics/mvpp2.rst | 1 + >>> drivers/net/mvpp2/mrvl_ethdev.c | 811 +++++++++++----- >>> drivers/net/mvpp2/mrvl_ethdev.h | 84 +- >>> drivers/net/mvpp2/mrvl_flow.c | 1522 +++++++------------------------ >>> drivers/net/mvpp2/mrvl_qos.c | 400 ++++++-- >>> drivers/net/mvpp2/mrvl_qos.h | 21 +- >>> 6 files changed, 1341 insertions(+), 1498 deletions(-) >>> >>> -- >>> 2.28.0 >>> >