[net-next,v6,0/4] add PF-VF mailbox support

Message ID 20231215181425.2681426-1-srasheed@marvell.com
Headers
Series add PF-VF mailbox support |

Message

Shinas Rasheed Dec. 15, 2023, 6:14 p.m. UTC
  This patchset aims to add PF-VF mailbox support, its related
version support, and relevant control net support for immediate
functionalities such as firmware notifications to VF.

Changes:
V6:
  - Fixed 1/4 patch to apply to top of net-next merged with net fixes

V5: https://lore.kernel.org/all/20231214164536.2670006-1-srasheed@marvell.com/
  - Refactored patches to cut out redundant changes in 1/4 patch.

V4: https://lore.kernel.org/all/20231213035816.2656851-1-srasheed@marvell.com/
  - Included tag [1/4] in subject of first patch of series which was
    lost in V3

V3: https://lore.kernel.org/all/20231211063355.2630028-1-srasheed@marvell.com/
  - Corrected error cleanup logic for PF-VF mbox setup
  - Removed double inclusion of types.h header file in octep_pfvf_mbox.c

V2: https://lore.kernel.org/all/20231209081450.2613561-1-srasheed@marvell.com/
  - Removed unused variable in PATCH 1/4

V1: https://lore.kernel.org/all/20231208070352.2606192-1-srasheed@marvell.com/

Shinas Rasheed (4):
  octeon_ep: add PF-VF mailbox communication
  octeon_ep: PF-VF mailbox version support
  octeon_ep: control net framework to support VF offloads
  octeon_ep: support firmware notifications for VFs

 .../net/ethernet/marvell/octeon_ep/Makefile   |   2 +-
 .../marvell/octeon_ep/octep_cn9k_pf.c         |  59 ++-
 .../marvell/octeon_ep/octep_cnxk_pf.c         |  49 +-
 .../marvell/octeon_ep/octep_ctrl_mbox.h       |   4 +-
 .../marvell/octeon_ep/octep_ctrl_net.c        |   6 +
 .../ethernet/marvell/octeon_ep/octep_main.c   |  84 +++-
 .../ethernet/marvell/octeon_ep/octep_main.h   |  46 +-
 .../marvell/octeon_ep/octep_pfvf_mbox.c       | 450 ++++++++++++++++++
 .../marvell/octeon_ep/octep_pfvf_mbox.h       | 167 +++++++
 .../marvell/octeon_ep/octep_regs_cn9k_pf.h    |   9 +
 .../marvell/octeon_ep/octep_regs_cnxk_pf.h    |  13 +
 .../net/ethernet/marvell/octeon_ep/octep_tx.h |  24 +-
 12 files changed, 864 insertions(+), 49 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
  

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 19, 2023, 11:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 15 Dec 2023 10:14:21 -0800 you wrote:
> This patchset aims to add PF-VF mailbox support, its related
> version support, and relevant control net support for immediate
> functionalities such as firmware notifications to VF.
> 
> Changes:
> V6:
>   - Fixed 1/4 patch to apply to top of net-next merged with net fixes
> 
> [...]

Here is the summary with links:
  - [net-next,v6,1/4] octeon_ep: add PF-VF mailbox communication
    https://git.kernel.org/netdev/net-next/c/cde29af9e68e
  - [net-next,v6,2/4] octeon_ep: PF-VF mailbox version support
    https://git.kernel.org/netdev/net-next/c/c130e589d50b
  - [net-next,v6,3/4] octeon_ep: control net framework to support VF offloads
    https://git.kernel.org/netdev/net-next/c/e28db8cbeba3
  - [net-next,v6,4/4] octeon_ep: support firmware notifications for VFs
    https://git.kernel.org/netdev/net-next/c/4ebb86a97ceb

You are awesome, thank you!