Re: [PATCH] net-udp: deprioritize cpu match for udp socket lookup

2018-12-09 Thread David Miller
From: David Ahern Date: Sun, 9 Dec 2018 20:29:04 -0700 > If this goes in can it target net-next first? Some soak time there > will help show if there are any side effects before propagating to > stable releases. Ok. Maciej please resubmit this specifically targetting net-next. Thank you.

Re: [PATCH] net-udp: deprioritize cpu match for udp socket lookup

2018-12-09 Thread David Ahern
On 12/7/18 11:24 PM, David Miller wrote: > From: Maciej Żenczykowski > Date: Fri, 7 Dec 2018 16:46:36 -0800 > >>> This doesn't apply to the current net tree. >>> >>> Also "net-udp: " is a weird subsystem prefix, just use "udp: ". >>> >>> Thank you. >> >> Interesting... this patch was on top of ne

Re: [PATCH] net-udp: deprioritize cpu match for udp socket lookup

2018-12-07 Thread David Miller
From: Maciej Żenczykowski Date: Fri, 7 Dec 2018 16:46:36 -0800 >> This doesn't apply to the current net tree. >> >> Also "net-udp: " is a weird subsystem prefix, just use "udp: ". >> >> Thank you. > > Interesting... this patch was on top of net-next/master, and it still > rebases cleanly on curr

Re: [PATCH] net-udp: deprioritize cpu match for udp socket lookup

2018-12-07 Thread Maciej Żenczykowski
> This doesn't apply to the current net tree. > > Also "net-udp: " is a weird subsystem prefix, just use "udp: ". > > Thank you. Interesting... this patch was on top of net-next/master, and it still rebases cleanly on current net-next/master. Would you like it on net/master instead? It indeed do

Re: [PATCH] net-udp: deprioritize cpu match for udp socket lookup

2018-12-07 Thread David Miller
From: Maciej Żenczykowski Date: Wed, 5 Dec 2018 12:59:17 -0800 > From: Maciej Żenczykowski > > During udp socket lookup cpu match should be lowest priority, > hence it should increase score by only 1. > > The next priority is delivering v4 to v4 sockets, and v6 to v6 sockets. > The v6 code pa

[PATCH] net-udp: deprioritize cpu match for udp socket lookup

2018-12-05 Thread Maciej Żenczykowski
From: Maciej Żenczykowski During udp socket lookup cpu match should be lowest priority, hence it should increase score by only 1. The next priority is delivering v4 to v4 sockets, and v6 to v6 sockets. The v6 code path doesn't have to deal with this so it always gets a score of '4'. The v4 code