linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] PCI: hv: Correct a comment
@ 2025-02-07 19:07 Easwar Hariharan
  2025-02-08 15:45 ` Michael Kelley
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Easwar Hariharan @ 2025-02-07 19:07 UTC (permalink / raw)
  To: K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
	Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas,
	open list:Hyper-V/Azure CORE AND DRIVERS,
	open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list
  Cc: Easwar Hariharan

The VF driver controls an endpoint attached to the pci-hyperv
controller. An invalidation sent by the PF driver in the host would be
delivered *to* the endpoint driver by the controller driver.

Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
---
 drivers/pci/controller/pci-hyperv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/pci-hyperv.c b/drivers/pci/controller/pci-hyperv.c
index 6084b38bdda1..3ae3a8a79dcf 100644
--- a/drivers/pci/controller/pci-hyperv.c
+++ b/drivers/pci/controller/pci-hyperv.c
@@ -1356,7 +1356,7 @@ static struct pci_ops hv_pcifront_ops = {
  *
  * If the PF driver wishes to initiate communication, it can "invalidate" one or
  * more of the first 64 blocks.  This invalidation is delivered via a callback
- * supplied by the VF driver by this driver.
+ * supplied to the VF driver by this driver.
  *
  * No protocol is implied, except that supplied by the PF and VF drivers.
  */
-- 
2.43.0


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

* RE: [PATCH v2] PCI: hv: Correct a comment
  2025-02-07 19:07 [PATCH v2] PCI: hv: Correct a comment Easwar Hariharan
@ 2025-02-08 15:45 ` Michael Kelley
  2025-02-10 17:52 ` Manivannan Sadhasivam
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Michael Kelley @ 2025-02-08 15:45 UTC (permalink / raw)
  To: Easwar Hariharan, K. Y. Srinivasan, Haiyang Zhang, Wei Liu,
	Dexuan Cui, Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas,
	open list:Hyper-V/Azure CORE AND DRIVERS,
	open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list,
	Hyper-V/Azure@web.codeaurora.org, CORE@web.codeaurora.org,
	AND@web.codeaurora.org, DRIVERS@web.codeaurora.org,
	"status:Supported"@web.codeaurora.org,
	PCI@web.codeaurora.org, NATIVE@web.codeaurora.org,
	HOST@web.codeaurora.org, BRIDGE@web.codeaurora.org,
	ENDPOINT@web.codeaurora.org, SUBSYSTEM@web.codeaurora.org

From: Easwar Hariharan <eahariha@linux.microsoft.com> Sent: Friday, February 7, 2025 11:07 AM
> 
> The VF driver controls an endpoint attached to the pci-hyperv
> controller. An invalidation sent by the PF driver in the host would be
> delivered *to* the endpoint driver by the controller driver.
> 
> Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
> ---
>  drivers/pci/controller/pci-hyperv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/controller/pci-hyperv.c b/drivers/pci/controller/pci-hyperv.c
> index 6084b38bdda1..3ae3a8a79dcf 100644
> --- a/drivers/pci/controller/pci-hyperv.c
> +++ b/drivers/pci/controller/pci-hyperv.c
> @@ -1356,7 +1356,7 @@ static struct pci_ops hv_pcifront_ops = {
>   *
>   * If the PF driver wishes to initiate communication, it can "invalidate" one or
>   * more of the first 64 blocks.  This invalidation is delivered via a callback
> - * supplied by the VF driver by this driver.
> + * supplied to the VF driver by this driver.
>   *
>   * No protocol is implied, except that supplied by the PF and VF drivers.
>   */
> --
> 2.43.0
> 

Reviewed-by: Michael Kelley <mhklinux@outlook.com>

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

* Re: [PATCH v2] PCI: hv: Correct a comment
  2025-02-07 19:07 [PATCH v2] PCI: hv: Correct a comment Easwar Hariharan
  2025-02-08 15:45 ` Michael Kelley
@ 2025-02-10 17:52 ` Manivannan Sadhasivam
  2025-02-10 18:16   ` Easwar Hariharan
  2025-02-12  2:24 ` Wei Liu
  2025-02-20 15:07 ` Krzysztof Wilczyński
  3 siblings, 1 reply; 9+ messages in thread
From: Manivannan Sadhasivam @ 2025-02-10 17:52 UTC (permalink / raw)
  To: Easwar Hariharan
  Cc: K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
	Lorenzo Pieralisi, Krzysztof Wilczyński, Rob Herring,
	Bjorn Helgaas, open list:Hyper-V/Azure CORE AND DRIVERS,
	open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list,
	Hyper-V/Azure, CORE, AND, DRIVERS, Supported, PCI, NATIVE, HOST,
	BRIDGE, ENDPOINT, SUBSYSTEM

On Fri, Feb 07, 2025 at 07:07:15PM +0000, Easwar Hariharan wrote:
> The VF driver controls an endpoint attached to the pci-hyperv
> controller. An invalidation sent by the PF driver in the host would be
> delivered *to* the endpoint driver by the controller driver.
> 
> Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

> ---

Where is the changelog?

- Mani

>  drivers/pci/controller/pci-hyperv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/controller/pci-hyperv.c b/drivers/pci/controller/pci-hyperv.c
> index 6084b38bdda1..3ae3a8a79dcf 100644
> --- a/drivers/pci/controller/pci-hyperv.c
> +++ b/drivers/pci/controller/pci-hyperv.c
> @@ -1356,7 +1356,7 @@ static struct pci_ops hv_pcifront_ops = {
>   *
>   * If the PF driver wishes to initiate communication, it can "invalidate" one or
>   * more of the first 64 blocks.  This invalidation is delivered via a callback
> - * supplied by the VF driver by this driver.
> + * supplied to the VF driver by this driver.
>   *
>   * No protocol is implied, except that supplied by the PF and VF drivers.
>   */
> -- 
> 2.43.0
> 

-- 
மணிவண்ணன் சதாசிவம்

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

* Re: [PATCH v2] PCI: hv: Correct a comment
  2025-02-10 17:52 ` Manivannan Sadhasivam
@ 2025-02-10 18:16   ` Easwar Hariharan
  0 siblings, 0 replies; 9+ messages in thread
From: Easwar Hariharan @ 2025-02-10 18:16 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: eahariha, K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
	Lorenzo Pieralisi, Krzysztof Wilczyński, Rob Herring,
	Bjorn Helgaas, open list:Hyper-V/Azure CORE AND DRIVERS,
	open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list

On 2/10/2025 9:52 AM, Manivannan Sadhasivam wrote:
> On Fri, Feb 07, 2025 at 07:07:15PM +0000, Easwar Hariharan wrote:
>> The VF driver controls an endpoint attached to the pci-hyperv
>> controller. An invalidation sent by the PF driver in the host would be
>> delivered *to* the endpoint driver by the controller driver.
>>
>> Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
> 
> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> 
>> ---
> 
> Where is the changelog?
> 
> - Mani
> 

Yes, sorry, I realized it after I sent it.

Thanks for the review!

- Easwar (he/him)

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

* Re: [PATCH v2] PCI: hv: Correct a comment
  2025-02-07 19:07 [PATCH v2] PCI: hv: Correct a comment Easwar Hariharan
  2025-02-08 15:45 ` Michael Kelley
  2025-02-10 17:52 ` Manivannan Sadhasivam
@ 2025-02-12  2:24 ` Wei Liu
  2025-02-20 15:09   ` Krzysztof Wilczyński
  2025-02-20 15:07 ` Krzysztof Wilczyński
  3 siblings, 1 reply; 9+ messages in thread
From: Wei Liu @ 2025-02-12  2:24 UTC (permalink / raw)
  To: Easwar Hariharan, g
  Cc: K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
	Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas,
	open list:Hyper-V/Azure CORE AND DRIVERS,
	open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list,
	Hyper-V/Azure, CORE, AND, DRIVERS, Supported, PCI, NATIVE, HOST,
	BRIDGE, ENDPOINT, SUBSYSTEM

On Fri, Feb 07, 2025 at 07:07:15PM +0000, Easwar Hariharan wrote:
> The VF driver controls an endpoint attached to the pci-hyperv
> controller. An invalidation sent by the PF driver in the host would be
> delivered *to* the endpoint driver by the controller driver.
> 
> Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>

Applied. Thanks.

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

* Re: [PATCH v2] PCI: hv: Correct a comment
  2025-02-07 19:07 [PATCH v2] PCI: hv: Correct a comment Easwar Hariharan
                   ` (2 preceding siblings ...)
  2025-02-12  2:24 ` Wei Liu
@ 2025-02-20 15:07 ` Krzysztof Wilczyński
  3 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Wilczyński @ 2025-02-20 15:07 UTC (permalink / raw)
  To: Easwar Hariharan
  Cc: K. Y. Srinivasan, Haiyang Zhang, Wei Liu, Dexuan Cui,
	Lorenzo Pieralisi, Manivannan Sadhasivam, Rob Herring,
	Bjorn Helgaas, linux-hyperv, linux-pci, linux-kernel

Hello,

> The VF driver controls an endpoint attached to the pci-hyperv
> controller. An invalidation sent by the PF driver in the host would be
> delivered *to* the endpoint driver by the controller driver.

Applied to controller/hyperv, thank you!

	Krzysztof

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

* Re: [PATCH v2] PCI: hv: Correct a comment
  2025-02-12  2:24 ` Wei Liu
@ 2025-02-20 15:09   ` Krzysztof Wilczyński
  2025-02-21 19:42     ` Wei Liu
  0 siblings, 1 reply; 9+ messages in thread
From: Krzysztof Wilczyński @ 2025-02-20 15:09 UTC (permalink / raw)
  To: Wei Liu
  Cc: Easwar Hariharan, K. Y. Srinivasan, Haiyang Zhang, Dexuan Cui,
	Lorenzo Pieralisi, Manivannan Sadhasivam, Rob Herring,
	Bjorn Helgaas, linux-hyperv, linux-pci, linux-kernel

Hello,

> > The VF driver controls an endpoint attached to the pci-hyperv
> > controller. An invalidation sent by the PF driver in the host would be
> > delivered *to* the endpoint driver by the controller driver.
> > 
> > Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
> 
> Applied. Thanks.

Would you mind if I take this via the PCI tree?

Thank you!

	Krzysztof

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

* Re: [PATCH v2] PCI: hv: Correct a comment
  2025-02-20 15:09   ` Krzysztof Wilczyński
@ 2025-02-21 19:42     ` Wei Liu
  2025-02-24 18:39       ` Krzysztof Wilczyński
  0 siblings, 1 reply; 9+ messages in thread
From: Wei Liu @ 2025-02-21 19:42 UTC (permalink / raw)
  To: Krzysztof Wilczyński
  Cc: Wei Liu, Easwar Hariharan, K. Y. Srinivasan, Haiyang Zhang,
	Dexuan Cui, Lorenzo Pieralisi, Manivannan Sadhasivam, Rob Herring,
	Bjorn Helgaas, linux-hyperv, linux-pci, linux-kernel

On Fri, Feb 21, 2025 at 12:09:57AM +0900, Krzysztof Wilczyński wrote:
> Hello,
> 
> > > The VF driver controls an endpoint attached to the pci-hyperv
> > > controller. An invalidation sent by the PF driver in the host would be
> > > delivered *to* the endpoint driver by the controller driver.
> > > 
> > > Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
> > 
> > Applied. Thanks.
> 
> Would you mind if I take this via the PCI tree?

No problem. I can drop that from my tree.

Thanks,
Wei.

> 
> Thank you!
> 
> 	Krzysztof

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

* Re: [PATCH v2] PCI: hv: Correct a comment
  2025-02-21 19:42     ` Wei Liu
@ 2025-02-24 18:39       ` Krzysztof Wilczyński
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Wilczyński @ 2025-02-24 18:39 UTC (permalink / raw)
  To: Wei Liu
  Cc: Easwar Hariharan, K. Y. Srinivasan, Haiyang Zhang, Dexuan Cui,
	Lorenzo Pieralisi, Manivannan Sadhasivam, Rob Herring,
	Bjorn Helgaas, linux-hyperv, linux-pci, linux-kernel

Hello,

[...]
> > > Applied. Thanks.
> > 
> > Would you mind if I take this via the PCI tree?
> 
> No problem. I can drop that from my tree.

Thank you!

	Krzysztof

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

end of thread, other threads:[~2025-02-24 18:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07 19:07 [PATCH v2] PCI: hv: Correct a comment Easwar Hariharan
2025-02-08 15:45 ` Michael Kelley
2025-02-10 17:52 ` Manivannan Sadhasivam
2025-02-10 18:16   ` Easwar Hariharan
2025-02-12  2:24 ` Wei Liu
2025-02-20 15:09   ` Krzysztof Wilczyński
2025-02-21 19:42     ` Wei Liu
2025-02-24 18:39       ` Krzysztof Wilczyński
2025-02-20 15:07 ` Krzysztof Wilczyński

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).