public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v4 0/3] disable interrupts and ensure dbell updation
@ 2026-02-06 11:15 Vimlesh Kumar
  2026-02-06 11:15 ` [PATCH net v4 1/3] octeon_ep: disable per ring interrupts Vimlesh Kumar
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vimlesh Kumar @ 2026-02-06 11:15 UTC (permalink / raw)
  To: netdev, linux-kernel; +Cc: sedara, srasheed, hgani, Vimlesh Kumar

Disable per ring interrupts when netdev goes down and ensure dbell BADDR
updation for both PFs and VFs by adding wait and check for updated value.

Resending based on discussion with reviewer. 

Vimlesh Kumar (3):
  octeon_ep: disable per ring interrupts
  octeon_ep: ensure dbell BADDR updation
  octeon_ep_vf: ensure dbell BADDR updation

V4:
- Remove unnecessary brackets.
- Add a new label to handle oq setup error case properly.

V3:
- previous discussion: https://lore.kernel.org/all/20260107131857.3434352-1-vimleshk@marvell.com/
- Use reverse christmas tree order variable declaration.
- Return error if timeout happens during setup oq.
 
V2: https://lore.kernel.org/all/20251219100751.3063135-1-vimleshk@marvell.com/
 
V1: https://lore.kernel.org/all/20251212122304.2562229-1-vimleshk@marvell.com/

 .../marvell/octeon_ep/octep_cn9k_pf.c         | 21 ++++--
 .../marvell/octeon_ep/octep_cnxk_pf.c         | 64 +++++++++++++++----
 .../ethernet/marvell/octeon_ep/octep_main.h   |  2 +-
 .../marvell/octeon_ep/octep_regs_cn9k_pf.h    |  1 +
 .../marvell/octeon_ep/octep_regs_cnxk_pf.h    |  1 +
 .../net/ethernet/marvell/octeon_ep/octep_rx.c |  8 ++-
 .../marvell/octeon_ep_vf/octep_vf_cn9k.c      |  3 +-
 .../marvell/octeon_ep_vf/octep_vf_cnxk.c      | 39 ++++++++++-
 .../marvell/octeon_ep_vf/octep_vf_main.h      |  2 +-
 .../marvell/octeon_ep_vf/octep_vf_rx.c        |  8 ++-
 10 files changed, 126 insertions(+), 23 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2026-02-10 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06 11:15 [PATCH net v4 0/3] disable interrupts and ensure dbell updation Vimlesh Kumar
2026-02-06 11:15 ` [PATCH net v4 1/3] octeon_ep: disable per ring interrupts Vimlesh Kumar
2026-02-06 11:15 ` [PATCH net v4 2/3] octeon_ep: ensure dbell BADDR updation Vimlesh Kumar
2026-02-06 11:15 ` [PATCH net v4 3/3] octeon_ep_vf: " Vimlesh Kumar
2026-02-10 15:10 ` [PATCH net v4 0/3] disable interrupts and ensure dbell updation patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox