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 CA3ACA052A; Tue, 26 Jan 2021 17:59:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 48355140DAC; Tue, 26 Jan 2021 17:59:01 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 92E95140D61 for ; Tue, 26 Jan 2021 17:58:59 +0100 (CET) IronPort-SDR: IT407PJaijxbsozxFNt25XFUgpgSmkB0zU/wrtl74bFFRB84PoicEuttax/QUr35RADOlUTvHj 4N4Ie/lC1unA== X-IronPort-AV: E=McAfee;i="6000,8403,9876"; a="176423955" X-IronPort-AV: E=Sophos;i="5.79,375,1602572400"; d="scan'208";a="176423955" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 08:58:57 -0800 IronPort-SDR: ILGoiEjH+bB8uCccr2Xcg5u+XZcWhRfIs3/8CAcdfkkL6ewHdM7k9xdweVIZwz3SznmCrLIYel CdMwU3nv44PQ== X-IronPort-AV: E=Sophos;i="5.79,375,1602572400"; d="scan'208";a="362051788" 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 08:58:55 -0800 To: Jerin Jacob , Liron Himi Cc: Jerin Jacob , dpdk-dev , Michael Shamis References: <20201202101212.4717-1-lironh@marvell.com> <20210122191925.24308-1-lironh@marvell.com> From: Ferruh Yigit Message-ID: Date: Tue, 26 Jan 2021 16:58:37 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [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/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? > >> >> 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 >>