[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <adair80o42w.fsf@cisco.com>
Date: Tue, 31 Jul 2007 10:50:15 -0700
From: Roland Dreier <rdreier@...co.com>
To: Rick Jones <rick.jones2@...com>
Cc: Ben Greear <greearb@...delatech.com>,
David Miller <davem@...emloft.net>, hadi@...erus.ca,
kaber@...sh.net, netdev@...r.kernel.org, mcarlson@...adcom.com
Subject: Re: RFC: on [ab]use of skb->cb by VLAN code
> > Do we really need an 'unsigned int' for mac_len? Maybe we could use
> > a 16-bit counter here, and then use the other 16 bits for the VLAN bits?
>
> Not knowing exactly if/how it interacts with that specific field I
> will point-out that IPoIB in OFED 1.2 just took their MTU to 65520.
> While that doesn't break the bitbank it does get rather close.
Leaving aside OFED releases, the IPoIB connected mode code in the
standard kernel also allows the MTU to go up to 65520. And there's
nothing magic about that value -- we could easily do bigger packets.
However, this is irrelevant for two reasons: mac_len is the length of
the LL header, not the packet overall, *and* mac_len is already 16
bits as of commit 334a8132.
- R.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists