Re: [ovs-dev] OpenvSwitch for Ubuntu 14.04 LTS

2013-11-09 Thread Vina Ermagan (vermagan)
Hi Jesse, We have started working on implementing LISP support in Linux kernel, following the VXLAN and GRE model. However that process will take a little while. On the other hand, Lori submitted a patch for generic L3 tunneling in OVS (about a month ago), which is still pending review. That patch

Re: [ovs-dev] [PATCH v2] ofproto: Make sscanf use oversized destination to work with windows.

2013-11-09 Thread Ben Pfaff
On Thu, Nov 07, 2013 at 01:36:42PM -0800, Saurabh Shah wrote: > Microsoft compiler doesn't support C99 fully. In particular it doesn't > implement 'hh' length prefix- > http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx. > > Signed-off-by: Saurabh Shah I know that this is the approach that I

[ovs-dev] [PATCH 2/4] bitmap: New macro BITMAP_N_LONGS for use in constant expressions.

2013-11-09 Thread Ben Pfaff
An upcoming commit will declare a bitmap on the stack, rather than heap allocating it, which means that it is not possible to use a function call in the declaration. Signed-off-by: Ben Pfaff --- lib/bitmap.h |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/bitmap.

[ovs-dev] [PATCH 3/4] util: New function ovs_scan().

2013-11-09 Thread Ben Pfaff
This new function is essentially an implementation of sscanf() with slightly different behavior (see the comment) that is more convenient for Open vSwitch internal use. Also, this implementation ought to work out of the box on Windows, which has a defective sscanf() that lacks the 'hh' modifier re

[ovs-dev] [PATCH 1/4] meta-flow: Fix typo in error message.

2013-11-09 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/meta-flow.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/meta-flow.c b/lib/meta-flow.c index 9f39c18..a2580ba 100644 --- a/lib/meta-flow.c +++ b/lib/meta-flow.c @@ -2594,7 +2594,7 @@ mf_from_tun_flags_string(const char *s, ovs_be16 *v

[ovs-dev] [PATCH 0/4] replace sscanf() by our own implementation

2013-11-09 Thread Ben Pfaff
The Windows implementation of sscanf() is defective: it does not support the 'hh' modifier. There is an effort on to port OVS to Hyper-V, so this is a problem. This series adds an implementation of sscanf() to the tree, under the name ovs_scan(), which allows for some improvements elsewhere as a

Re: [ovs-dev] [PATCH 2/2 net-next] openvswitch: Use skb_zerocopy() for upcall

2013-11-09 Thread Ben Hutchings
On Fri, 2013-11-08 at 10:15 +0100, Thomas Graf wrote: > Use of skb_zerocopy() avoids the expensive call to memcpy() when > copying the packet data into the Netlink skb. Completes checksum > through skb_checksum_help() if needed. > > Netlink messaged must be properly padded and aligned to meet > sa

[ovs-dev] openvswitch 1.9.3+git20131029-1 MIGRATED to testing

2013-11-09 Thread Debian testing watch
FYI: The status of the openvswitch source package in Debian's testing distribution has changed. Previous version: 1.4.2+git20120612-9.1 Current version: 1.9.3+git20131029-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multipl