nfe support for jumbo frame

2011-01-24 Thread Huang, Yusheng
Hi all, We have ported nfe driver to our product and when we try to set mtu to 9000 on nfe interface, it does not work. No jumbo frame buffer were allocated. Looking at the code, we found the following: In nfe_ioctl: else { NFE_LOCK(sc); ifp-if_mtu =

Re: nfe support for jumbo frame

2011-01-24 Thread Pyun YongHyeon
On Mon, Jan 24, 2011 at 09:05:48AM -0800, Huang, Yusheng wrote: Hi all, We have ported nfe driver to our product and when we try to set mtu to 9000 on nfe interface, it does not work. No jumbo frame buffer were allocated. Looking at the code, we found the following: In nfe_ioctl: