I've recently received a ZedBoard and attempted to turn on jumbo frames through both ifconfig(ifconfig eth0 mtu 9000) and the ioctl(ioctl(fd, SIOCSIFMTU, &mtustruct)). Both gave me a response of an invalid argument.
Are jumbo frames supported on the ZedBoard, or do I need to recompile the kernel?
Thanks