[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210611094205.28230-1-naveenm@marvell.com>
Date: Fri, 11 Jun 2021 15:12:01 +0530
From: Naveen Mamindlapalli <naveenm@...vell.com>
To: <netdev@...r.kernel.org>, <davem@...emloft.net>, <kuba@...nel.org>
CC: <sgoutham@...vell.com>, <sbhatta@...vell.com>,
<hkelam@...vell.com>, <lcherian@...vell.com>, <gakula@...vell.com>,
Naveen Mamindlapalli <naveenm@...vell.com>
Subject: [PATCH net-next 0/4] Add trusted VF support
This series adds support for trusted VF. The trusted VF support
allows VFs to perform priviliged operations such as setting VF
interface in promiscuous mode, all-multicast mode and also
changing the VF MAC address even if it was asssigned by PF.
Patches #1 and #2 provides the necessary functionality for supporting
promiscuous and multicast packets on both the PF and VF.
Patches #3 and #4 enable trusted VF configuration support.
Hariprasad Kelam (2):
octeontx2-af: add new mailbox to configure VF trust mode
octeontx2-pf: add support for ndo_set_vf_trust
Naveen Mamindlapalli (2):
octeontx2-af: add support for multicast/promisc packet replication
feature
octeontx2-nicvf: add ndo_set_rx_mode support for multicast & promisc
drivers/net/ethernet/marvell/octeontx2/af/common.h | 5 +
drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 14 +-
drivers/net/ethernet/marvell/octeontx2/af/npc.h | 3 +-
drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 42 +++
drivers/net/ethernet/marvell/octeontx2/af/rvu.h | 55 +++-
.../ethernet/marvell/octeontx2/af/rvu_debugfs.c | 5 +-
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 270 ++++++++++++++----
.../net/ethernet/marvell/octeontx2/af/rvu_npc.c | 308 ++++++++++++++-------
.../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c | 21 +-
.../ethernet/marvell/octeontx2/nic/otx2_common.h | 6 +
.../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 132 +++++++--
.../net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 58 +++-
12 files changed, 729 insertions(+), 190 deletions(-)
--
2.16.5
Powered by blists - more mailing lists