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 D995BA09FF; Mon, 11 Jan 2021 17:46:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 60ADF140F52; Mon, 11 Jan 2021 17:46:43 +0100 (CET) Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) by mails.dpdk.org (Postfix) with ESMTP id DAC98140F47 for ; Mon, 11 Jan 2021 17:46:42 +0100 (CET) Received: by mail-io1-f48.google.com with SMTP id m23so264126ioy.2 for ; Mon, 11 Jan 2021 08:46:42 -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=1s7aiPk+00pd7iAd60gxW9zdk892nLEevp6Ma6Zm+y0=; b=XJipLKlro53eHvzUbQmkDQ4AprfT2vlHZc+7DuDi+mn1IMxtj+SDYwckr9Agu68U1k tQ/Qh2RELVDfhlo8PpPBs2e7FsA2mCJ8vKSKrlOquRz4tsKIFoRvJrEPuyCOp2o1CfHt hwVzvtL7XzWILSynxmJ5ACBUoDzDVfma6fvQ0GZS6yw6roKk8mcwZ5MZWh7VT8fzU3Aa sbLDZqM/qChJkUZZskOvHWhRnHF6teGefukqSGEghvhPaIVgjh2LUEoqvO33VIi3CquF //3jVxmtoToLGT/J3DJ5xRcst/+PGPr0LzVnQOqgdbdPkV2Q6LFWM7Y10g+CBaw5NO5Q PxLg== 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=1s7aiPk+00pd7iAd60gxW9zdk892nLEevp6Ma6Zm+y0=; b=HuVpg0lTHKcwTp88E4LRaOiFZi9YT2Em0LsqVG71JtlWNx0CsGhNkIcIrg4/A/S9st u95ZdU7y7hplskzm4nprLwoSP86+ndkotPNIS+qzVBlmyZsEE1/cl7eTiDuV6FOTw30R 5wYmxd44uKJwIaHGDQ3k8fo5XOfxeh3xlUDvk+4dsw5vA3FcKKWrDRN+MmpSL9r5d6ni A/wKdxzHuVShEDUa4LYfFKyWMq3WC5n2JHSVovQrS9tzNhsaAyE/G0zCMneNU2vpdDu7 PVXMxGHNfKNO7tP6XgPVgqtnsTm8o58SEgA1BYi/TZA4z7x8jKR28lKmsbLNZGT/ZwZ9 2OdQ== X-Gm-Message-State: AOAM5332sZDjNQXmprwY5suOyp7QRczbOWI0UtL67HyIB6IL9MJTyQwr qAo7xoKqekxPyIwUJKIs17U6Oph8BNPy3cHCPEE= X-Google-Smtp-Source: ABdhPJwn2hCyH47cVe8ARI5ef1sLpfSFvM0q/kUA6ywjz4gfuuzwt1E+ujcGqc0nWOpt1KobHe93fQxtWj3VVH7aNc0= X-Received: by 2002:a5d:959a:: with SMTP id a26mr133372ioo.94.1610383602172; Mon, 11 Jan 2021 08:46:42 -0800 (PST) MIME-Version: 1.0 References: <20201202101212.4717-1-lironh@marvell.com> In-Reply-To: <20201202101212.4717-1-lironh@marvell.com> From: Jerin Jacob Date: Mon, 11 Jan 2021 22:16:25 +0530 Message-ID: To: Liron Himi Cc: Jerin Jacob , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v1 00/38] 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 Wed, Dec 2, 2020 at 3:42 PM 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 > > Dana Vardi (5): > net/mvpp2: change dsa_mode naming > net/mvpp2: support custom header before ethernet > net/mvpp2: forward bad packets support > net/mvpp2: update qos defaults parameter name > net/mvpp2: add fill_bpool_buffs to cfg file > > Liron Himi (21): > 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: reduce prints on rx path > net/mvpp2: only use ol_flags for checksum generation offload > net/mvpp2: add dsa mode support > net/mvpp2: adjust the number of unicast address > net/mvpp2: replace 'qos_cfg' with 'cfg' > net/mvpp2: flow: support generic pattern combinations > net/mvpp2: flow: build table key along with rule > net/mvpp2: flow: add support for RAW type > net/mvpp2: skip qos init if not requested > net/mvpp2: move common functions to common location > net/mvpp2: support udf configuration > net/mvpp2: rearrange functions order > net/mvpp2: dummy pool creation > 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 support of LINK_SPEED_2_5G > > Yuri Chipchev (11): > net/mvpp2: fix stack corruption > net/mvpp2: fix rx/tx bytes statistics > net/mvpp2: rss 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 There are MANY checkpatch and git log issues. Please install aspell and set the DPDK_CHECKPATCH_CODESPELL proper dictionary.txt value and run the following and fix the genuine issues. ./devtools/checkpatches.sh -n 38 ./devtools/check-git-log.sh -n 38 > > drivers/net/mvpp2/mrvl_ethdev.c | 758 +++++++++++---- > drivers/net/mvpp2/mrvl_ethdev.h | 83 +- > drivers/net/mvpp2/mrvl_flow.c | 1522 +++++++------------------------ > drivers/net/mvpp2/mrvl_qos.c | 400 ++++++-- > drivers/net/mvpp2/mrvl_qos.h | 21 +- > 5 files changed, 1317 insertions(+), 1467 deletions(-) > > -- > 2.28.0 >