freebsd-skq/sys/dev/mlx5/mlx5_en
hselasky f53a7ce9dc Create designated workqueue for each mlx5en(4) device instance.
The mlx5e_destroy_ifp() function may be called from the system workqueue and
in this case trying to flush all works will cause a dead lock.
Instead of using the system workqueue, create a designated workqueue
for each mlx5en(4) device instance.

Submitted by:	slavash@
MFC after:	1 week
Sponsored by:	Mellanox Technologies
2018-03-23 16:59:51 +00:00
..
en.h Create designated workqueue for each mlx5en(4) device instance. 2018-03-23 16:59:51 +00:00
mlx5_en_ethtool.c Implement priority to traffic class mapping in mlx5core. 2018-03-07 15:23:07 +00:00
mlx5_en_flow_table.c Refactor the flowsteering APIs used by mlx5en(4). This change is needed by 2017-11-10 09:49:08 +00:00
mlx5_en_main.c Create designated workqueue for each mlx5en(4) device instance. 2018-03-23 16:59:51 +00:00
mlx5_en_rx.c mlx5en: Avoid SFENCe on x86 2017-12-19 14:11:41 +00:00
mlx5_en_tx.c Avoid more LFENCE/SFENCe on x86 in mlx5en(4), 2018-03-08 15:58:30 +00:00
mlx5_en_txrx.c Avoid more LFENCE/SFENCe on x86 in mlx5en(4), 2018-03-08 15:58:30 +00:00