commit | 38cb52455c2c3e8b5751350a3fb32e43e82e129a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Oct 02 11:43:26 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 03 04:32:37 2015 -0700 |
tree | 980448843557232a199526d86ad2970f97159627 | |
parent | 8d2675f1e464aa5cedda63849adecffd8d33fead [diff] |
tcp: call sk_mark_napi_id() on the child, not the listener This fixes a typo : We want to store the NAPI id on child socket. Presumably nobody really uses busy polling, on short lived flows. Fixes: 3d97379a67486 ("tcp: move sk_mark_napi_id() at the right place") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>