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

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 (2):
  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).

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

-- 
2.1.0

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

end of thread, other threads:[~2015-03-16 19:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16  6:30 [PATCH net-next v3 0/2] bridge FDB ageing time Siva Mannem
2015-03-16  6:30 ` [PATCH net-next v3 1/2] Configure bridge FDB ageing time using netlink Siva Mannem
2015-03-16  6:30 ` [PATCH net-next v3 2/2] newly configured FDB ageing time becomes effective immediately Siva Mannem
2015-03-16 19:58 ` [PATCH net-next v3 0/2] bridge FDB ageing time 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).