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

2017-03-23 Thread kbuild test robot
Hi Subash, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Subash-Abhinov-Kasiviswanathan/net-Add-sysctl-to-toggle-early-demux-for-tcp-and-udp/20170323-205131 config: arm-allmodconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-

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

2017-03-23 Thread kbuild test robot
Hi Subash, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Subash-Abhinov-Kasiviswanathan/net-Add-sysctl-to-toggle-early-demux-for-tcp-and-udp/20170323-205131 config: x86_64-kexec (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 re

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

2017-03-22 Thread David Miller
From: Subash Abhinov Kasiviswanathan Date: Wed, 22 Mar 2017 21:55:04 -0600 >> This doesn't build with ipv6 as a module: >> net/built-in.o: In function `proc_tcp_early_demux': >> sysctl_net_ipv4.c:(.text+0x145cfc): undefined reference to >> `tcp_v6_early_demux_configure' >> net/built-in.o: In func

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

2017-03-22 Thread Subash Abhinov Kasiviswanathan
This doesn't build with ipv6 as a module: net/built-in.o: In function `proc_tcp_early_demux': sysctl_net_ipv4.c:(.text+0x145cfc): undefined reference to `tcp_v6_early_demux_configure' net/built-in.o: In function `proc_udp_early_demux': sysctl_net_ipv4.c:(.text+0x145d4c): undefined reference to `u

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

2017-03-22 Thread David Miller
From: David Miller Date: Wed, 22 Mar 2017 19:43:57 -0700 (PDT) > From: Subash Abhinov Kasiviswanathan > Date: Wed, 22 Mar 2017 20:00:41 -0600 > >> Certain system process significant unconnected UDP workload. >> It would be preferrable to disable UDP early demux for those systems >> and enable i

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

2017-03-22 Thread David Miller
From: Subash Abhinov Kasiviswanathan Date: Wed, 22 Mar 2017 20:00:41 -0600 > 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. > > By disabling UDP demux, we see these slight gains on

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

2017-03-22 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. By disabling UDP demux, we see these slight gains on an ARM64 system- 782 -> 788Mbps unconnected single stream UDPv4 633 -> 654Mbps unconnec