[ovs-dev] UBS Benachrichtigung - Ihre Internet-Banking gesperrt‏‏

2013-01-29 Thread UBS AG
Sehr geehrter Kunde, Kürzlich zeigen unsere Aufzeichnungen, dass Ihr UBS-Konto möglich durch einen Dritten unbefugten Zutritt. Die Sicherheit Ihres Kontos ist unser wichtigstes Anliegen, deshalb haben wir beschlossen, den Zugang zu Ihrem Konto vorübergehend zu begrenzen. Für den vollen Zugang

Re: [ovs-dev] [PATCH] RFC: Pass more packet and flow key info to userspace.

2013-01-29 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Jan 24, 2013, at 19:41 , ext Jesse Gross wrote: > On Thu, Jan 24, 2013 at 7:34 AM, Jarno Rajahalme > wrote: >> >> On Jan 23, 2013, at 19:30 , ext Jesse Gross wrote: >> >>> On Tue, Jan 22, 2013 at 9:48 PM, Jarno Rajahalme >>> wrote: Add OVS_PACKET_ATTR_KEY_INFO to relieve userspace fro

Re: [ovs-dev] [tunnel 00/11] Flow based tunneling.

2013-01-29 Thread Ed Maste
On 29 January 2013 00:12, Ben Pfaff wrote: > It looks like Ethan was able to fix the problems--he posted a new > version of patch 11 that says it fixes FreeBSD test failures. I didn't receive the new version of patch 11 (maybe Gmail decided it was a duplicate), but I grabbed it from the archive a

Re: [ovs-dev] [tunnel 00/11] Flow based tunneling.

2013-01-29 Thread Ethan Jackson
> Is there a reason to put the netdev_vport_(tunnel_)register in > netdev-dummy.c for FreeBSD, instead of calling it always from > lib/netdev.c? Well, the BSD datapath (to my knowledge) doesn't support tunneling, so it doesn't make a lot of sense to register the provider as it couldn't possibly wo

Re: [ovs-dev] [PATCH 0/2] Add support for LISP into Open vSwitch

2013-01-29 Thread Jesse Gross
On Fri, Jan 25, 2013 at 2:13 PM, Kyle Mestery (kmestery) wrote: > On Jan 23, 2013, at 12:02 PM, Jesse Gross wrote: >> On Tue, Jan 22, 2013 at 10:36 AM, Kyle Mestery wrote: >>> The following two patches provide support for the LISP tunneling protocol >>> into >>> Open vSwitch. See the latest IET

Re: [ovs-dev] [PATCH 0/2] Add support for LISP into Open vSwitch

2013-01-29 Thread Kyle Mestery (kmestery)
On Jan 29, 2013, at 5:19 PM, Jesse Gross wrote: > On Fri, Jan 25, 2013 at 2:13 PM, Kyle Mestery (kmestery) > wrote: >> On Jan 23, 2013, at 12:02 PM, Jesse Gross wrote: >>> On Tue, Jan 22, 2013 at 10:36 AM, Kyle Mestery wrote: The following two patches provide support for the LISP tunneling

Re: [ovs-dev] [coverity 01/12] meta-flow: Avoid null pointer dereference in mf_format_frag_string().

2013-01-29 Thread Ethan Jackson
Acked-by: Ethan Jackson On Thu, Jan 24, 2013 at 2:44 PM, Ben Pfaff wrote: > The 'maskp' parameter to this function can be NULL, but the function > always dereferenced it. This commit fixes the problem. > > This commit also fixes the order in which the value and mask were adjusted > to correctly

Re: [ovs-dev] [PATCH 0/2] Add support for LISP into Open vSwitch

2013-01-29 Thread Jesse Gross
On Tue, Jan 29, 2013 at 3:27 PM, Kyle Mestery (kmestery) wrote: > On Jan 29, 2013, at 5:19 PM, Jesse Gross wrote: >> The other area that I'm somewhat concerned about is with upstreaming. >> Once we get OVS for GRE and VXLAN upstream (which Pravin is working on >> now), the delta between the out o

Re: [ovs-dev] [PATCH] RFC: Pass more packet and flow key info to userspace.

2013-01-29 Thread Jesse Gross
On Tue, Jan 29, 2013 at 7:10 AM, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > > On Jan 24, 2013, at 19:41 , ext Jesse Gross wrote: > >> On Thu, Jan 24, 2013 at 7:34 AM, Jarno Rajahalme >> wrote: >>> >>> On Jan 23, 2013, at 19:30 , ext Jesse Gross wrote: >>> On Tue, Jan 22, 2013 at 9:48 PM, Jar

Re: [ovs-dev] [PATCH 0/2] Add support for LISP into Open vSwitch

2013-01-29 Thread Kyle Mestery (kmestery)
On Jan 29, 2013, at 6:47 PM, Jesse Gross wrote: > On Tue, Jan 29, 2013 at 3:27 PM, Kyle Mestery (kmestery) > wrote: >> On Jan 29, 2013, at 5:19 PM, Jesse Gross wrote: >>> The other area that I'm somewhat concerned about is with upstreaming. >>> Once we get OVS for GRE and VXLAN upstream (which P