[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1583866045-7129-1-git-send-email-sunil.kovvuri@gmail.com>
Date: Wed, 11 Mar 2020 00:17:19 +0530
From: sunil.kovvuri@...il.com
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, Sunil Goutham <sgoutham@...vell.com>
Subject: [PATCH net-next 0/6] octeontx2-vf: Add network driver for virtual function
From: Sunil Goutham <sgoutham@...vell.com>
This patch series adds network driver for the virtual functions of
OcteonTX2 SOC's resource virtualization unit (RVU).
Geetha sowjanya (2):
octeontx2-pf: Handle VF function level reset
octeontx2-pf: Cleanup all receive buffers in SG descriptor
Sunil Goutham (1):
octeontx2-pf: Enable SRIOV and added VF mbox handling
Tomasz Duszynski (3):
octeontx2-vf: Virtual function driver dupport
octeontx2-vf: Ethtool support
octeontx2-vf: Link event notification support
drivers/net/ethernet/marvell/octeontx2/Kconfig | 6 +
.../net/ethernet/marvell/octeontx2/nic/Makefile | 2 +
.../ethernet/marvell/octeontx2/nic/otx2_common.c | 23 +-
.../ethernet/marvell/octeontx2/nic/otx2_common.h | 27 +
.../ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 131 +++-
.../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 771 +++++++++++++++++++++
.../net/ethernet/marvell/octeontx2/nic/otx2_reg.h | 13 +
.../net/ethernet/marvell/octeontx2/nic/otx2_txrx.c | 35 +-
.../net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 674 ++++++++++++++++++
9 files changed, 1671 insertions(+), 11 deletions(-)
create mode 100644 drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
--
2.7.4
Powered by blists - more mailing lists