We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c03ef commit 5c641feCopy full SHA for 5c641fe
drivers/hv/hyperv_vmbus.h
@@ -187,14 +187,13 @@ int hv_ringbuffer_read(struct vmbus_channel *channel,
187
u64 *requestid, bool raw);
188
189
/*
190
- * The Maximum number of channels (16348) is determined by the size of the
+ * The Maximum number of channels (16384) is determined by the size of the
191
* interrupt page, which is HV_HYP_PAGE_SIZE. 1/2 of HV_HYP_PAGE_SIZE is to
192
* send endpoint interrupts, and the other is to receive endpoint interrupts.
193
*/
194
#define MAX_NUM_CHANNELS ((HV_HYP_PAGE_SIZE >> 1) << 3)
195
196
/* The value here must be in multiple of 32 */
197
-/* TODO: Need to make this configurable */
198
#define MAX_NUM_CHANNELS_SUPPORTED 256
199
200
#define MAX_CHANNEL_RELIDS \
0 commit comments