Re: [PATCH net v2 0/2] bareudp: fix several issues

2021-01-04 Thread Jakub Kicinski
On Mon, 28 Dec 2020 15:21:21 + Taehee Yoo wrote: > This patchset is to fix problems when bareudp is used nestedly. > > 1. If the NETIF_F_LLTX flag is not set, the lockdep warns about > a possible deadlock scenario when bareudp interfaces are used nestedly. > But, like other tunneling interface

[PATCH net v2 0/2] bareudp: fix several issues

2020-12-28 Thread Taehee Yoo
This patchset is to fix problems when bareudp is used nestedly. 1. If the NETIF_F_LLTX flag is not set, the lockdep warns about a possible deadlock scenario when bareudp interfaces are used nestedly. But, like other tunneling interfaces, bareudp doesn't need xmit lock. So, it sets NETIF_F_LLTTX. L