mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
-Each CQ start task queue to poll when completion happens.
This means every rx and tx queue has its own cleanup task
thread to poll the completion.
- Arm EQ everytime no matter it is mana or hwc. CQ arming
depends on the budget.
- Fix a warning in mana_poll_tx_cq() when cqe_read is 0.
- Move cqe_poll from EQ to CQ struct.
- Support EQ sharing up to 8 vPorts.
- Ease linkdown message from mana_info to mana_dbg.
Tested by: whu
MFC after: 2 weeks
Sponsored by: Microsoft
|
||
|---|---|---|
| .. | ||
| gdma.h | ||
| gdma_main.c | ||
| gdma_util.c | ||
| gdma_util.h | ||
| hw_channel.c | ||
| hw_channel.h | ||
| mana.h | ||
| mana_en.c | ||
| mana_sysctl.c | ||
| mana_sysctl.h | ||
| shm_channel.c | ||
| shm_channel.h | ||