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 5865AA052A; Wed, 27 Jan 2021 01:45:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CFC1C140D57; Wed, 27 Jan 2021 01:45:56 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 3A17C140D47 for ; Wed, 27 Jan 2021 01:45:55 +0100 (CET) IronPort-SDR: ZS3Yi3wzGMjmjGS9v1w49lhHWqV87aWXdI+8zGTE3Abdrm6NweMWaMvOpSK9mEuuxPzhgtkV8M /Y4WQy6Wi10w== X-IronPort-AV: E=McAfee;i="6000,8403,9876"; a="244073620" X-IronPort-AV: E=Sophos;i="5.79,378,1602572400"; d="scan'208";a="244073620" 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 16:45:52 -0800 IronPort-SDR: 9aWaDZ0xVg3ODde7zDsrZb89Siw4ZvWmkuEBNcyMlUtCXyRh9Z7wzX3aPvnYwwK36JxEoiYpAW MCXbONJid4og== X-IronPort-AV: E=Sophos;i="5.79,378,1602572400"; d="scan'208";a="362194606" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.20.116]) ([10.252.20.116]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 16:45:46 -0800 To: Jerin Jacob , Liron Himi Cc: Jerin Jacob , dpdk-dev References: <20201202101212.4717-1-lironh@marvell.com> <20210122191925.24308-1-lironh@marvell.com> From: Ferruh Yigit Message-ID: <5c519410-7607-296e-421c-837af8126dcc@intel.com> Date: Wed, 27 Jan 2021 00:45:42 +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. > > I tried to partially get the set, but the refactoring and the function rearrangements in the middle is not helping. Specially I tried to remove all config file patches because of missing documentation, but those also spread in the set. It would be safer to get a new version of the set. Can you please send a new version of the set with updates? Thanks, ferruh > >> >> 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 >>