summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker/rocker_ofdpa.c
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@mellanox.com>2016-12-03 16:45:00 +0100
committerDavid S. Miller <davem@davemloft.net>2016-12-03 19:29:35 -0500
commita3832b31898f6936816257c020b1d4f1a07622f7 (patch)
tree4ee4fa47df971c954fcc581537009524ae85191c /drivers/net/ethernet/rocker/rocker_ofdpa.c
parent1c677b3d2828a84e0360e1a07d1204531540dc03 (diff)
downloadlinux-a3832b31898f6936816257c020b1d4f1a07622f7.tar.bz2
mlxsw: core: Create an ordered workqueue for FIB offload
We're going to start processing FIB entries addition / deletion events in deferred work. These work items must be processed in the order they were submitted or otherwise we can have differences between the kernel's FIB table and the device's. Solve this by creating an ordered workqueue to which these work items will be submitted to. Note that we can't simply convert the current workqueue to be ordered, as EMADs re-transmissions are also processed in deferred work. Later on, we can migrate other work items to this workqueue, such as FDB notification processing and nexthop resolution, since they all take the same lock anyway. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/rocker/rocker_ofdpa.c')
0 files changed, 0 insertions, 0 deletions