diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2017-09-11 16:33:30 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-09-12 20:41:02 -0700 |
commit | d7fb60b9cafb982cb2e46a267646a8dfd4f2e5da (patch) | |
tree | 06503aa2783d3a75739ec13263b1644779316274 /net/ipv4/tcp_bic.c | |
parent | da8ab57863ed7e912d10b179b6bdc652f635bd19 (diff) |
net_sched: get rid of tcfa_rcu
gen estimator has been rewritten in commit 1c0d32fde5bd
("net_sched: gen_estimator: complete rewrite of rate estimators"),
the caller is no longer needed to wait for a grace period.
So this patch gets rid of it.
This also completely closes a race condition between action free
path and filter chain add/remove path for the following patch.
Because otherwise the nested RCU callback can't be caught by
rcu_barrier().
Please see also the comments in code.
Cc: Jiri Pirko <jiri@mellanox.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_bic.c')
0 files changed, 0 insertions, 0 deletions