mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
- introduce drbr_needs_enqueue that returns whether the interface/br needs an enqueue operation: returns true if altq is enabled or there are already packets in the ring (as we need to maintain packet order) - update all drbr consumers - fix drbr_flush - avoid using the driver queue (IFQ_DRV_*) in the altq case as the multiqueue consumer does not provide enough protection, serialize altq interaction with the main queue lock - make drbr_dequeue_cond work with altq Discussed with: kmacy, yongari, jfv MFC after: 4 weeks |
||
|---|---|---|
| .. | ||
| eth_z8e.h | ||
| ethp_z8e.h | ||
| if_mxge.c | ||
| if_mxge_var.h | ||
| mcp_gen_header.h | ||
| mxge_eth_z8e.c | ||
| mxge_ethp_z8e.c | ||
| mxge_lro.c | ||
| mxge_mcp.h | ||
| mxge_rss_eth_z8e.c | ||
| mxge_rss_ethp_z8e.c | ||
| rss_eth_z8e.h | ||
| rss_ethp_z8e.h | ||