Re: [dpdk-dev] [PATCH 06/11] net/netvsc: request HV_UIO to open sub-channels

2021-10-01 Thread Srikanth K
Sure. I will add the comment in v2. Regards, Srikanth On Fri, Oct 1, 2021 at 4:49 AM Long Li wrote: > > Subject: [PATCH 06/11] net/netvsc: request HV_UIO to open sub-channels > > > > [You don't often get email from srikant...@oneconvergence.com. Learn > > why this is important at http://aka.ms

Re: [dpdk-dev] [PATCH 06/11] net/netvsc: request HV_UIO to open sub-channels

2021-09-30 Thread Long Li
> Subject: [PATCH 06/11] net/netvsc: request HV_UIO to open sub-channels > > [You don't often get email from srikant...@oneconvergence.com. Learn > why this is important at http://aka.ms/LearnAboutSenderIdentification.] > > On Linux, the request does nothing, while on FreeBSD the HV_UIO kernel >

[dpdk-dev] [PATCH 06/11] net/netvsc: request HV_UIO to open sub-channels

2021-09-27 Thread Srikanth Kaka
On Linux, the request does nothing, while on FreeBSD the HV_UIO kernel driver receives the request and opens the subchannels on PMDs behalf. Signed-off-by: Srikanth Kaka Signed-off-by: Vag Singh Signed-off-by: Anand Thulasiram --- drivers/net/netvsc/hn_ethdev.c | 4 1 file changed, 4 inse