commit | 376d5307e0572688997abdd7414da43002335cb8 | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Sun Mar 08 13:47:06 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 08 21:36:37 2020 -0700 |
tree | bdb40feb1be0fb863dd09b704b62b8bd6b65fee8 | |
parent | 1033a215fee57a941f2620d143d2aad012e9f6bb [diff] |
net: rmnet: set NETIF_F_LLTX flag The rmnet_vnd_setup(), which is the callback of ->ndo_start_xmit() is allowed to call concurrently because it uses RCU protected data. So, it doesn't need tx lock. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>