CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/11 10:22:55
Modified files:
share/man/man4/man4.octeon: ogx.4
sys/arch/octeon/dev: if_ogx.c ogxreg.h
Log message:
Enable jumbo frames in ogx(4)
ogx(4) already handles buffer chaining. Raise the MTU limit to enable
the use of jumbo frames.
Use the same maximum MTU as cnmac(4). The limit 12288 (0x3000) is
somewhat arbitrary. It could be even higher, but it is already
higher than what many other network devices are capable of.
