Re: [PATCH net-next 0/2] ipv6: udp: exploit dev_scratch helpers

2017-06-27 Thread David Miller
From: Paolo Abeni Date: Mon, 26 Jun 2017 19:01:49 +0200 > When bringing in the recent cache optimization for the UDP protocol, I forgot > to leverage the newly introduced scratched area helpers in the UDPv6 code > path. > As a result, the UDPv6 implementation suffers some unnecessary performance

[PATCH net-next 0/2] ipv6: udp: exploit dev_scratch helpers

2017-06-26 Thread Paolo Abeni
When bringing in the recent cache optimization for the UDP protocol, I forgot to leverage the newly introduced scratched area helpers in the UDPv6 code path. As a result, the UDPv6 implementation suffers some unnecessary performance penality when compared to v4. This series aim to bring back UDPv6