All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Add trusted VF support
@ 2021-06-11  9:42 Naveen Mamindlapalli
  2021-06-11  9:42 ` [PATCH net-next 1/4] octeontx2-af: add support for multicast/promisc packet replication feature Naveen Mamindlapalli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Naveen Mamindlapalli @ 2021-06-11  9:42 UTC (permalink / raw)
  To: netdev, davem, kuba
  Cc: sgoutham, sbhatta, hkelam, lcherian, gakula, Naveen Mamindlapalli

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-11 20:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  9:42 [PATCH net-next 0/4] Add trusted VF support Naveen Mamindlapalli
2021-06-11  9:42 ` [PATCH net-next 1/4] octeontx2-af: add support for multicast/promisc packet replication feature Naveen Mamindlapalli
2021-06-11  9:42 ` [PATCH net-next 2/4] octeontx2-nicvf: add ndo_set_rx_mode support for multicast & promisc Naveen Mamindlapalli
2021-06-11  9:42 ` [PATCH net-next 3/4] octeontx2-af: add new mailbox to configure VF trust mode Naveen Mamindlapalli
2021-06-11  9:42 ` [PATCH net-next 4/4] octeontx2-pf: add support for ndo_set_vf_trust Naveen Mamindlapalli
2021-06-11 20:40 ` [PATCH net-next 0/4] Add trusted VF support patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.