1. 18 Apr, 2013 5 commits
  2. 17 Apr, 2013 15 commits
  3. 16 Apr, 2013 17 commits
  4. 15 Apr, 2013 3 commits
    • Pravin B Shelar's avatar
      openvswitch: Use generic struct pcpu_tstats. · e0f0ecf3
      Pravin B Shelar authored
      Rather than defining ovs specific stats struct (vport_percpu_stats),
      we can use existing pcpu_tstats to achieve exactly same functionality.
      Signed-off-by: default avatarPravin B Shelar <pshelar@nicira.com>
      Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
      e0f0ecf3
    • Pravin B Shelar's avatar
      openvswitch: Simplify datapath locking. · 8e4e1713
      Pravin B Shelar authored
      Currently OVS uses combination of genl and rtnl lock to protect
      datapath state.  This was done due to networking stack locking.
      But this has complicated locking and there are few lock ordering
      issues with new tunneling protocols.
      Following patch simplifies locking by introducing new ovs mutex
      and now this lock is used to protect entire ovs state.
      Signed-off-by: default avatarPravin B Shelar <pshelar@nicira.com>
      Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
      8e4e1713
    • David S. Miller's avatar
      Merge branch 'sync_multiple' · 61f47132
      David S. Miller authored
      Vlad Yasevich says:
      
      ====================
      Current dev_[uc|mc]_addr_sync() API currently correctly syncs the
      addresses to the first device.  Any subsequent calls to sync will
      not do anything since the synched variable will be set.  This
      variable is used as an optimization to skip over addresses that have
      been synched.
      
      There are some devices (ex: team) that attempt to do the above.  There
      is other work in progress that needs to above to work corretly.
      
      The short series introduces dev_[uc|mc]_addr_synch_multiple() that
      allows multiple calls to sync to multiple different devices.  Original
      API is left alone and still has the limitation.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      61f47132