netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Siva Mannem <siva.mannem.lnx@gmail.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, sfeldma@gmail.com,
	Siva Mannem <siva.mannem.lnx@gmail.com>
Subject: [PATCH net-next v4 0/3] bridge FDB ageing time.
Date: Tue, 17 Mar 2015 04:32:41 +0530	[thread overview]
Message-ID: <cover.1426509272.git.siva.mannem.lnx@gmail.com> (raw)

v4:
Changes based on review comments.
  - Validate all netlink attributes and return error if any of the    
    validation fails.
v3:
Changes based on review comments.
  - Ensure that the newly configured FDB ageing time becomes effective
    immediately and also make the behavior consistent when setting ageing_time
    using any of the existing mechanisms(sysfs, ioctl, netlink).
v2:
  - Added commit message.
  - Fix style problems reported by checkpatch.pl.

v1:
  - Configure bridge FDB ageing time using netlink.

Siva Mannem (3):
  Configure bridge FDB ageing time using netlink.
  
  Ensure that the newly configured FDB ageing time becomes effective
  immediately. It also makes the behavior consistent when the ageing_timer is
  set using any of the three existing mechanisms(sysfs, ioctl, netlink).
  
  Validate all netlink attributes and return error if any of the    
  validation fails.

 include/uapi/linux/if_link.h |  1 +
 net/bridge/br_device.c       | 17 ++++++++++++++
 net/bridge/br_ioctl.c        |  3 +--
 net/bridge/br_netlink.c      | 53 +++++++++++++++++++++++++++++++++++++++++---
 net/bridge/br_private.h      |  5 +++++
 net/bridge/br_sysfs_br.c     |  8 +------
 6 files changed, 75 insertions(+), 12 deletions(-)

-- 
2.1.0

             reply	other threads:[~2015-03-16 23:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16 23:02 Siva Mannem [this message]
2015-03-16 23:02 ` [PATCH net-next v4 1/3] Configure bridge FDB ageing time using netlink Siva Mannem
2015-03-16 23:02 ` [PATCH net-next v4 2/3] newly configured FDB ageing time becomes effective immediately Siva Mannem
2015-03-17 14:41   ` Sergei Shtylyov
2015-03-18 11:36     ` Siva Mannem
2015-03-16 23:02 ` [PATCH net-next v4 3/3] Validate all netlink attributes and return error if any of the validation fails Siva Mannem
2015-03-17  3:53   ` Scott Feldman
2015-03-17  4:24   ` David Miller
2015-03-17  4:59     ` Siva Mannem
2015-03-17  6:37       ` David Miller
2015-03-17  4:25   ` 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=cover.1426509272.git.siva.mannem.lnx@gmail.com \
    --to=siva.mannem.lnx@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=sfeldma@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 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).