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
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
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.
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
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
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
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
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