[net-next PATCH v3 0/2] octeontx2: Multicast/mirror offload changes

Suman Ghosh posted 2 patches 2 years ago
There is a newer version of this series
.../net/ethernet/marvell/octeontx2/af/mbox.h  |  64 ++
.../net/ethernet/marvell/octeontx2/af/rvu.c   |   6 +-
.../net/ethernet/marvell/octeontx2/af/rvu.h   |  39 +-
.../ethernet/marvell/octeontx2/af/rvu_nix.c   | 699 +++++++++++++++++-
.../ethernet/marvell/octeontx2/af/rvu_npc.c   |  14 +-
.../marvell/octeontx2/af/rvu_npc_fs.c         |  73 +-
.../ethernet/marvell/octeontx2/nic/otx2_tc.c  | 113 ++-
7 files changed, 967 insertions(+), 41 deletions(-)
[net-next PATCH v3 0/2] octeontx2: Multicast/mirror offload changes
Posted by Suman Ghosh 2 years ago
This patchset includes changes to support TC multicast/mirror offload.

Patch #1: Adds changes to support new mailbox to offload multicast/mirror
offload.

Patch #2: Adds TC related changes which uses the newly added mailboxes to
offload multicast/mirror rules.

Suman Ghosh (2):
  octeontx2-af: Add new mbox to support multicast/mirror offload
  octeontx2-pf: TC flower offload support for mirror

v3 changes:
- Updated patch#1 based on comments from Wojciech and Simon. The comments were
  mostly based on some missed mutex_unlock and code reorganization.

v2 changes:
- Updated small nits based on review comments from Wojciech Drewek
  in file drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |  64 ++
 .../net/ethernet/marvell/octeontx2/af/rvu.c   |   6 +-
 .../net/ethernet/marvell/octeontx2/af/rvu.h   |  39 +-
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   | 699 +++++++++++++++++-
 .../ethernet/marvell/octeontx2/af/rvu_npc.c   |  14 +-
 .../marvell/octeontx2/af/rvu_npc_fs.c         |  73 +-
 .../ethernet/marvell/octeontx2/nic/otx2_tc.c  | 113 ++-
 7 files changed, 967 insertions(+), 41 deletions(-)

-- 
2.25.1