Re: [PATCH net-next] net: Add sysctl to toggle early demux for tcp and udp

2017-03-09 Thread Stephen Hemminger
On Thu, 9 Mar 2017 14:09:18 -0700 Subash Abhinov Kasiviswanathan wrote: > Certain system process significant unconnected UDP workload. > It would be preferrable to disable UDP early demux for those systems > and enable it for TCP only. > > Signed-off-by: Subash Abhinov

[PATCH net-next] net: Add sysctl to toggle early demux for tcp and udp

2017-03-09 Thread Subash Abhinov Kasiviswanathan
Certain system process significant unconnected UDP workload. It would be preferrable to disable UDP early demux for those systems and enable it for TCP only. Signed-off-by: Subash Abhinov Kasiviswanathan Suggested-by: Eric Dumazet ---