aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethernet/eth.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-11-07 13:24:42 -0500
committerDavid S. Miller <davem@davemloft.net>2016-11-07 13:24:42 -0500
commitfc13fd3986257882a69581c3c8203221053f474d (patch)
treeb6e4dd83dcf3ac82c3d7517b035583b44cc9f655 /net/ethernet/eth.c
parentnet: Update raw socket bind to consider l3 domain (diff)
parentudp: do fwd memory scheduling on dequeue (diff)
downloadlinux-dev-fc13fd3986257882a69581c3c8203221053f474d.tar.xz
linux-dev-fc13fd3986257882a69581c3c8203221053f474d.zip
Merge branch 'udp-fwd-mem-sched-on-dequeue'
Paolo Abeni says: ==================== udp: do fwd memory scheduling on dequeue After commit 850cbaddb52d ("udp: use it's own memory accounting schema"), the udp code needs to acquire twice the receive queue spinlock on dequeue. This patch series remove the need for the second lock at skb free time, moving the udp memory scheduling inside the dequeue operation; the skb destructor field is not used anymore and an additional sk argument is added to ip_cmsg_recv_offset() to cope with null skb->sk after dequeue. Many thanks to Eric Dumazed for suggesting pretty all much the above. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethernet/eth.c')
0 files changed, 0 insertions, 0 deletions