[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTin-kzwXAodLibFAGNcurPRFBUCHgQR8P6rxiJGh@mail.gmail.com>
Date: Mon, 21 Mar 2011 19:21:39 -0700
From: Jesse Gross <jesse@...ira.com>
To: Sathya.Perla@...lex.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6 2/6] be2net: fix to not drop unfiltered vlan pkts
On Sun, Mar 20, 2011 at 10:41 PM, <Sathya.Perla@...lex.com> wrote:
> Hi, can you pls clarify what you mean by the "new vlan model" below...
The interface that drivers use to pass vlan information to the
networking core has changed starting in 2.6.37, although the old
methods still exist for compatibility until all drivers have been
switched over. The idea is that drivers should no longer need any
knowledge of the vlan group and should instead simply pass along
whatever tagging information was received. With this patch you are
implicitly relying on the changes because you are giving a NULL vlan
group in some situations, which now works because the compatibility
functions ignore it.
An example of a driver conversion is in 7a8fc77b3744e26ce1249d9ccb23e356d6010679
--
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