[PATCH net-next 0/9] octeon_ep: Update PF mailbox for VF

Veerasenareddy Burru posted 9 patches 3 years, 5 months ago
There is a newer version of this series
.../net/ethernet/marvell/octeon_ep/Makefile   |   3 +-
.../marvell/octeon_ep/octep_cn9k_pf.c         | 114 +++--
.../ethernet/marvell/octeon_ep/octep_config.h |   6 +
.../marvell/octeon_ep/octep_ctrl_mbox.c       | 318 ++++++++------
.../marvell/octeon_ep/octep_ctrl_mbox.h       | 102 +++--
.../marvell/octeon_ep/octep_ctrl_net.c        | 404 ++++++++++++------
.../marvell/octeon_ep/octep_ctrl_net.h        | 196 +++++----
.../marvell/octeon_ep/octep_ethtool.c         |  12 +-
.../ethernet/marvell/octeon_ep/octep_main.c   | 378 ++++++++++++----
.../ethernet/marvell/octeon_ep/octep_main.h   |  81 +++-
.../marvell/octeon_ep/octep_pfvf_mbox.c       | 306 +++++++++++++
.../marvell/octeon_ep/octep_pfvf_mbox.h       | 126 ++++++
.../marvell/octeon_ep/octep_regs_cn9k_pf.h    |  15 +
.../net/ethernet/marvell/octeon_ep/octep_tx.h |  24 +-
14 files changed, 1544 insertions(+), 541 deletions(-)
create mode 100644 drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.c
create mode 100644 drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.h
[PATCH net-next 0/9] octeon_ep: Update PF mailbox for VF
Posted by Veerasenareddy Burru 3 years, 5 months ago
Update PF mailbox for VF support.
Octeon VF driver will be submitted as separate patchset.

Veerasenareddy Burru (9):
  octeon_ep: wait for firmware ready
  octeon_ep: poll for control messages
  octeon_ep: control mailbox for multiple PFs
  octeon_ep: enhance control mailbox for VF support
  octeon_ep: support asynchronous notifications
  octeon_ep: control mbox support for VF stats and link info
  octeon_ep: add SRIOV VF creation
  octeon_ep: add PF-VF mailbox communication
  octeon_ep: add heartbeat monitor

 .../net/ethernet/marvell/octeon_ep/Makefile   |   3 +-
 .../marvell/octeon_ep/octep_cn9k_pf.c         | 114 +++--
 .../ethernet/marvell/octeon_ep/octep_config.h |   6 +
 .../marvell/octeon_ep/octep_ctrl_mbox.c       | 318 ++++++++------
 .../marvell/octeon_ep/octep_ctrl_mbox.h       | 102 +++--
 .../marvell/octeon_ep/octep_ctrl_net.c        | 404 ++++++++++++------
 .../marvell/octeon_ep/octep_ctrl_net.h        | 196 +++++----
 .../marvell/octeon_ep/octep_ethtool.c         |  12 +-
 .../ethernet/marvell/octeon_ep/octep_main.c   | 378 ++++++++++++----
 .../ethernet/marvell/octeon_ep/octep_main.h   |  81 +++-
 .../marvell/octeon_ep/octep_pfvf_mbox.c       | 306 +++++++++++++
 .../marvell/octeon_ep/octep_pfvf_mbox.h       | 126 ++++++
 .../marvell/octeon_ep/octep_regs_cn9k_pf.h    |  15 +
 .../net/ethernet/marvell/octeon_ep/octep_tx.h |  24 +-
 14 files changed, 1544 insertions(+), 541 deletions(-)
 create mode 100644 drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.c
 create mode 100644 drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.h


base-commit: 63d9e12914840400e9f96c2ae9a51cd9702c2daf
-- 
2.36.0