Re: [PATCH net-next 0/6] ipv6: Add lockless UDP send path
From: David Miller <davem@davemloft.net>
Date: 2015-02-03 03:28:46
From: David Miller <davem@davemloft.net>
Date: 2015-02-03 03:28:46
From: Vladislav Yasevich <redacted> Date: Sat, 31 Jan 2015 10:40:12 -0500
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.
This looks good to me, applied, thanks Vlad.