| 6b94b89b | 08-Mar-2019 |
Hans Petter Selasky <[email protected]> |
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
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
show more ...
|
| 85676963 | 05-Dec-2018 |
Slava Shwartsman <[email protected]> |
mlx4en: Optimise reception of small packets.
Copy small packets like TCP ACKs into a new mbuf reusing the existing mbuf to receive a new ethernet frame. This avoids wasting buffer space for small si
mlx4en: Optimise reception of small packets.
Copy small packets like TCP ACKs into a new mbuf reusing the existing mbuf to receive a new ethernet frame. This avoids wasting buffer space for small sized packets.
Submitted by: hselasky@ Approved by: hselasky (mentor) MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
| ec673cf6 | 05-Dec-2018 |
Slava Shwartsman <[email protected]> |
mlx4en: Remove duplicate statistics variable assignment.
The "priv->pkstats.rx_dropped" is written twice in a row.
Submitted by: hselasky@ Approved by: hselasky (mentor) MFC after: 1 week
mlx4en: Remove duplicate statistics variable assignment.
The "priv->pkstats.rx_dropped" is written twice in a row.
Submitted by: hselasky@ Approved by: hselasky (mentor) MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
| 93bf8216 | 05-Dec-2018 |
Slava Shwartsman <[email protected]> |
mlx4en: Add support for receiving all data using one or more MCLBYTES sized mbufs. Also when the MTU is greater than MCLBYTES.
Submitted by: hselasky@ Approved by: hselasky (mentor) MFC after:
mlx4en: Add support for receiving all data using one or more MCLBYTES sized mbufs. Also when the MTU is greater than MCLBYTES.
Submitted by: hselasky@ Approved by: hselasky (mentor) MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|