[v1,00/58] OCTEON TX2 Ethdev driver
Message ID | 20190602152434.23996-1-jerinj@marvell.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EECB72BE9; Sun, 2 Jun 2019 17:24:27 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 7CDD228F3 for <dev@dpdk.org>; Sun, 2 Jun 2019 17:24:26 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x52FK4ji020253; Sun, 2 Jun 2019 08:24:25 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0818; bh=5H7B4M8aQvhbAi+GzVQb989Fb5beTjdQ7i5jw/1NUyA=; b=ojJPQYU7czbqkZo40lJW/KdyIuFlwZUVFFRF120UcuAgjy7NKRA4FS47VpjZkMEF31SB alIidNuJJvVOXBNLkaQ5iMPduqSLEVvW+Q3yh4L9ax6OYfpqKEJQgzkTyTGI5C5WaIuL tGSlZT92xah1YZfekR5jszws23VIvxyFtQuyZi5PqleEVjR/aVEzZ9i5LadhYVm/npm8 tYSM9ZHU7x1PIQtOW1cR9TbS9DPBpNEo0Nzf/ISFuE9m1qK4PMTU7bmv683ss+oPE2hW gUgutiUnfTPk7s1tEVJsk3ijaXCoEwIDZp5jdk1bPB/XRwIQ/0ccDv8KWevd0mILjBiq Bg== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 2survk48ym-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 02 Jun 2019 08:24:25 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Sun, 2 Jun 2019 08:24:24 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Sun, 2 Jun 2019 08:24:23 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 0AEBE3F703F; Sun, 2 Jun 2019 08:24:22 -0700 (PDT) From: <jerinj@marvell.com> To: <dev@dpdk.org> CC: <ferruh.yigit@intel.com>, Jerin Jacob <jerinj@marvell.com> Date: Sun, 2 Jun 2019 20:53:36 +0530 Message-ID: <20190602152434.23996-1-jerinj@marvell.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-06-02_09:, , signatures=0 Subject: [dpdk-dev] [PATCH v1 00/58] OCTEON TX2 Ethdev driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Jerin Jacob
June 2, 2019, 3:23 p.m. UTC
From: Jerin Jacob <jerinj@marvell.com>
This patchset adds support for OCTEON TX2 ethdev driver.
This patch set is depended on "OCTEON TX2 common and mempool driver" series.
http://mails.dpdk.org/archives/dev/2019-June/133329.html
This patches series also available at https://github.com/jerinjacobk/dpdk-octeontx2-nix
including the dependency patches for quick download and review.
Harman Kalra (2):
net/octeontx2: add PTP base support
net/octeontx2: add remaining PTP operations
Jerin Jacob (17):
net/octeontx2: add build infrastructure
net/octeontx2: add ethdev probe and remove
net/octeontx2: add device init and uninit
net/octeontx2: add devargs parsing functions
net/octeontx2: handle device error interrupts
net/octeontx2: add info get operation
net/octeontx2: add device configure operation
net/octeontx2: handle queue specific error interrupts
net/octeontx2: add context debug utils
net/octeontx2: add Rx queue setup and release
net/octeontx2: add Tx queue setup and release
net/octeontx2: add ptype support
net/octeontx2: add Rx and Tx descriptor operations
net/octeontx2: add Rx burst support
net/octeontx2: add Rx vector version
net/octeontx2: add Tx burst support
doc: add Marvell OCTEON TX2 ethdev documentation
Kiran Kumar K (13):
net/octeontx2: add register dump support
net/octeontx2: add basic stats operation
net/octeontx2: add extended stats operations
net/octeontx2: introducing flow driver
net/octeontx2: flow utility functions
net/octeontx2: flow mailbox utility
net/octeontx2: add flow MCAM utility functions
net/octeontx2: add flow parsing for outer layers
net/octeontx2: adding flow parsing for inner layers
net/octeontx2: add flow actions support
net/octeontx2: add flow operations
net/octeontx2: add additional flow operations
net/octeontx2: add flow init and fini
Krzysztof Kanas (2):
net/octeontx2: alloc and free TM HW resources
net/octeontx2: enable Tx through traffic manager
Nithin Dabilpuram (9):
net/octeontx2: add queue start and stop operations
net/octeontx2: introduce traffic manager
net/octeontx2: configure TM HW resources
net/octeontx2: add queue info and pool supported operations
net/octeontx2: add Rx multi segment version
net/octeontx2: add Tx multi segment version
net/octeontx2: add Tx vector version
net/octeontx2: add device start operation
net/octeontx2: add device stop and close operations
Sunil Kumar Kori (1):
net/octeontx2: add unicast MAC filter
Vamsi Attunuru (9):
net/octeontx2: add link stats operations
net/octeontx2: add promiscuous and allmulticast mode
net/octeontx2: add RSS support
net/octeontx2: handle port reconfigure
net/octeontx2: add link status set operations
net/octeontx2: add module EEPROM dump
net/octeontx2: add flow control support
net/octeontx2: add FW version get operation
net/octeontx2: add MTU set operation
Vivek Sharma (5):
net/octeontx2: connect flow API to ethdev ops
net/octeontx2: implement VLAN utility functions
net/octeontx2: support VLAN offloads
net/octeontx2: support VLAN filters
net/octeontx2: support VLAN TPID and PVID for Tx
MAINTAINERS | 8 +
config/common_base | 5 +
doc/guides/nics/features/octeontx2.ini | 47 +
doc/guides/nics/features/octeontx2_vec.ini | 44 +
doc/guides/nics/features/octeontx2_vf.ini | 39 +
doc/guides/nics/index.rst | 1 +
doc/guides/nics/octeontx2.rst | 289 +++
doc/guides/platform/octeontx2.rst | 3 +
doc/guides/rel_notes/release_19_05.rst | 1 +
drivers/net/Makefile | 1 +
drivers/net/meson.build | 2 +-
drivers/net/octeontx2/Makefile | 56 +
drivers/net/octeontx2/meson.build | 41 +
drivers/net/octeontx2/otx2_ethdev.c | 1959 +++++++++++++++++
drivers/net/octeontx2/otx2_ethdev.h | 496 +++++
drivers/net/octeontx2/otx2_ethdev_debug.c | 500 +++++
drivers/net/octeontx2/otx2_ethdev_devargs.c | 143 ++
drivers/net/octeontx2/otx2_ethdev_irq.c | 346 +++
drivers/net/octeontx2/otx2_ethdev_ops.c | 454 ++++
drivers/net/octeontx2/otx2_flow.c | 951 ++++++++
drivers/net/octeontx2/otx2_flow.h | 384 ++++
drivers/net/octeontx2/otx2_flow_ctrl.c | 230 ++
drivers/net/octeontx2/otx2_flow_parse.c | 944 ++++++++
drivers/net/octeontx2/otx2_flow_utils.c | 884 ++++++++
drivers/net/octeontx2/otx2_link.c | 157 ++
drivers/net/octeontx2/otx2_lookup.c | 279 +++
drivers/net/octeontx2/otx2_mac.c | 149 ++
drivers/net/octeontx2/otx2_ptp.c | 273 +++
drivers/net/octeontx2/otx2_rss.c | 378 ++++
drivers/net/octeontx2/otx2_rx.c | 410 ++++
drivers/net/octeontx2/otx2_rx.h | 333 +++
drivers/net/octeontx2/otx2_stats.c | 387 ++++
drivers/net/octeontx2/otx2_tm.c | 1396 ++++++++++++
drivers/net/octeontx2/otx2_tm.h | 153 ++
drivers/net/octeontx2/otx2_tx.c | 1033 +++++++++
drivers/net/octeontx2/otx2_tx.h | 370 ++++
drivers/net/octeontx2/otx2_vlan.c | 933 ++++++++
.../octeontx2/rte_pmd_octeontx2_version.map | 7 +
mk/rte.app.mk | 2 +
39 files changed, 14087 insertions(+), 1 deletion(-)
create mode 100644 doc/guides/nics/features/octeontx2.ini
create mode 100644 doc/guides/nics/features/octeontx2_vec.ini
create mode 100644 doc/guides/nics/features/octeontx2_vf.ini
create mode 100644 doc/guides/nics/octeontx2.rst
create mode 100644 drivers/net/octeontx2/Makefile
create mode 100644 drivers/net/octeontx2/meson.build
create mode 100644 drivers/net/octeontx2/otx2_ethdev.c
create mode 100644 drivers/net/octeontx2/otx2_ethdev.h
create mode 100644 drivers/net/octeontx2/otx2_ethdev_debug.c
create mode 100644 drivers/net/octeontx2/otx2_ethdev_devargs.c
create mode 100644 drivers/net/octeontx2/otx2_ethdev_irq.c
create mode 100644 drivers/net/octeontx2/otx2_ethdev_ops.c
create mode 100644 drivers/net/octeontx2/otx2_flow.c
create mode 100644 drivers/net/octeontx2/otx2_flow.h
create mode 100644 drivers/net/octeontx2/otx2_flow_ctrl.c
create mode 100644 drivers/net/octeontx2/otx2_flow_parse.c
create mode 100644 drivers/net/octeontx2/otx2_flow_utils.c
create mode 100644 drivers/net/octeontx2/otx2_link.c
create mode 100644 drivers/net/octeontx2/otx2_lookup.c
create mode 100644 drivers/net/octeontx2/otx2_mac.c
create mode 100644 drivers/net/octeontx2/otx2_ptp.c
create mode 100644 drivers/net/octeontx2/otx2_rss.c
create mode 100644 drivers/net/octeontx2/otx2_rx.c
create mode 100644 drivers/net/octeontx2/otx2_rx.h
create mode 100644 drivers/net/octeontx2/otx2_stats.c
create mode 100644 drivers/net/octeontx2/otx2_tm.c
create mode 100644 drivers/net/octeontx2/otx2_tm.h
create mode 100644 drivers/net/octeontx2/otx2_tx.c
create mode 100644 drivers/net/octeontx2/otx2_tx.h
create mode 100644 drivers/net/octeontx2/otx2_vlan.c
create mode 100644 drivers/net/octeontx2/rte_pmd_octeontx2_version.map