Hello,
I've a HP N40L microserver running FreeBSD 9.0-RC2.
The nic is:
The documentation is saying that the maximum support jumbo frame is 9000 but I'm not able to set it:
Am I using a wrong value? How can I find the maximum value for mtu? And how to set it properly?
I've a HP N40L microserver running FreeBSD 9.0-RC2.
The nic is:
Code:
bge0: <HP NC107i PCIe Gigabit Server Adapter, ASIC rev. 0x5784100> mem 0xfe9f0000-0xfe9fffff irq 18 at device 0.0 on pci2
bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E
The documentation is saying that the maximum support jumbo frame is 9000 but I'm not able to set it:
Code:
host# ifconfig bge0 mtu 9000
ifconfig: ioctl (set mtu): Invalid argument
Am I using a wrong value? How can I find the maximum value for mtu? And how to set it properly?