From: Jakub Kicinski <kuba@kernel.org>
To: Sai Krishna <saikrishnag@marvell.com>
Cc: <davem@davemloft.net>, <edumazet@google.com>, <pabeni@redhat.com>,
<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 v6 5/6] octeontx2-af: CN20K mbox implementation for AF's VF
Date: Thu, 19 Dec 2024 19:26:30 -0800 [thread overview]
Message-ID: <20241219192630.684eae48@kernel.org> (raw)
In-Reply-To: <20241218145938.3301279-6-saikrishnag@marvell.com>
On Wed, 18 Dec 2024 20:29:37 +0530 Sai Krishna wrote:
> This patch implements the CN20k MBOX communication between AF and
> AF's VFs. This implementation uses separate trigger interrupts
> for request, response messages against using trigger message data in CN10K.
clang says:
drivers/net/ethernet/marvell/octeontx2/af/rvu.c:2993:47: warning: arithmetic between different enumeration types ('enum rvu_af_int_vec_e' and 'enum rvu_pf_int_vec_e') [-Wenum-enum-conversion]
2993 | return (pfvf->msix.max >= RVU_AF_INT_VEC_CNT + RVU_PF_INT_VEC_CNT) &&
| ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
--
pw-bot: cr
next prev parent reply other threads:[~2024-12-20 3:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-18 14:59 [net-next PATCH v6 0/6] CN20K silicon with mbox support Sai Krishna
2024-12-18 14:59 ` [net-next PATCH v6 1/6] octeontx2: Set appropriate PF, VF masks and shifts based on silicon Sai Krishna
2024-12-18 14:59 ` [net-next PATCH v6 2/6] octeontx2-af: CN20k basic mbox operations and structures Sai Krishna
2024-12-18 14:59 ` [net-next PATCH v6 3/6] octeontx2-af: CN20k mbox to support AF REQ/ACK functionality Sai Krishna
2024-12-18 14:59 ` [net-next PATCH v6 4/6] octeontx2-pf: CN20K mbox REQ/ACK implementation for NIC PF Sai Krishna
2024-12-18 14:59 ` [net-next PATCH v6 5/6] octeontx2-af: CN20K mbox implementation for AF's VF Sai Krishna
2024-12-20 3:26 ` Jakub Kicinski [this message]
2024-12-18 14:59 ` [net-next PATCH v6 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=20241219192630.684eae48@kernel.org \
--to=kuba@kernel.org \
--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=lcherian@marvell.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.