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 4261DA09E4; Wed, 27 Jan 2021 17:10:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3C68140EAC; Wed, 27 Jan 2021 17:10:02 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 789B8140EA8 for ; Wed, 27 Jan 2021 17:10:01 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 10RG62X9017163; Wed, 27 Jan 2021 08:10:00 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=QC+aQbwXKQOn87XQS8KY3G82M5CxCs8d3k9gC5h138Y=; b=efXRX1RtPPOkF4T8eQWtvm4zdl+Io6q5DNBosNaCKKTzMKtSXOTzBnRMgjmjKU0KSteB 232Gwo9fTZwfVuPmHAe2y+fOYNEkuunG4tIcLSBOb8DcjaHakKVx+qmflkYWY8Jq81fd bZQHV4ZmZCm1QAbZfX2CwBMGIiT3hxIXDXuhoaS9xdLyDN+Iw7ap4LKPvaHeT1CObLf4 rYOeKZVHon7JlV3+Mff6Mo3xGR4tw5gN66mu6NBHSh/bMy4cL4u6JSns76/ZFSkkQ2CI 5UTdr2FJjO4OvnPNjMq6mbkKHMJ1jyJCoJbnm3MqikwzfHVwtlAQJs85n+SsfatfSlsP Uw== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com with ESMTP id 36b1xphfr5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 27 Jan 2021 08:10:00 -0800 Received: from SC-EXCH02.marvell.com (10.93.176.82) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 27 Jan 2021 08:09:58 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 27 Jan 2021 08:09:58 -0800 Received: from pt-lxl0023.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 27 Jan 2021 08:09:56 -0800 From: To: , CC: , Liron Himi Date: Wed, 27 Jan 2021 18:09:14 +0200 Message-ID: <20210127160948.6008-1-lironh@marvell.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20210122191925.24308-1-lironh@marvell.com> References: <20210122191925.24308-1-lironh@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343, 18.0.737 definitions=2021-01-27_05:2021-01-27, 2021-01-27 signatures=0 Subject: [dpdk-dev] [PATCH v3 00/34] 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" 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 v3: - remove redundant patches - update doc along with configuration changes v2: - fix commit msg styling - Addressed various review comments 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 (19): net/mvpp2: remove debug log on fast-path net/mvpp2: remove 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: 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 (9): net/mvpp2: fix stack corruption net/mvpp2: update RSS tables reservation 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 | 49 +- drivers/net/mvpp2/mrvl_ethdev.c | 700 +++++++++----- 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, 1281 insertions(+), 1495 deletions(-) -- 2.28.0