Stuart Henderson [s...@spacehopper.org] wrote:
> Does anyone have an idea of what's needed for working jumbos on the
> RL_FLAG_JUMBOV2 variants of re(4) where they're currently disabled?
> These seem to account for most of the chips seen in hardware
> designs from the last couple of years (including APU and some others).
> 
>         if ((sc->rl_flags & RL_FLAG_JUMBOV2) == 0)
>                 ifp->if_hardmtu = sc->rl_max_mtu;
> 

I think the secrets are here :)

http://svnweb.freebsd.org/base/releng/10.1/sys/dev/re/if_re.c?revision=272461&view=markup

Reply via email to