commit | b7d47ca2fdfd3b613b800c923553a8437dd8da40 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Thu Mar 27 16:34:59 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 28 16:49:47 2014 -0400 |
tree | 14d43c58480c1dd36ec622d28248a4f369317320 | |
parent | 63ea7dce8ce6de8d9d6b36b835219b38655b13e8 [diff] |
net: nlmon: flag nlmon devs with LLTX/SG As in xmit path we merely update statistics and free the skb, we can mark the device with LLTX feature, so that upper layers can avoid taking the single txq lock on xmit. While at it, also add missing NETIF_F_SG. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>