> On Mar 22, 2017, at 3:40 AM, Pascal Mazon <[email protected]> wrote: > > As tap is a virtual device, there's no physical way a link can be cut. > However, it has an associated kernel netdevice and possibly a remote > netdevice too. These netdevices link status may change outside of the > DPDK scope, through an external command such as: > > ip link set dev tapX down > > This commit implements link status notification through netlink. > > Signed-off-by: Pascal Mazon <[email protected]>
Acked-by: Keith Wiles <[email protected]> Regards, Keith

