[dpdk-dev] [PATCH v2 02/11] bus/vmbus: scan and get the network device

2021-10-08 Thread Srikanth Kaka
Using sysctl, all the devices on the VMBUS are identified by the PMD. On finding the Network device's device id, it is added to VMBUS dev list. v2 - replaced strncpy with memcpy - replaced malloc.h with stdlib.h Signed-off-by: Srikanth Kaka Signed-off-by: Vag Singh Signed-off-by: Anand Thula

[dpdk-dev] [PATCH v2 02/11] bus/vmbus: scan and get the network device

2021-10-08 Thread Srikanth Kaka
From: srikanth-oc Using sysctl, all the devices on the VMBUS are identified by the PMD. On finding the Network device's device id, it is added to VMBUS dev list. v2 - replaced strncpy with memcpy - replaced malloc.h with stdlib.h Signed-off-by: Srikanth Kaka Signed-off-by: Vag Singh Signed