Netdev List
 help / color / mirror / Atom feed
From: roopa@cumulusnetworks.com
To: netdev@vger.kernel.org, shemminger@vyatta.com, vyasevic@redhat.com
Cc: Roopa Prabhu <roopa@cumulusnetworks.com>,
	Wilson Kok <wkok@cumulusnetworks.com>
Subject: [PATCH 0/6] bridge: suport for vlan range and vlan add/del notifications
Date: Mon, 29 Dec 2014 13:05:26 -0800	[thread overview]
Message-ID: <1419887132-7084-1-git-send-email-roopa@cumulusnetworks.com> (raw)

From: Roopa Prabhu <roopa@cumulusnetworks.com>

This series adds new netlink attribute to represent vlan range.
Enables bridge link notify msgs to send vlan information.

Will post corresponding iproute2 patches if these get accepted.

Signed-off-by: Wilson Kok <wkok@cumulusnetworks.com>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>

Roopa Prabhu (6):
  bridge: add support to parse multiple vlan info attributes in
    IFLA_AF_SPEC
  bridge: add new attribute IFLA_BRIDGE_VLAN_RANGE_INFO to represent
    vlan range
  bridge: modify IFLA_AF_SPEC parser to parse
    IFLA_BRIDGE_VLAN_RANGE_INFO
  rtnetlink: new filter RTEXT_FILTER_BRVLAN_COMPRESSED
  bridge: new function to pack vlans using both IFLA_BRIDGE_VLAN_INFO
    and IFLA_BRIDGE_VLAN_RANGE_INFO
  bridge: add vlan info to bridge setlink and dellink notification
    messages

 include/uapi/linux/if_bridge.h |    7 ++
 include/uapi/linux/rtnetlink.h |    1 +
 net/bridge/br_netlink.c        |  240 ++++++++++++++++++++++++++++++++--------
 net/core/rtnetlink.c           |    3 +-
 4 files changed, 204 insertions(+), 47 deletions(-)

-- 
1.7.10.4

                 reply	other threads:[~2014-12-29 21:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1419887132-7084-1-git-send-email-roopa@cumulusnetworks.com \
    --to=roopa@cumulusnetworks.com \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@vyatta.com \
    --cc=vyasevic@redhat.com \
    --cc=wkok@cumulusnetworks.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox