Re: [dpdk-dev] [PATCH v2] bus/vmbus: skip non-network devices

2019-06-27 Thread Thomas Monjalon
06/06/2019 02:37, Stephen Hemminger: > From: Stephen Hemminger > > The vmbus scan code can just skip non-network devices. > More importantly, this fixes the bug where some vmbus devices > don't have all the attributes (like monitor_id) and a single > failure would cause the scan to break the loop

[dpdk-dev] [PATCH v2] bus/vmbus: skip non-network devices

2019-06-05 Thread Stephen Hemminger
From: Stephen Hemminger The vmbus scan code can just skip non-network devices. More importantly, this fixes the bug where some vmbus devices don't have all the attributes (like monitor_id) and a single failure would cause the scan to break the loop. Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V v