mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 07:02:32 -04:00
TSO packets will signal segments TX completion in the separate CQ descriptors. Each CQ descriptor for HW TSO will point to the same SQ entry. Do not invoke nicvf_put_sq_desc() for secondary segments to avoid free_cnt corruption and eventually integer overflow that will result in the negative free_cnt value and hence impossibility of further transmission. Reviewed by: wma Obtained from: Semihalf Sponsored by: Cavium Differential Revision: https://reviews.freebsd.org/D5535 |
||
|---|---|---|
| .. | ||
| lmac_if.m | ||
| mrml_bridge.c | ||
| nic.h | ||
| nic_main.c | ||
| nic_reg.h | ||
| nicvf_main.c | ||
| nicvf_queues.c | ||
| nicvf_queues.h | ||
| q_struct.h | ||
| thunder_bgx.c | ||
| thunder_bgx.h | ||
| thunder_bgx_fdt.c | ||
| thunder_bgx_var.h | ||
| thunder_mdio.c | ||
| thunder_mdio_fdt.c | ||
| thunder_mdio_var.h | ||