commit | 7bb2975599210097115021e542b6137781a09588 | [log] [tgz] |
---|---|---|
author | Matthew Finlay <matt@mellanox.com> | Sun May 01 22:59:56 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue May 03 13:37:26 2016 -0400 |
tree | e79f79c1f2ba3a37fd8d93e4e8aa3de311c355e1 | |
parent | 69976fb1045850a742deb9790ea49cbc6f497531 [diff] |
net/mlx5e: Implement a mlx5e workqueue Implement a mlx5e workqueue to handle all mlx5e specific tasks. Move all tasks currently using the system workqueue to the new workqueue. This is in preparation for vxlan using the mlx5e workqueue in order to schedule port add/remove operations. Signed-off-by: Matthew Finlay <matt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>