mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
Each Rx descriptor points to a packet buffer of size 2K, which means that MTUs greater than 2K see multi-descriptor packets. The TCP-hood of such packets was being incorrectly determined by looking for a flag on the last descriptor instead of the first descriptor. Also fixed and progressed the version number. Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D41754 |
||
|---|---|---|
| .. | ||
| gve.h | ||
| gve_adminq.c | ||
| gve_adminq.h | ||
| gve_desc.h | ||
| gve_main.c | ||
| gve_plat.h | ||
| gve_qpl.c | ||
| gve_register.h | ||
| gve_rx.c | ||
| gve_sysctl.c | ||
| gve_tx.c | ||
| gve_utils.c | ||