Re: [dpdk-dev] [dpdk-stable] [PATCH v1] net/tap: fix keep-alive queue not detached

2018-05-25 Thread Ferruh Yigit
On 5/25/2018 9:29 AM, Thomas Monjalon wrote: > 25/05/2018 01:10, Ophir Munk: >> The TAP keep-alive queue was created in order to keep the TAP device >> in Linux even in case all of its Rx/Tx queues are released (in Linux >> terminology: even in case all of the TAP device file descriptors are >> clo

Re: [dpdk-dev] [dpdk-stable] [PATCH v1] net/tap: fix keep-alive queue not detached

2018-05-25 Thread Ferruh Yigit
On 5/25/2018 9:29 AM, Thomas Monjalon wrote: > 25/05/2018 01:10, Ophir Munk: >> The TAP keep-alive queue was created in order to keep the TAP device >> in Linux even in case all of its Rx/Tx queues are released (in Linux >> terminology: even in case all of the TAP device file descriptors are >> clo

Re: [dpdk-dev] [dpdk-stable] [PATCH v1] net/tap: fix keep-alive queue not detached

2018-05-25 Thread Thomas Monjalon
25/05/2018 01:10, Ophir Munk: > The TAP keep-alive queue was created in order to keep the TAP device > in Linux even in case all of its Rx/Tx queues are released (in Linux > terminology: even in case all of the TAP device file descriptors are > closed), however, the keep-alive queue itself is attac