netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Interrupt handler support for NPA and NIX in Octeontx2.
@ 2020-07-21  2:38 rakeshs.lkm
  2020-07-21  2:38 ` [PATCH v2 1/2] octeontx2-af: add npa error af interrupt handlers rakeshs.lkm
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: rakeshs.lkm @ 2020-07-21  2:38 UTC (permalink / raw)
  To: sbhatta, sgoutham, jerinj, rsaladi2, davem, kuba, netdev; +Cc: Rakesh Babu

From: Rakesh Babu <rakeshs.lkm@gmail.com>

Changes from v1.
1. Assigned void pointers to another type of pointers without type casting.
2. Removed Switch and If cases in interrupt handlers and printed the hexa
value of the interrupt

Jerin Jacob (2):
  octeontx2-af: add npa error af interrupt handlers
  octeontx2-af: add nix error af interrupt handlers

 .../net/ethernet/marvell/octeontx2/af/rvu.c   |  12 ++
 .../net/ethernet/marvell/octeontx2/af/rvu.h   |   4 +
 .../ethernet/marvell/octeontx2/af/rvu_nix.c   | 148 +++++++++++++++
 .../ethernet/marvell/octeontx2/af/rvu_npa.c   | 176 ++++++++++++++++++
 .../marvell/octeontx2/af/rvu_struct.h         |  20 ++
 5 files changed, 360 insertions(+)

--
2.17.1

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

end of thread, other threads:[~2020-07-21 23:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-21  2:38 [PATCH v2 0/2] Interrupt handler support for NPA and NIX in Octeontx2 rakeshs.lkm
2020-07-21  2:38 ` [PATCH v2 1/2] octeontx2-af: add npa error af interrupt handlers rakeshs.lkm
2020-07-21  2:38 ` [PATCH v2 2/2] octeontx2-af: add nix " rakeshs.lkm
2020-07-21 19:23 ` [PATCH v2 0/2] Interrupt handler support for NPA and NIX in Octeontx2 Jakub Kicinski
2020-07-21 23:22   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).