mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05: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 (cherry picked from commit 5f62584a9adb7887bae33af617cfa4f43017abf8) |
||
|---|---|---|
| .. | ||
| 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 | ||