Re: [dpdk-dev] [PATCH] netvsc: fix vf link update handling

2018-11-05 Thread Ferruh Yigit
On 11/5/2018 6:51 PM, Stephen Hemminger wrote: > From: Stephen Hemminger > > The netvsc device calls VF (if present) to update the link status > with the wrong device. This leads to errors in mlx5 device when it > can't find the ifindex. > > Fixes: dc7680e8597c ("net/netvsc: support integrated V

[dpdk-dev] [PATCH] netvsc: fix vf link update handling

2018-11-05 Thread Stephen Hemminger
From: Stephen Hemminger The netvsc device calls VF (if present) to update the link status with the wrong device. This leads to errors in mlx5 device when it can't find the ifindex. Fixes: dc7680e8597c ("net/netvsc: support integrated VF") Signed-off-by: Stephen Hemminger --- drivers/net/netvsc