[ovs-git] Open vSwitch: ovs-vsctl: Do not accept any arguments to "del-manager" command. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Oct 22 16:45:43 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  0d2f19a957555dd34a371189c06d445442cc060e (commit)
       via  7d5735b3e4eaa63593f2e4836bbad6ccfba8af54 (commit)
       via  13e24889471cae9eb1bc25a2baf390687660513b (commit)
       via  356af50bc2a81305002feb94f04fd0dea9e9eb8f (commit)
      from  4206b80f6444ceef47ceb9e1a6b88a40eabacb1f (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 0d2f19a957555dd34a371189c06d445442cc060e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0d2f19a957555dd34a371189c06d445442cc060e
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vsctl: Do not accept any arguments to "del-manager" command.
		
It doesn't use them and never has.

Found when I accidentally typed this command with some arguments and it
worked, surprising me.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 7d5735b3e4eaa63593f2e4836bbad6ccfba8af54
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7d5735b3e4eaa63593f2e4836bbad6ccfba8af54
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Tunnel port without destination IP.
		
Following patch allow port create without any parameters. This is
required for compatibility with future flow based tunneling
where each type would have single vport with all parameter
wild carded. So that all packet for all ports are received on
the port and same port is used for sending all traffic for
that tunnel type.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Kyle Mestery <kmestery at cisco.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 13e24889471cae9eb1bc25a2baf390687660513b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=13e24889471cae9eb1bc25a2baf390687660513b
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Optimize flow key match for non tunnel flows.
		
Following patch adds start offset for sw_flow-key, so that we can
skip tunneling information in key for non-tunnel flows.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Kyle Mestery <kmestery at cisco.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 356af50bc2a81305002feb94f04fd0dea9e9eb8f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=356af50bc2a81305002feb94f04fd0dea9e9eb8f
Author: Kyle Mestery <kmestery at cisco.com>
		
datapath: Add support for tun_key to Open vSwitch datapath
		
This is a first pass at providing a tun_key which can be
used as the basis for flow-based tunnelling. The
tun_key includes and replaces the tun_id in both struct
ovs_skb_cb and struct sw_tun_key.

This patch allows all existing tun_id behaviour to still work. Existing
users of tun_id are redirected to tun_key->tun_id to retain compatibility.
However, when the userspace code is updated to make use of the new
tun_key, the old behaviour will be deprecated and removed.

NOTE: With these changes, the tunneling code no longer assumes input and
output keys are symmetric.  If they are not, PMTUD needs to be disabled
for tunneling to work.

Signed-off-by: Kyle Mestery <kmestery at cisco.com>
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Reviewed-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 NEWS                        |    3 +
 datapath/actions.c          |   40 +++++--
 datapath/datapath.c         |   18 ++--
 datapath/datapath.h         |    5 +-
 datapath/flow.c             |  142 ++++++++++++++++++++----
 datapath/flow.h             |   17 ++--
 datapath/tunnel.c           |  252 +++++++++++++++++++++++++++----------------
 datapath/tunnel.h           |   26 ++++--
 datapath/vport-capwap.c     |   95 +++++++++++++----
 datapath/vport-gre.c        |  131 +++++++++++++++++-----
 datapath/vport.c            |    2 +-
 include/linux/openvswitch.h |   18 +++-
 lib/dpif-netdev.c           |    1 +
 lib/odp-util.c              |   15 +++-
 lib/odp-util.h              |    3 +-
 utilities/ovs-vsctl.c       |    2 +-
 16 files changed, 562 insertions(+), 208 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list