[ovs-git] Open vSwitch: datapath: Increase maximum number of datapath ports. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Feb 17 01:23:00 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  95b1d73a4a6944a44c028b771a339d2971d93071 (commit)
      from  fe0731b10011075ab40960e13eb2ae5f39771e90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 95b1d73a4a6944a44c028b771a339d2971d93071
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=95b1d73a4a6944a44c028b771a339d2971d93071
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Increase maximum number of datapath ports.
		
Use hash table to store ports of datapath. Allow 64K ports per switch.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>

Bug #2462


-----------------------------------------------------------------------

Summary of changes:
 datapath/actions.c     |    2 +-
 datapath/datapath.c    |  114 +++++++++++++++++++++++++++++++++---------------
 datapath/datapath.h    |   33 +++++++++++---
 datapath/dp_sysfs_dp.c |    4 +-
 datapath/dp_sysfs_if.c |    2 +-
 datapath/flow.c        |   11 ++---
 datapath/flow.h        |    3 +-
 datapath/vport.c       |    1 +
 datapath/vport.h       |    2 +
 lib/dpif-linux.c       |   84 +++++------------------------------
 10 files changed, 130 insertions(+), 126 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list