From: Frank Li <Frank.Li@nxp.com>
To: "Manivannan Sadhasivam" <mani@kernel.org>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Kishon Vijay Abraham I" <kishon@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Jon Mason" <jdmason@kudzu.us>,
"Dave Jiang" <dave.jiang@intel.com>,
"Allen Hubbe" <allenbh@gmail.com>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
ntb@lists.linux.dev, imx@lists.linux.dev,
Frank Li <Frank.Li@nxp.com>, Niklas Cassel <cassel@kernel.org>
Subject: [PATCH v6 0/4] pci: endpoint: vntb: add MSI doorbell support
Date: Wed, 15 Oct 2025 11:27:27 -0400 [thread overview]
Message-ID: <20251015-vntb_msi_doorbell-v6-0-9230298b1910@nxp.com> (raw)
Since commit 1c3b002c6bf68 PCI: endpoint: Add RC-to-EP doorbell support
using platform MSI controller, PCI EP can get notification from Host.
VNTB use this feature to reduce ping latency.
The first patch impove epf core API to allow set any MMIO address to specfic
bar.
The second patch add MSI doorbell support.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Changes in v6:
- update commit message by bar_size
- collect Niklas Cassel's review by tags
- rebased to v6.18-rc1
- Link to v5: https://lore.kernel.org/r/20251009-vntb_msi_doorbell-v5-0-4cfb7b6c4be1@nxp.com
Changes in v5:
- update atu field aligned_size to mem_size.
- Link to v4: https://lore.kernel.org/r/20250930-vntb_msi_doorbell-v4-0-ea2c94c6ff2e@nxp.com
Changes in v4:
- use 'bar_size' instead of aligned_bar_size
- Link to v3: https://lore.kernel.org/r/20250925-vntb_msi_doorbell-v3-0-ae0b0c93caae@nxp.com
Changes in v3:
- update function name to pci_epf_assign_bar_space()
- detail check each patch's change log
- Link to v2: https://lore.kernel.org/r/20250915-vntb_msi_doorbell-v2-0-ca71605e3444@nxp.com
Changes in v2:
- add help funciton to get bar's inbounce size
- fix miss x8 when caculate bits
- Link to v1: https://lore.kernel.org/r/20250815-vntb_msi_doorbell-v1-0-32df6c4bf96c@nxp.com
---
Frank Li (4):
PCI: endpoint: Rename aligned_size to mem_size
PCI: endpoint: Add helper function pci_epf_get_bar_required_size()
PCI: endpoint: Add API pci_epf_assign_bar_space()
PCI: endpoint: pci-epf-vntb: Add MSI doorbell support
drivers/pci/endpoint/functions/pci-epf-vntb.c | 152 +++++++++++++++++++++---
drivers/pci/endpoint/pci-epf-core.c | 163 +++++++++++++++++++++-----
include/linux/pci-epf.h | 12 +-
3 files changed, 275 insertions(+), 52 deletions(-)
---
base-commit: 48a881fd8adc6ef7d29b4cf2395b04cdc271e636
change-id: 20250812-vntb_msi_doorbell-bf0fbac6d6d7
Best regards,
--
Frank Li <Frank.Li@nxp.com>
next reply other threads:[~2025-10-15 15:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 15:27 Frank Li [this message]
2025-10-15 15:27 ` [PATCH v6 1/4] PCI: endpoint: Rename aligned_size to mem_size Frank Li
2025-10-15 15:27 ` [PATCH v6 2/4] PCI: endpoint: Add helper function pci_epf_get_bar_required_size() Frank Li
2025-10-15 15:27 ` [PATCH v6 3/4] PCI: endpoint: Add API pci_epf_assign_bar_space() Frank Li
2025-10-15 15:27 ` [PATCH v6 4/4] PCI: endpoint: pci-epf-vntb: Add MSI doorbell support Frank Li
2025-10-27 15:20 ` [PATCH v6 0/4] pci: endpoint: vntb: add " Manivannan Sadhasivam
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=20251015-vntb_msi_doorbell-v6-0-9230298b1910@nxp.com \
--to=frank.li@nxp.com \
--cc=allenbh@gmail.com \
--cc=bhelgaas@google.com \
--cc=cassel@kernel.org \
--cc=dave.jiang@intel.com \
--cc=imx@lists.linux.dev \
--cc=jdmason@kudzu.us \
--cc=kishon@kernel.org \
--cc=kwilczynski@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=mani@kernel.org \
--cc=ntb@lists.linux.dev \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).