2¦²OEùÆRÐÇä<¬?Âê»ïV tÙê4ʳt(])1ù92>û¨ÈÀù®v£ðÜ% 1XA²¾ØõN3õÀB 4
^Á]AOæòÒ\b¾È>%°Ázþ`³
6¿èéÒÃoÓÅ´1UîuéOP¦C1FÖ¼x®|PVlzãhI)Qm©¥esÄ$7j%¹G0¯pÍ'^`²:~°>Á{ÍI
Cãá;¾ëF¹¥$Ê\Dý.rXÈÞR4ÂÛ¥WÇ[%F?³S³I.?[®
^öë°>û(Æ*¡×aÂ^8oÔ1÷b'ç-òí¤-³$ÃÌ/ãºUÊWÜðÉZH«µµWñè÷CIGç/`ÊÏÕÕÄþÀ:-X\
On Fri, Mar 13, 2015 at 09:16:29PM -0700, Linda Sun wrote:
> Define REPLACE_GETOPT to use our definition of getopt.
>
> Signed-off-by: Linda Sun
Presumably this fixes some visible bug. What is it?
Thanks,
Ben.
___
dev mailing list
dev@openvswitch.or
Define REPLACE_GETOPT to use our definition of getopt.
Signed-off-by: Linda Sun
---
include/windows/getopt.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/windows/getopt.h b/include/windows/getopt.h
index 9b526ff..e9e8bfb 100644
--- a/include/windows/getopt.h
+++ b/include/window
Hey Macho?
Are you one? Are you brave enough to protect your love in any situation? Will
you do anything in life for her? Are you ready to love a girl till death
separates you? Well, I am in search of some macho and gentleman like that.
I am Victoriya, a Russian girl, and I am from a university
Hey Ben, Peter,
I did some hack to avoid setting the $COMP_WORDBREAKS (based on this
link
http://stackoverflow.com/questions/10528695/how-to-reset-comp-wordbreaks-without-effecting-other-completion-script
).
This patch breaks the unittest. Want to hear some feedback before fixing
the tests.
Tha
Modifying $COMP_WORDBREAKS in completion script is not the recommended
as it is a global variable and the modification could affect the behavior
of other completion scripts. As a workaround, this commit uses the
_get_comp_words_by_ref which allows user to exclude characters out of
$COMP_WORDBREAKS
Prior to this patch MPLS recirculation was not performed on a table
lookup following an MPLS_POP action. This patch refactors MPLS
recirculation triggering so that a table action can be re-done after
recirculation if that table action follows an MPLS_POP action.
Recirculation for a patch port tra
Signed-off-by: Jarno Rajahalme
---
ofproto/ofproto-dpif-xlate.c | 24 ++--
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
index 0e28c77..9dfe77d 100644
--- a/ofproto/ofproto-dpif-xlate.c
+++ b/ofprot
The fact that the peer bridge exits (for any reason) does not mean
that the original bridge should exit. Specifically, if the peer
bridge recirculates (which typically modifies the packet), the
original bridge must continue processing with the original, not the
recirculated packet!
Signed-off-by:
Prevent a peer bridge from seeing or modifying the action_set of the
first bridge.
Also execute the accumulated action set on the peer bridge, if any.
Found by inspection.
Signed-off-by: Jarno Rajahalme
---
ofproto/ofproto-dpif-xlate.c | 15 ++-
1 file changed, 14 insertions(+),
Prevent a peer patch port bridge from popping data off or pushing data
to the stack of the first bridge.
Found by inspection.
Signed-off-by: Jarno Rajahalme
---
ofproto/ofproto-dpif-xlate.c |5 +
1 file changed, 5 insertions(+)
diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofprot
This added test should fail. Next patch fixes OVS to pass this test.
Signed-off-by: Jarno Rajahalme
---
lib/nx-match.c|2 +-
tests/ofproto-dpif.at | 52 +
2 files changed, 53 insertions(+), 1 deletion(-)
diff --git a/lib/nx-match.c b
The dp_hash match should be printed whenever it is being matched. We
keep the old behavior for flow_format(), which is mostly used to
format PACKET_IN messages. This keeps those messages tidier and avoids
changing a lot of test cases.
Signed-off-by: Jarno Rajahalme
---
lib/flow.c|
I think that just deleting the "pad" member would fix the problem in
the short-term. I don't know whether it's the fix we want long-term,
since it wastes memory.
On Fri, Mar 13, 2015 at 09:47:59PM +, Nithin Raju wrote:
> Thanks Ben for reporting this. One of the Hyper-V developers will provid
Thanks for the additional information. I did some more experiments
with your example. I posted a v2 of my patch:
http://openvswitch.org/pipermail/dev/2015-March/052394.html
You'll need to implement the tc_load callback now since otherwise
you'll get a segfault when tc_query_qdisc() tries
Thanks Ben for reporting this. One of the Hyper-V developers will provide a
fix, if not for Jarno.
-- Nithin
> On Mar 13, 2015, at 1:57 PM, Ben Pfaff wrote:
>
> The appveyor build on Windows failed (see
> https://urldefense.proofpoint.com/v2/url?u=https-3A__ci.appveyor.com_project_blp_ovs_buil
Otherwise we can't detect classless qdiscs.
This has no useful effect for the currently supported qdiscs, which all
have classes, but it makes it possible to add support for new classless
qdiscs.
This suddenly makes netdev-linux complain about qdiscs it doesn't know
about (e.g. pfifo_fast), which
The appveyor build on Windows failed (see
https://ci.appveyor.com/project/blp/ovs/build/1.0.41):
c:\openvswitch\lib\ofp-actions.h(461) : error C2229: struct 'ofpact_nest'
has an illegal zero-sized array
c:\openvswitch\lib\ofp-actions.h(756) : error C2719: 'a': formal parameter
with __de
On Fri, Mar 13, 2015 at 03:27:01PM +0100, Thomas Graf wrote:
> On 03/04/15 at 05:33pm, Ben Pfaff wrote:
> > + If you want kernel datapath support for your new field, you also
> > + need to modify the kernel module under the datapath/ (the Linux
> > + datapath) or datapath-windows/ directory.
Trying to delete a hidden flow should return an "EPERM" error, but the
code here allowed it instead.
Reported-by: Vijaya Mohan Guvva
Signed-off-by: Ben Pfaff
---
This bug is not present on master, so this patch is for branch-2.3 only.
AUTHORS |1 +
ofproto/ofproto.c | 24 ++
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ben Pfaff
> Sent: Friday, March 13, 2015 4:02 PM
> To: lin
> Cc: dev@openvswitch.org
> Subject: Re: [ovs-dev] Some questions about DPDK+OVS
>
> On Fri, Mar 13, 2015 at 04:16:25PM +0800, lin wrote:
> > 1.DPD
On Tue, Mar 10, 2015 at 09:28:22PM -0700, Ansis Atteka wrote:
> On Tue, Mar 10, 2015 at 1:37 PM, Ben Pfaff wrote:
> > Otherwise the policing limits could make no sense if large rates were
> > specified.
> >
> > Reported-by: Zhangguanghui
> > Signed-off-by: Ben Pfaff
> > ---
> > AUTHORS
On Fri, Mar 13, 2015 at 10:23 AM, John McNamara wrote:
> This patch turns off the Wbad-function-cast warning locally in netdev-dpdk.c.
> This warning is output 50+ times during compilation with the --with-dpdk
> config option.
>
> The warning is generated by including DPDK's rte_common.h header fi
Tested and applied to master~
Thanks,
Alex Wang,
On Fri, Mar 13, 2015 at 10:36 AM, Ben Pfaff wrote:
> On Fri, Mar 13, 2015 at 10:34:09AM -0700, Alex Wang wrote:
> > The ovs-vsctl-bashcomp script does not work properly on bash (version
> > < 4.0). This commit adds test for the bash version and
On Fri, Mar 13, 2015 at 10:34:09AM -0700, Alex Wang wrote:
> The ovs-vsctl-bashcomp script does not work properly on bash (version
> < 4.0). This commit adds test for the bash version and avoids running
> the script/test when the bash version is not supported.
>
> Signed-off-by: Alex Wang
Acke
The ovs-vsctl-bashcomp script does not work properly on bash (version
< 4.0). This commit adds test for the bash version and avoids running
the script/test when the bash version is not supported.
Signed-off-by: Alex Wang
---
tests/completion.at |6 +++---
utilities/ovs-vsctl-
This patch turns off the Wbad-function-cast warning locally in netdev-dpdk.c.
This warning is output 50+ times during compilation with the --with-dpdk
config option.
The warning is generated by including DPDK's rte_common.h header file.
It is a valid warning but applies to a function that isn't us
On 03/13/15 at 08:55am, Ben Pfaff wrote:
> On Fri, Mar 13, 2015 at 03:21:06PM +0100, Thomas Graf wrote:
> >
> > Signed-off-by: Thomas Graf
>
> Thanks!
>
> Acked-by: Ben Pfaff
Thanks, pushed. Let's see if it helps.
___
dev mailing list
dev@openvswitc
On Fri, Mar 13, 2015 at 04:16:25PM +0800, lin wrote:
> 1.DPDK+OVS take advantage of OVS's user space bridge to do packet
> forwarding, are there any plans to support user space vxlan tunneling?
Already supported, please read README-native-tunneling.md.
> 2.Are there any plans to merge user space
On Fri, Mar 13, 2015 at 03:20:18PM +0100, Thomas Graf wrote:
> On 03/05/15 at 08:11am, Ben Pfaff wrote:
> > [moving to ovs-dev, hope that's OK]
> >
> > On Thu, Mar 05, 2015 at 03:52:42PM +, Gurucharan Shetty wrote:
> > > It looks like there have been no emails for a while.
> > > http://openvsw
On Fri, Mar 13, 2015 at 03:21:06PM +0100, Thomas Graf wrote:
>
> Signed-off-by: Thomas Graf
Thanks!
Acked-by: Ben Pfaff
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Hey Macho?
Are you one? Are you brave enough to protect your love in any situation? Will
you do anything in life for her? Are you ready to love a girl till death
separates you? Well, I am in search of some macho and gentleman like that.
I am Victoriya, a Russian girl, and I am from a university
On 03/04/15 at 05:33pm, Ben Pfaff wrote:
> + If you want kernel datapath support for your new field, you also
> + need to modify the kernel module under the datapath/ (the Linux
> + datapath) or datapath-windows/ directory. This isn't mandatory,
> + since fields understood only by userspac
On 03/05/15 at 08:11am, Ben Pfaff wrote:
> [moving to ovs-dev, hope that's OK]
>
> On Thu, Mar 05, 2015 at 03:52:42PM +, Gurucharan Shetty wrote:
> > It looks like there have been no emails for a while.
> > http://openvswitch.org/pipermail/build/
>
> Hmm, looking at travis, there are definite
Signed-off-by: Thomas Graf
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 1838bb2..ffb9744 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,4 +25,4 @@ script: ./.travis/build.sh $OPTS
notifications:
email:
recipients:
Blimey! I have never ever thought my penis may look like that!
If you want to make your wife happy every night, our premium medication is for
you!
hh 99% off only this weekend!
http://b1941.tabsbestusa.ru/catalog/4/ANTI-DEPRESSANT/index.html
___
Hi everybody,
I have some questions about DPDK+OVS:
1.DPDK+OVS take advantage of OVS's user space bridge to do packet
forwarding, are there any plans to support user space vxlan tunneling?
2.Are there any plans to merge user space vhost driver into OVS mainline?
Also, how about the offload featu
37 matches
Mail list logo