> On 06/27/2017 02:33 PM, Thomas Monjalon wrote: >> When exiting a DPDK application, the TAP remote was left >> with the link down even if it was initially up. >> >> The device flags of the remote netdevice are saved when probing, >> and restored when calling the close function. >> The remote state is not set down when calling the stop function anymore. >> >> Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
> Acked-by: Pascal Mazon <pascal.ma...@6wind.com> Applied to dpdk-next-net/master, thanks.