Paolo Abeni dd99e425be udp: prefetch rmem_alloc in udp_queue_rcv_skb()
On UDP packets processing, if the BH is the bottle-neck, it
always sees a cache miss while updating rmem_alloc; try to
avoid it prefetching the value as soon as we have the socket
available.

Performances under flood with multiple NIC rx queues used are
unaffected, but when a single NIC rx queue is in use, this
gives ~10% performance improvement.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-21 11:38:11 -04:00
..
2017-06-04 22:56:55 -04:00
2017-05-21 13:42:36 -04:00
2016-10-20 14:32:22 -04:00
2017-01-13 22:37:16 -05:00
2017-04-30 22:44:04 -04:00
2017-05-08 15:10:31 -04:00
2017-06-15 12:12:40 -04:00
2017-03-24 20:50:28 -07:00
2017-06-17 22:54:01 -04:00
2017-06-15 12:12:40 -04:00
2017-06-21 11:19:35 -04:00
2017-05-21 13:42:36 -04:00
2017-05-24 16:29:57 -04:00
2017-06-15 12:12:40 -04:00
2017-02-15 11:04:11 +01:00
2017-01-10 10:57:12 +01:00