Fix a bug where mlx5en silently drops packets in the output path.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c | ||
---|---|---|
801 ↗ | (On Diff #70159) | Please identify the return cases which are not "tx_drop:" in mlx5e_sq_xmit() and increment there. Else you increment twice dropped! |
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c | ||
---|---|---|
398 ↗ | (On Diff #70159) | I am not sure if this a right thing to do there. But also I am not sure how this case could happen at all. |