netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: rakeshs.lkm@gmail.com
To: sbhatta@marvell.com, sgoutham@marvell.com, jerinj@marvell.com,
	rsaladi2@marvell.com, davem@davemloft.net, kuba@kernel.org,
	netdev@vger.kernel.org
Cc: Rakesh Babu <rakeshs.lkm@gmail.com>
Subject: [PATCH v2 0/2] Interrupt handler support for NPA and NIX in Octeontx2.
Date: Tue, 21 Jul 2020 08:08:45 +0530	[thread overview]
Message-ID: <20200721023847.2567-1-rakeshs.lkm@gmail.com> (raw)

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

             reply	other threads:[~2020-07-21  2:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21  2:38 rakeshs.lkm [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200721023847.2567-1-rakeshs.lkm@gmail.com \
    --to=rakeshs.lkm@gmail.com \
    --cc=davem@davemloft.net \
    --cc=jerinj@marvell.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=rsaladi2@marvell.com \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).