Jianfeng Tan 58d9fe4000 net/virtio: fix link status always down
The virtio port link status will always be DOWN:

The commit aa9f06061765 ("net/virtio: fix link status always being up")
introduces a flag to help checking the status. If this flag is not set,
status will be always down. However, in dev start, this flag is set
after link status update, then we miss the chance to change the status
to UP in dev start.

To fix this bug, we simply move the link status update after the flag
setting so that the status can be correctly updated.

Fixes: aa9f06061765 ("net/virtio: fix link status always being up")
Cc: stable@dpdk.org

Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2017-04-28 07:01:22 +02:00
..
2017-04-21 16:19:40 +02:00
2017-04-28 14:46:18 +02:00
2017-04-20 22:30:26 +02:00
2017-04-28 14:46:17 +02:00
2017-04-28 14:46:18 +02:00
2017-04-18 19:07:45 +02:00
2017-04-19 15:37:37 +02:00
2017-04-19 14:12:50 +02:00
2017-04-19 15:37:37 +02:00