Details
Details
- Reviewers
zlei - Group Reviewers
network - Commits
- rG64c618ed7dbb: Mechanically convert qlxge(4) to IfAPI
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/qlxge/qls_os.c | ||
---|---|---|
306 | It looks like the difference is that if_sendq_empty(), which uses IFQ_DRV_IS_EMPTY() also checks ifq_drv_len in addition to ifq_len. I don't know the impact of this difference. |
sys/dev/qlxge/qls_os.c | ||
---|---|---|
306 | Reviewing, I think if_sendq_empty() is safe and correct. |