commit | c1bb279cfa9d079bdee35402f5d13210f25f5c80 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Sat Dec 03 16:45:02 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 03 19:29:35 2016 -0500 |
tree | 2f234ed7d730ebc0306c9d729dabd4e51bd8796f | |
parent | 3057224e014c14921de5ab534d5147eb109fd12b [diff] |
rocker: Create an ordered workqueue for FIB offload As explained in the previous commits, we need to process FIB entries addition / deletion events in FIFO order or otherwise we can have a mismatch between the kernel's FIB table and the device's. Create an ordered workqueue for rocker to which these work items will be submitted to. 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>