Re: [PATCH v2 1/2] Drivers: hv: vmbus: Wait for offers during boot

2024-11-04 Thread Naman Jain
On 10/31/2024 2:01 AM, Easwar Hariharan wrote: On 10/29/2024 1:01 AM, Naman Jain wrote: Channel offers are requested during VMBus initialization and resume from hibernation. Add support to wait for all channel offers to be delivered and processed before returning from vmbus_request_offers. T

Re: [PATCH v2 1/2] Drivers: hv: vmbus: Wait for offers during boot

2024-11-04 Thread Naman Jain
On 11/1/2024 12:43 AM, Michael Kelley wrote: From: Naman Jain Sent: Tuesday, October 29, 2024 1:02 AM Channel offers are requested during VMBus initialization and resume from hibernation. Add support to wait for all channel offers to be Given the definition of ALLOFFERS_DELIVERED, maybe

RE: [PATCH v2 1/2] Drivers: hv: vmbus: Wait for offers during boot

2024-10-31 Thread Michael Kelley
From: Naman Jain Sent: Tuesday, October 29, 2024 1:02 AM > > Channel offers are requested during VMBus initialization and resume > from hibernation. Add support to wait for all channel offers to be Given the definition of ALLOFFERS_DELIVERED, maybe change to: " wait for all boot-time channel o

Re: [PATCH v2 1/2] Drivers: hv: vmbus: Wait for offers during boot

2024-10-30 Thread Easwar Hariharan
On 10/29/2024 1:01 AM, Naman Jain wrote: > Channel offers are requested during VMBus initialization and resume > from hibernation. Add support to wait for all channel offers to be > delivered and processed before returning from vmbus_request_offers. > > This is in analogy to a PCI bus not returnin

[PATCH v2 1/2] Drivers: hv: vmbus: Wait for offers during boot

2024-10-29 Thread Naman Jain
Channel offers are requested during VMBus initialization and resume from hibernation. Add support to wait for all channel offers to be delivered and processed before returning from vmbus_request_offers. This is in analogy to a PCI bus not returning from probe until it has scanned all devices on th