mbox series

[net-next,v2,0/2] support OCTEON CN98 devices

Message ID 20231129045348.2538843-1-srasheed@marvell.com (mailing list archive)
Headers show
Series support OCTEON CN98 devices | expand

Message

Shinas Rasheed Nov. 29, 2023, 4:53 a.m. UTC
Implement device unload control net API required for CN98
devices and add support in driver for the same.

Changes:
V2:
  - Changed dev_info print to dev_dbg in device_remove API

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

Shinas Rasheed (2):
  octeon_ep: implement device unload control net API
  octeon_ep: support OCTEON CN98 devices

 .../ethernet/marvell/octeon_ep.rst            |  1 +
 .../marvell/octeon_ep/octep_cn9k_pf.c         | 24 +++++++++++++++----
 .../marvell/octeon_ep/octep_ctrl_net.c        | 16 ++++++++++++-
 .../marvell/octeon_ep/octep_ctrl_net.h        | 11 +++++++++
 .../ethernet/marvell/octeon_ep/octep_main.c   |  4 ++++
 .../ethernet/marvell/octeon_ep/octep_main.h   |  1 +
 .../marvell/octeon_ep/octep_regs_cn9k_pf.h    |  4 ++++
 7 files changed, 56 insertions(+), 5 deletions(-)

Comments

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

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 28 Nov 2023 20:53:46 -0800 you wrote:
> Implement device unload control net API required for CN98
> devices and add support in driver for the same.
> 
> Changes:
> V2:
>   - Changed dev_info print to dev_dbg in device_remove API
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] octeon_ep: implement device unload control net API
    https://git.kernel.org/netdev/net-next/c/b77e23f1b03e
  - [net-next,v2,2/2] octeon_ep: support OCTEON CN98 devices
    https://git.kernel.org/netdev/net-next/c/068b2b649fc1

You are awesome, thank you!