The RX out of order completion feature, allows to complete RX
descriptors out of order, by keeping trace of all free descriptors in
the separate array.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
- Expand goto if retrieving RX mbuf fails
- Fix error handling routine by assigning value to free_rx_ids instead of tx
Comment Actions
Yes, it is uncommon but it can be achieved with the packet generator
sys/dev/ena/ena.c | ||
---|---|---|
1622 | Good catch, thanks! |