Re: [ovs-dev] [PATCH 0/1] RFC: Add support for pre-tunnel to the datapath

2012-12-11 Thread Kyle Mestery (kmestery)
On Dec 10, 2012, at 11:27 AM, Jesse Gross wrote: > On Sat, Dec 8, 2012 at 5:35 AM, Kyle Mestery (kmestery) > wrote: >> On Dec 7, 2012, at 10:15 PM, Jesse Gross wrote: >>> On Fri, Dec 7, 2012 at 1:47 PM, Kyle Mestery wrote: >>>> Some tunneling protocols require

Re: [ovs-dev] [PATCH] ovs-ctl: Exit, instead of resuming, after handling fatal signals.

2012-12-13 Thread Kyle Mestery (kmestery)
> executing the shell script. > > On tho other hand, "trap $cmd 0" does by itself what I wanted: it causes > the shell to execute $cmd and then exits due to the signal. So this commit > changes the offending traps to use this form. > > Bug

Re: [ovs-dev] [PATCH] datapath: Zero out key when looking up null ports.

2012-12-17 Thread Kyle Mestery (kmestery)
ts with keys) then this might > not be the case and the key can be set. > > Signed-off-by: Jesse Gross Acked-by: Kyle Mestery ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ovsdb-doc: Fix formatting at top of generated manpage.

2012-12-20 Thread Kyle Mestery (kmestery)
On Dec 20, 2012, at 12:16 PM, Ben Pfaff wrote: > This keeps the first paragraph of text from running into the title. > > Signed-off-by: Ben Pfaff Looks good. Acked-by: Kyle Mestery ___ dev mailing list dev@openvswitch.org http://openvs

Re: [ovs-dev] GRE TUNNEL

2012-04-02 Thread Kyle Mestery (kmestery)
On Apr 2, 2012, at 7:33 AM, nicolas prochazka wrote: > Hello, > since I'm using linux kernel 3.0.0 + openvswitch 1.4.0 in kernel module , > my Gre tunnel does not work, > > Apr 2 14:11:46 positronic27900 ovs-vsctl: 1|vsctl|INFO|Called as > ovs-vsctl -- add-port br0 GRE-10.98.98.25 tag=999

Re: [ovs-dev] GRE TUNNEL

2012-04-02 Thread Kyle Mestery (kmestery)
On Apr 2, 2012, at 7:41 AM, Kyle Mestery (kmestery) wrote: > On Apr 2, 2012, at 7:33 AM, nicolas prochazka wrote: >> Hello, >> since I'm using linux kernel 3.0.0 + openvswitch 1.4.0 in kernel module , >> my Gre tunnel does not work, >> >> Apr 2 14:11:46

Re: [ovs-dev] Initial VXLAN Support in OVS

2012-04-02 Thread Kyle Mestery (kmestery)
On Mar 30, 2012, at 8:55 PM, Jesse Gross wrote: > On Thu, Mar 29, 2012 at 1:12 PM, Kyle Mestery (kmestery) > wrote: >> This patch builds on top of the VXLAN patch sent by Ben to the OVS list >> from October 2011. It is not complete, but I'd like to get some initial >

Re: [ovs-dev] [PATCH] documentation: Add INSTALL.Libvirt file

2012-04-10 Thread Kyle Mestery (kmestery)
Ansis: Just some minor comments below, mostly grammatical, but one around recommend sudo for command usage. Looks great though, nice writeup! Thanks, Kyle On Apr 10, 2012, at 4:32 PM, Ansis Atteka wrote: > Add documentation on how to use OVS integration > with the upcoming Libvirt 0.9.11 relea

Re: [ovs-dev] [PATCH] documentation: Add INSTALL.Libvirt file

2012-04-11 Thread Kyle Mestery (kmestery)
On Apr 11, 2012, at 3:24 PM, Ansis Atteka wrote: > > > On Tue, Apr 10, 2012 at 2:42 PM, Kyle Mestery (kmestery) > wrote: > Ansis: > > Just some minor comments below, mostly grammatical, but one around recommend > sudo for command usage. Looks great though, nice writ

Re: [ovs-dev] Open vSwitch with VxLAN

2012-04-12 Thread Kyle Mestery (kmestery)
On Apr 12, 2012, at 3:31 AM, Nikhil wrote: > > Hello, > > I would like to setup Open vSwitch with VxLAN tunneling. Could you kindly let > me know how should I apply patches to open vSwitch. I downloaded mestery's > https://github.com/mestery/ovs-vxlan.git. Saw changes in datapath folder for >

Re: [ovs-dev] Open vSwitch with VxLAN

2012-04-12 Thread Kyle Mestery (kmestery)
e instructions in INSTALL.Linux and you should be good > to go. > > Thanks, > Kyle > >> Best Regards, >> Nikhil >> >> On Thu, Apr 12, 2012 at 6:51 PM, Kyle Mestery (kmestery) >> wrote: >> On Apr 12, 2012, at 3:31 AM, Nikhil wrote: >>

Re: [ovs-dev] [PATCHv2] documentation: Add INSTALL.Libvirt file

2012-04-16 Thread Kyle Mestery (kmestery)
Looks good to me. Thanks, Kyle On Apr 16, 2012, at 1:27 AM, Ansis Atteka wrote: > Add documentation on how to use OVS integration > with the upcoming Libvirt 0.9.11 release. > > Signed-off-by: Ansis Atteka > --- > INSTALL.Libvirt | 72 +++ >

Re: [ovs-dev] [PATCH] ovs-save: Add "dev" keyword before interface names in the ip commands

2012-04-16 Thread Kyle Mestery (kmestery)
This looks great, but a quick grep found the "ip link" command used in this script as well: xenserver/etc_xensource_scripts_vif Since that script is for xenserver, I assume the same issue found below won't exist there? Thanks, Kyle On Apr 16, 2012, at 1:35 AM, Ansis Atteka wrote: > The "serv

Re: [ovs-dev] [RFC v4] Add TCP encap_rcv hook (repost)

2012-04-24 Thread Kyle Mestery (kmestery)
ce driver like GRE instead of the >>>>> openvswitch approach Simon is using. >>>> >>>> Ahh, yes, that I agree with. Independent of this, there's work being >>>> done to make it so that OVS can use the normal in-tree tunneling code >>>>

Re: [ovs-dev] [RFC v4] Add TCP encap_rcv hook (repost)

2012-04-24 Thread Kyle Mestery (kmestery)
On Apr 24, 2012, at 11:13 AM, Stephen Hemminger wrote: > On Tue, 24 Apr 2012 16:02:41 + > "Kyle Mestery (kmestery)" wrote: > >> On Apr 23, 2012, at 9:25 PM, Simon Horman wrote: >>> On Mon, Apr 23, 2012 at 03:59:24PM -0700, Jesse Gross wrote: >>>>

Re: [ovs-dev] [PATCH] vswitch.xml: Document Interface external-ids:iface-status.

2012-04-24 Thread Kyle Mestery (kmestery)
On Apr 24, 2012, at 12:08 PM, Ben Pfaff wrote: > This has been implemented for a long time but we forgot to document it. > > Signed-off-by: Ben Pfaff Looks good to me, nice explanation Ben! Kyle ___ dev mailing list dev@openvswitch.org http://openvsw

Re: [ovs-dev] [PATCH] vswitchd: Report actual port number, not -1, in "added interface" message.

2012-04-24 Thread Kyle Mestery (kmestery)
On Apr 24, 2012, at 12:44 PM, Ben Pfaff wrote: > CC: Ethan Jackson > Signed-off-by: Ben Pfaff > --- > vswitchd/bridge.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c > index 077d9ee..833973a 100644 > --- a/vswitchd/bridge.c >

Re: [ovs-dev] [RFC v4] Add TCP encap_rcv hook (repost)

2012-04-25 Thread Kyle Mestery (kmestery)
On Apr 25, 2012, at 3:39 AM, Simon Horman wrote: > On Tue, Apr 24, 2012 at 04:02:41PM +0000, Kyle Mestery (kmestery) wrote: >> On Apr 23, 2012, at 9:25 PM, Simon Horman wrote: >>> On Mon, Apr 23, 2012 at 03:59:24PM -0700, Jesse Gross wrote: >>>> On Mon, Apr 23, 2012 a

Re: [ovs-dev] [RFC v4] Add TCP encap_rcv hook (repost)

2012-04-26 Thread Kyle Mestery (kmestery)
On Apr 26, 2012, at 11:13 AM, Jesse Gross wrote: > On Thu, Apr 26, 2012 at 12:13 AM, Simon Horman wrote: >> On Wed, Apr 25, 2012 at 10:17:25AM -0700, Jesse Gross wrote: >>> On Wed, Apr 25, 2012 at 1:39 AM, Simon Horman wrote: Hi Kyle, the component that is of most interest

Re: [ovs-dev] [PATCH] [RFC] datapath: tunnelling: Replace tun_id with tun_key

2012-05-02 Thread Kyle Mestery (kmestery)
gt; + __be32 ipv6_src[4]; >>>> + __be32 ipv6_dst[4]; >>>> + __be32 ipv6_label; /* 20-bits in least-significant bits. */ >>>> + __u8 ipv6_tclass; >>>> + __u8 ipv6_hlimit; >>>> + __u8 tun_prot

Re: [ovs-dev] [PATCH] datapath: Support for kernel 3.4

2012-06-20 Thread Kyle Mestery (kmestery)
I just hit this building for the latest Fedora 17 kernel yesterday, was going to send a patch, you guys beat me to it. :) Thanks, Kyle On Jun 19, 2012, at 8:05 PM, Pravin Shelar wrote: > Thanks, > Pushed to master. > > On Tue, Jun 19, 2012 at 6:01 PM, Jesse Gross wrote: >> On Tue, Jun 19, 201

Re: [ovs-dev] [PATCH] ofp-print: Print the type of truncated messages, when available.

2012-07-20 Thread Kyle Mestery (kmestery)
On Jul 20, 2012, at 1:52 PM, Ben Pfaff wrote: > On Wed, May 23, 2012 at 09:34:07AM -0700, Ben Pfaff wrote: >> The function ofputil_decode_msg_type_partial() can figure out the type of >> a truncated OpenFlow message, if the message is long enough that its type >> can be determined, so we should pri

<    1   2   3   4   5