make IOCTL call to open subchannels
Signed-off-by: Srikanth Kaka <[email protected]>
Signed-off-by: Vag Singh <[email protected]>
Signed-off-by: Anand Thulasiram <[email protected]>
---
drivers/net/netvsc/hn_ethdev.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/net/netvsc/hn_ethdev.c b/drivers/net/netvsc/hn_ethdev.c
index 8b1e07b775..104c7aebc5 100644
--- a/drivers/net/netvsc/hn_ethdev.c
+++ b/drivers/net/netvsc/hn_ethdev.c
@@ -516,6 +516,10 @@ static int hn_subchan_configure(struct hn_data *hv,
if (err)
return err;
+ err = rte_vmbus_ioctl(hv->vmbus, subchan);
+ if (err)
+ return err;
+
while (subchan > 0) {
struct vmbus_channel *new_sc;
uint16_t chn_index;
--
2.30.2