mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni@redhat.com>
To: Sai Krishna <saikrishnag@marvell.com>,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	sgoutham@marvell.com, gakula@marvell.com, lcherian@marvell.com,
	jerinj@marvell.com, hkelam@marvell.com, sbhatta@marvell.com,
	andrew+netdev@lunn.ch, kalesh-anakkur.purayil@broadcom.com
Subject: Re: [net-next PATCH v10 5/6] octeontx2-af: CN20K mbox implementation for AF's VF
Date: Thu, 20 Feb 2025 13:06:12 +0100	[thread overview]
Message-ID: <d35d5b44-e0a4-4d07-8199-dfc916962c39@redhat.com> (raw)
In-Reply-To: <20250217085257.173652-6-saikrishnag@marvell.com>

On 2/17/25 9:52 AM, Sai Krishna wrote:
> @@ -61,3 +62,49 @@ irqreturn_t cn20k_pfaf_mbox_intr_handler(int irq, void *pf_irq)
>  
>  	return IRQ_HANDLED;
>  }
> +
> +irqreturn_t cn20k_vfaf_mbox_intr_handler(int irq, void *vf_irq)
> +{
> +	struct otx2_nic *vf = vf_irq;
> +	struct otx2_mbox_dev *mdev;
> +	struct otx2_mbox *mbox;
> +	struct mbox_hdr *hdr;
> +	int vf_trig_val;
> +
> +	vf_trig_val = otx2_read64(vf, RVU_VF_INT) & 0x3;
> +	/* Clear the IRQ */
> +	otx2_write64(vf, RVU_VF_INT, vf_trig_val);
> +
> +	/* Read latest mbox data */
> +	smp_rmb();
> +
> +	if (vf_trig_val & BIT_ULL(1)) {

`vf_trig_val` has `int` type, why are casting the mask to unsigned long
long? A similar thing below.

/P


  reply	other threads:[~2025-02-20 12:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-17  8:52 [net-next PATCH v10 0/6] CN20K silicon with mbox support Sai Krishna
2025-02-17  8:52 ` [net-next PATCH v10 1/6] octeontx2: Set appropriate PF, VF masks and shifts based on silicon Sai Krishna
2025-02-17  8:52 ` [net-next PATCH v10 2/6] octeontx2-af: CN20k basic mbox operations and structures Sai Krishna
2025-02-20 11:50   ` Paolo Abeni
2025-02-25  6:05     ` Sai Krishna Gajula
2025-02-17  8:52 ` [net-next PATCH v10 3/6] octeontx2-af: CN20k mbox to support AF REQ/ACK functionality Sai Krishna
2025-02-20 11:59   ` Paolo Abeni
2025-02-25  6:12     ` Sai Krishna Gajula
2025-02-17  8:52 ` [net-next PATCH v10 4/6] octeontx2-pf: CN20K mbox REQ/ACK implementation for NIC PF Sai Krishna
2025-02-17  8:52 ` [net-next PATCH v10 5/6] octeontx2-af: CN20K mbox implementation for AF's VF Sai Krishna
2025-02-20 12:06   ` Paolo Abeni [this message]
2025-02-23 14:40     ` Sai Krishna Gajula
2025-02-17  8:52 ` [net-next PATCH v10 6/6] octeontx2-pf: CN20K mbox implementation between PF-VF Sai Krishna

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=d35d5b44-e0a4-4d07-8199-dfc916962c39@redhat.com \
    --to=pabeni@redhat.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gakula@marvell.com \
    --cc=hkelam@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=kalesh-anakkur.purayil@broadcom.com \
    --cc=kuba@kernel.org \
    --cc=lcherian@marvell.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=saikrishnag@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

all inboxes | Powered by JetHome®