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 D3409A052A; Mon, 25 Jan 2021 19:00:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3EA3141156; Mon, 25 Jan 2021 19:00:46 +0100 (CET) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by mails.dpdk.org (Postfix) with ESMTP id 1F8B21410BE for ; Mon, 25 Jan 2021 19:00:46 +0100 (CET) Received: by mail-io1-f44.google.com with SMTP id d81so28333248iof.3 for ; Mon, 25 Jan 2021 10:00:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LB36amjhzacTvtth63w4YXm0YdFrLkSxwh+ysg/n8y4=; b=SDv+U0Jcc2sHLcxkeqNQ3M2hVRLWY6+hjO+rKYxhXmB7HOmDWQuTbvKBIfbDZjjHYp bT7k2GVR/9fL5ETOcFl5bnlxitaI7uhGkqAY502kcvqNxSPxeQIDgL/xFh2SFyR8wafB BTKtV2ttIriIp0QU1UGxQsH8BtvevoeeClnG3MrUdwAX6SCBZDsGYvfS/RZiGheDP8cX 7jHZNVICh2GuKDq58gM4MghlHDjSOmWjxjCe4KnsYyiCPK9F6gT5pu8TVzsqdbr13vhr yd+5txAFY+x2/LK+j5MVji+n7YeUi4AaRy7OCSR+mHBbJRli6ho0zZ65ylyfSJ7/gMJA pd9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LB36amjhzacTvtth63w4YXm0YdFrLkSxwh+ysg/n8y4=; b=GnQZ363tMZZXQ04/uKGHZe8+6xPLWWgnCxGk2l3Di9tktAjcGP4H9x0pMHm4YQcVDG 1Rk3fagOkFRg7EKEQ+skV2n0iw8cU+hev60lnDorU2xCt33rUBySJ70C0gKnlcqMh3uu v35OkPDIqQ5LSAfSSq+yytbJaEsBHKqt94qbFndH9Dhp71EQFwBjB4X8iRqJ3K2jC7Az k+ZOyl7GwBBrC152AyAJJEk9Qo1nJYVeqD66miuV7Kjihj3WC64LnCqs8dwjTxHkiqpV kTUZUUNIHE24KMbDNYy+/fXT1iMJfi9bQrjQeU8KCqde/DdhtJahnfkJiqKRBAZP6UaK kMlQ== X-Gm-Message-State: AOAM531ttJ5sqTU2vdv3pLmqz2RCa+1+iqUCifXAHrFdwz/l591LdUmx rUwWeStCUdWvi5P26UQ1C08sZFYxzWMoL7oQSik= X-Google-Smtp-Source: ABdhPJwZmeoVDFtTITbvMPGuF8eSKiHNHipkuNrNjvTpZ7hP6DCGjRjXtjr3ielvaP3P0jKr8qgiRD8jgmKzTCGaIzc= X-Received: by 2002:a5d:959a:: with SMTP id a26mr1408298ioo.94.1611597645480; Mon, 25 Jan 2021 10:00:45 -0800 (PST) MIME-Version: 1.0 References: <20201202101212.4717-1-lironh@marvell.com> <20210122191925.24308-1-lironh@marvell.com> In-Reply-To: <20210122191925.24308-1-lironh@marvell.com> From: Jerin Jacob Date: Mon, 25 Jan 2021 23:30:29 +0530 Message-ID: To: Liron Himi , Ferruh Yigit Cc: Jerin Jacob , dpdk-dev Content-Type: text/plain; charset="UTF-8" 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 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. > > 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 >