Merge branch 'udpv6_lockless_send'
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2015 03:28:19 +0000 (19:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2015 03:28:19 +0000 (19:28 -0800)
commit193cdc4a041cedf82967390879d0b9bab5278e92
treeb5005ef754bb0dd4d6b15a37d94be210e2ee9045
parentba0c39cb98a1eec3635ae5f959fef963738d12a5
parent32dce968dd987adfb0c00946d78dad9154f64759
Merge branch 'udpv6_lockless_send'

Vladislav Yasevich says:

====================
ipv6: Add lockless UDP send path

This series introduces a lockless UDPv6 send path similar to
what Herbert Xu did for IPv4 a while ago.

There are some difference from IPv4.  IPv6 caching for flow
label is a bit different, as well as it requires another cork
cork structure that holds the IPv6 ancillary data.

Please take a look.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>