On 2/27/2018 2:22 PM, Matan Azrad wrote: > NetVSC netdevices which are already routed should not be probed because > they are used for management purposes by the HyperV. > > The corrupted code got the routed devices from the system file > /proc/net/route and wrongly parsed only the odd lines, so devices which > their routes were in even lines, were considered as unrouted devices > and were probed. > > Use linux netlink lib to detect the routed NetVSC devices instead of > file parsing. > > Fixes: 31182fadfb21 ("net/vdev_netvsc: skip routed netvsc probing") > Cc: sta...@dpdk.org > Cc: step...@networkplumber.org > > Suggested-by: Stephen Hemminger <step...@networkplumber.org> > Signed-off-by: Matan Azrad <ma...@mellanox.com>
Applied to dpdk-next-net/master, thanks.