From: David Miller <davem@davemloft.net>
To: kaber@trash.net
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH 0/6] net: vlan: add support for 802.1ad
Date: Fri, 19 Apr 2013 14:47:40 -0400 (EDT) [thread overview]
Message-ID: <20130419.144740.1231334347687908792.davem@davemloft.net> (raw)
In-Reply-To: <1366373072-19621-1-git-send-email-kaber@trash.net>
From: Patrick McHardy <kaber@trash.net>
Date: Fri, 19 Apr 2013 14:04:26 +0200
> The following patches add support for 802.1ad (provider tagging) to the
> VLAN driver. The patchset consists of the following parts:
>
> - renaming of the NET_F_HW_VLAN feature flags to indicate that they only
> operate on CTAGs
>
> - preparation for 802.1ad VLAN filtering offload by adding a proto argument
> to the rx_{add,kill}_vid net_device_ops callbacks
>
> - preparation of the VLAN code to support multiple protocols by making the
> protocol used for tagging a property of the VLAN device and converting
> the device lookup functions accordingly
>
> - second step of preparation of the VLAN code by making the packet tagging
> functions take a protocol argument
>
> - introducation of 802.1ad support in the VLAN code, consisting mainly of
> checking for ETH_P_8021AD in a couple of places and testing the netdevice
> offload feature checks to take the protocol into account
>
> - announcement of STAG offloading capabilities in a couple of drivers for
> virtual network devices
>
> The patchset is based on net-next.git and has been tested with single and
> double tagging with and without HW acceleration (for CTAGs).
>
> If there are no objections, please apply. Thanks!
Great work, all applied to net-next with some whitespace problems fixed.
Thanks!
next prev parent reply other threads:[~2013-04-19 18:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 12:04 [PATCH 0/6] net: vlan: add support for 802.1ad Patrick McHardy
2013-04-19 12:04 ` [PATCH 1/6] net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* Patrick McHardy
2013-04-19 20:07 ` Ben Hutchings
2013-04-19 20:10 ` David Miller
2013-04-19 12:04 ` [PATCH 2/6] net: vlan: prepare for 802.1ad VLAN filtering offload Patrick McHardy
2013-04-19 16:09 ` Allan, Bruce W
2013-04-19 16:42 ` Patrick McHardy
2013-04-19 12:04 ` [PATCH 3/6] net: vlan: prepare for 802.1ad support Patrick McHardy
2013-04-19 12:04 ` [PATCH 4/6] net: vlan: add protocol argument to packet tagging functions Patrick McHardy
2013-04-19 12:04 ` [PATCH 5/6] net: vlan: add 802.1ad support Patrick McHardy
2013-04-19 20:03 ` Ben Hutchings
2013-04-19 20:08 ` David Miller
2013-04-19 20:45 ` Patrick McHardy
2013-04-19 12:04 ` [PATCH 6/6] net: vlan: announce STAG offload capability in some drivers Patrick McHardy
2013-04-19 15:25 ` [PATCH 0/6] net: vlan: add support for 802.1ad Stephen Hemminger
2013-04-19 18:47 ` David Miller [this message]
2013-04-19 20:12 ` Ben Hutchings
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130419.144740.1231334347687908792.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=kaber@trash.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).