K 10 svn:author V 8 hselasky K 8 svn:date V 27 2019-03-08T09:18:29.256157Z K 7 svn:log V 366 Teardown ifnet after stopping port in the mlx4en(4) driver. mlx4_en_stop_port() calls mlx4_en_put_qp() which can refer the link level address of the network interface, which in turn will be freed by the network interface detach function. Make sure the port is stopped before detaching the network interface. MFC after: 1 week Sponsored by: Mellanox Technologies END