aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
diff options
context:
space:
mode:
authorVlad Buslov <vladbu@mellanox.com>2019-04-05 20:56:26 +0300
committerDavid S. Miller <davem@davemloft.net>2019-04-07 19:33:07 -0700
commit1f17f7742eeba73dbd5ae8bdec1a85ce5877001e (patch)
tree8c840f22564fd622b6a199041c87416acb024733 /net/ipv4/udp.c
parentMerge branch 'rhashtable-bitlocks' (diff)
downloadlinux-dev-1f17f7742eeba73dbd5ae8bdec1a85ce5877001e.tar.xz
linux-dev-1f17f7742eeba73dbd5ae8bdec1a85ce5877001e.zip
net: sched: flower: insert filter to ht before offloading it to hw
John reports: Recent refactoring of fl_change aims to use the classifier spinlock to avoid the need for rtnl lock. In doing so, the fl_hw_replace_filer() function was moved to before the lock is taken. This can create problems for drivers if duplicate filters are created (commmon in ovs tc offload due to filters being triggered by user-space matches). Drivers registered for such filters will now receive multiple copies of the same rule, each with a different cookie value. This means that the drivers would need to do a full match field lookup to determine duplicates, repeating work that will happen in flower __fl_lookup(). Currently, drivers do not expect to receive duplicate filters. To fix this, verify that filter with same key is not present in flower classifier hash table and insert the new filter to the flower hash table before offloading it to hardware. Implement helper function fl_ht_insert_unique() to atomically verify/insert a filter. This change makes filter visible to fast path at the beginning of fl_change() function, which means it can no longer be freed directly in case of error. Refactor fl_change() error handling code to deallocate the filter with rcu timeout. Fixes: 620da4860827 ("net: sched: flower: refactor fl_change") Reported-by: John Hurley <john.hurley@netronome.com> Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp.c')
0 files changed, 0 insertions, 0 deletions