1. 17 1月, 2018 1 次提交
  2. 26 5月, 2017 1 次提交
  3. 25 3月, 2017 1 次提交
  4. 07 2月, 2017 1 次提交
  5. 04 12月, 2016 1 次提交
    • I
      mlxsw: core: Create an ordered workqueue for FIB offload · a3832b31
      Ido Schimmel 提交于
      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: NIdo Schimmel <idosch@mellanox.com>
      Signed-off-by: NJiri Pirko <jiri@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a3832b31
  6. 26 11月, 2016 6 次提交
  7. 22 11月, 2016 1 次提交
  8. 17 11月, 2016 1 次提交
  9. 31 10月, 2016 3 次提交
  10. 29 10月, 2016 1 次提交
  11. 24 10月, 2016 1 次提交
  12. 21 9月, 2016 7 次提交
  13. 27 8月, 2016 1 次提交
  14. 25 7月, 2016 2 次提交
  15. 06 7月, 2016 1 次提交
  16. 15 4月, 2016 5 次提交
  17. 09 4月, 2016 3 次提交
  18. 02 3月, 2016 1 次提交
  19. 23 12月, 2015 1 次提交
  20. 04 12月, 2015 1 次提交