aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vrf.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-04-01 14:08:21 -0400
committerDavid S. Miller <davem@davemloft.net>2018-04-01 14:08:21 -0400
commit16c3c91346961fdd733ad232311772795599be7f (patch)
tree253468761ee8e0f7a7cd97f21c24ef3c841529e7 /drivers/net/vrf.c
parentRevert "net: usb: asix88179_178a: de-duplicate code" (diff)
parentipv6: factorize sk_wmem_alloc updates done by __ip6_append_data() (diff)
downloadlinux-dev-16c3c91346961fdd733ad232311772795599be7f.tar.xz
linux-dev-16c3c91346961fdd733ad232311772795599be7f.zip
Merge branch 'inet-factorize-sk_wmem_alloc-updates'
Eric Dumazet says: ==================== inet: factorize sk_wmem_alloc updates While testing my inet defrag changes, I found that senders could spend ~20% of cpu cycles in skb_set_owner_w() updating sk->sk_wmem_alloc for every fragment they cook, competing with TX completion of prior skbs possibly happening on another cpus. One solution to this problem is to use alloc_skb() instead of sock_wmalloc() and manually perform a single sk_wmem_alloc change. This greatly increases speed for applications sending big UDP datagrams. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vrf.c')
0 files changed, 0 insertions, 0 deletions