| 3fa1b3cd | 26-Mar-2019 |
Hans Petter Selasky <[email protected]> |
MFC r344920: 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 wil
MFC r344920: 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.
Sponsored by: Mellanox Technologies
show more ...
|
| 62afbce9 | 02-Oct-2017 |
Hans Petter Selasky <[email protected]> |
Setup mbuf hash type properly when receiving IP packets in the mlx4en(4) driver.
Submitted by: sephe@ Differential Revision: https://reviews.freebsd.org/D12229 MFC after: 1 week Sponsored by: Mel
Setup mbuf hash type properly when receiving IP packets in the mlx4en(4) driver.
Submitted by: sephe@ Differential Revision: https://reviews.freebsd.org/D12229 MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
| 5a2866e9 | 01-Jun-2017 |
Hans Petter Selasky <[email protected]> |
Allow communication between functions on the same host when using the mlx4en(4) driver in SRIOV mode.
Place a copy of the destination MAC address in the send WQE only under SRIOV/eSwitch configurati
Allow communication between functions on the same host when using the mlx4en(4) driver in SRIOV mode.
Place a copy of the destination MAC address in the send WQE only under SRIOV/eSwitch configuration or when the device is in selftest. This allows communication between functions on the same host.
PR: 216493 MFC after: 3 days Sponsored by: Mellanox Technologies
show more ...
|