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 Skipped - Unit
Tests Skipped - Build Status
Buildable 30260
Event Timeline
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c | ||
---|---|---|
801 | 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 | 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. |