Re: [dpdk-dev] [PATCH v2] net/tap: restore state of remote device when closing

2017-06-28 Thread Ferruh Yigit
> 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 stat

Re: [dpdk-dev] [PATCH v2] net/tap: restore state of remote device when closing

2017-06-27 Thread Pascal Mazon
Hi, Looks good to me. Acked-by: Pascal Mazon 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