netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/3] bridge FDB ageing time.
@ 2015-03-16 23:02 Siva Mannem
  2015-03-16 23:02 ` [PATCH net-next v4 1/3] Configure bridge FDB ageing time using netlink Siva Mannem
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Siva Mannem @ 2015-03-16 23:02 UTC (permalink / raw)
  To: netdev; +Cc: davem, sfeldma, Siva Mannem

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-03-18 11:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 23:02 [PATCH net-next v4 0/3] bridge FDB ageing time Siva Mannem
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

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).