All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vlad Yasevich <vyasevic@redhat.com>
To: David Miller <davem@davemloft.net>, vyasevich@gmail.com
Cc: stephen@networkplumber.org, netdev@vger.kernel.org,
	bridge@lists.linux-foundation.org
Subject: Re: [Bridge] [PATCH v2 net 0/3] bridge: Add vlan filtering support for default pvid
Date: Tue, 30 Sep 2014 19:16:19 -0400	[thread overview]
Message-ID: <542B39C3.1070808@redhat.com> (raw)
In-Reply-To: <20140930.170718.1417042696038383945.davem@davemloft.net>

On 09/30/2014 05:07 PM, David Miller wrote:
> From: Vladislav Yasevich <vyasevich@gmail.com>
> Date: Tue, 30 Sep 2014 15:30:59 -0400
> 
>> Version 2 of the series to introduce the default pvid support to
>> vlan filtering in the bridge.  VLAN 1 (as recommended by 802.1q spec)
>> is used as default pvid on ports. 
>> The the user can over-ride this configuration by configuring their
>> own vlan information. 
>> The user can additionally change the default value throught the
>> sysfs interface (netlink comming shortly).
>> The user can turn off default pvid functionality by setting default
>> pvid to 0. 
>> This series changes the default behavior of the bridge when
>> vlan filtering is turned on.  Currently, ports without any vlan
>> filtering configured will not recevie any traffic at all.  This patch
>> changes the behavior of the above ports to receive only untagged traffic.
>>
>> Since v2:
>> - Add ability to turn off default_pvid settings.
>> - Drop the automiatic filtering support based on configured vlan devices (will
>>   be its own series)
> 
> Looks like a new feature to me, thus why is this being targetted at 'net'
> instead of 'net-next'?
> 

goof on my part.  This should be net-next.

-vlad

WARNING: multiple messages have this Message-ID (diff)
From: Vlad Yasevich <vyasevic@redhat.com>
To: David Miller <davem@davemloft.net>, vyasevich@gmail.com
Cc: stephen@networkplumber.org, netdev@vger.kernel.org,
	bridge@lists.linux-foundation.org
Subject: Re: [PATCH v2 net 0/3] bridge: Add vlan filtering support for default pvid
Date: Tue, 30 Sep 2014 19:16:19 -0400	[thread overview]
Message-ID: <542B39C3.1070808@redhat.com> (raw)
In-Reply-To: <20140930.170718.1417042696038383945.davem@davemloft.net>

On 09/30/2014 05:07 PM, David Miller wrote:
> From: Vladislav Yasevich <vyasevich@gmail.com>
> Date: Tue, 30 Sep 2014 15:30:59 -0400
> 
>> Version 2 of the series to introduce the default pvid support to
>> vlan filtering in the bridge.  VLAN 1 (as recommended by 802.1q spec)
>> is used as default pvid on ports. 
>> The the user can over-ride this configuration by configuring their
>> own vlan information. 
>> The user can additionally change the default value throught the
>> sysfs interface (netlink comming shortly).
>> The user can turn off default pvid functionality by setting default
>> pvid to 0. 
>> This series changes the default behavior of the bridge when
>> vlan filtering is turned on.  Currently, ports without any vlan
>> filtering configured will not recevie any traffic at all.  This patch
>> changes the behavior of the above ports to receive only untagged traffic.
>>
>> Since v2:
>> - Add ability to turn off default_pvid settings.
>> - Drop the automiatic filtering support based on configured vlan devices (will
>>   be its own series)
> 
> Looks like a new feature to me, thus why is this being targetted at 'net'
> instead of 'net-next'?
> 

goof on my part.  This should be net-next.

-vlad

  reply	other threads:[~2014-09-30 23:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 19:30 [Bridge] [PATCH v2 net 0/3] bridge: Add vlan filtering support for default pvid Vladislav Yasevich
2014-09-30 19:30 ` Vladislav Yasevich
2014-09-30 19:31 ` [Bridge] [PATCH v2 net 1/3] bridge: Add a default_pvid sysfs attribute Vladislav Yasevich
2014-09-30 19:31   ` Vladislav Yasevich
2014-10-01  6:45   ` [Bridge] " Toshiaki Makita
2014-10-01  6:45     ` Toshiaki Makita
2014-09-30 19:31 ` [Bridge] [PATCH v2 net 2/3] bridge: Simplify pvid checks Vladislav Yasevich
2014-09-30 19:31   ` Vladislav Yasevich
2014-10-01  6:50   ` [Bridge] " Toshiaki Makita
2014-10-01  6:50     ` Toshiaki Makita
2014-09-30 19:31 ` [Bridge] [PATCH v2 net 3/3] bridge: Add filtering support for default_pvid Vladislav Yasevich
2014-09-30 19:31   ` Vladislav Yasevich
2014-10-01  6:54   ` [Bridge] " Toshiaki Makita
2014-10-01  6:54     ` Toshiaki Makita
2014-09-30 21:07 ` [Bridge] [PATCH v2 net 0/3] bridge: Add vlan filtering support for default pvid David Miller
2014-09-30 21:07   ` David Miller
2014-09-30 23:16   ` Vlad Yasevich [this message]
2014-09-30 23:16     ` Vlad Yasevich
2014-10-02  1:53 ` [Bridge] " David Miller
2014-10-02  1:53   ` David Miller

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=542B39C3.1070808@redhat.com \
    --to=vyasevic@redhat.com \
    --cc=bridge@lists.linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    --cc=vyasevich@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.