Re: [dpdk-dev] [PATCH v2 05/11] bus/vmbus: open subchannels

2022-02-08 Thread Thomas Monjalon
06/11/2021 21:49, Long Li: > > Subject: [PATCH v2 05/11] bus/vmbus: open subchannels > > > > In FreeBSD, unlike Linux there is no sub-channel open callback that could be > > called by HV_UIO driver, upon their grant by the hypervisor. > > Thus, the PMD makes an IOCTL to the HV_UIO to open the gran

[dpdk-dev] [PATCH v2 05/11] bus/vmbus: open subchannels

2021-10-08 Thread Srikanth Kaka
In FreeBSD, unlike Linux there is no sub-channel open callback that could be called by HV_UIO driver, upon their grant by the hypervisor. Thus, the PMD makes an IOCTL to the HV_UIO to open the granted sub-channels v2 - Added comment in linux/vmbus_uio.c Signed-off-by: Srikanth Kaka Signed-off-by

[dpdk-dev] [PATCH v2 05/11] bus/vmbus: open subchannels

2021-10-08 Thread Srikanth Kaka
From: srikanth-oc In FreeBSD, unlike Linux there is no sub-channel open callback that could be called by HV_UIO driver, upon their grant by the hypervisor. Thus, the PMD makes an IOCTL to the HV_UIO to open the granted sub-channels v2 - Added comment in linux/vmbus_uio.c Signed-off-by: Srikanth