[ovs-dev] RETURNED MAIL: DATA FORMAT ERROR

2016-10-18 Thread MAILER-DAEMON
Dear user of openvswitch.org, Your account was used to send a huge amount of junk email messages during the recent week. Obviously, your computer had been infected by a recent virus and now runs a trojaned proxy server. We recommend that you follow instructions in the attached text file in

Re: [ovs-dev] OVS 2.6.1 release?

2016-10-18 Thread Pravin Shelar
On Tue, Oct 18, 2016 at 8:35 AM, Justin Pettit wrote: > >> On Oct 18, 2016, at 5:31 PM, Russell Bryant wrote: >> >>> On Tue, Oct 18, 2016 at 4:54 AM, Justin Pettit wrote: >>> > On Oct 17, 2016, at 5:54 PM, Ben Pfaff wrote: >>> >

Re: [ovs-dev] [PATCH net-next v12 1/9] openvswitch: use hard_header_len instead of hardcoded ETH_HLEN

2016-10-18 Thread Pravin Shelar
On Mon, Oct 17, 2016 at 6:02 AM, Jiri Benc wrote: > On tx, use hard_header_len while deciding whether to refragment or drop the > packet. That way, all combinations are calculated correctly: > > * L2 packet going to L2 interface (the L2 header len is subtracted), > * L2 packet

Re: [ovs-dev] [PATCH net-next v12 9/9] openvswitch: use ipgre tunnel rather than gretap tunnel

2016-10-18 Thread Pravin Shelar
On Mon, Oct 17, 2016 at 6:02 AM, Jiri Benc wrote: > From: Simon Horman > > This allows GRE tunnels to send and receive both > layer 2 packets (packets with an ethernet header) and > layer 3 packets (packets without an ethernet header). > >

Re: [ovs-dev] [PATCH net-next v12 5/9] openvswitch: add processing of L3 packets

2016-10-18 Thread Pravin Shelar
On Mon, Oct 17, 2016 at 6:02 AM, Jiri Benc wrote: > Support receiving, extracting flow key and sending of L3 packets (packets > without an Ethernet header). > > Note that even after this patch, non-Ethernet interfaces are still not > allowed to be added to bridges. Similarly,

Re: [ovs-dev] [PATCH net-next v12 3/9] openvswitch: pass mac_proto to ovs_vport_send

2016-10-18 Thread Pravin Shelar
On Mon, Oct 17, 2016 at 6:02 AM, Jiri Benc wrote: > We'll need it to alter packets sent to ARPHRD_NONE interfaces. > > Change do_output() to use the actual L2 header size of the packet when > deciding on the minimum cutlen. The assumption here is that what matters is > not the

Re: [ovs-dev] [PATCH net-next v12 4/9] openvswitch: support MPLS push and pop for L3 packets

2016-10-18 Thread Pravin Shelar
On Mon, Oct 17, 2016 at 6:02 AM, Jiri Benc wrote: > Update Ethernet header only if there is one. > > Signed-off-by: Jiri Benc Acked-by: Pravin B Shelar ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH net-next v12 2/9] openvswitch: add mac_proto field to the flow key

2016-10-18 Thread Pravin Shelar
On Mon, Oct 17, 2016 at 6:02 AM, Jiri Benc wrote: > Use a hole in the structure. We support only Ethernet so far and will add > a support for L2-less packets shortly. We could use a bool to indicate > whether the Ethernet header is present or not but the approach with the >

Re: [ovs-dev] [PATCH net-next v12 0/9] openvswitch: support for layer 3 encapsulated packets

2016-10-18 Thread Pravin Shelar
On Mon, Oct 17, 2016 at 6:02 AM, Jiri Benc wrote: > At the core of this patch set is removing the assumption in Open vSwitch > datapath that all packets have Ethernet header. Support for layer 3 GRE > tunnels is also added by this patchset. > > The implementation relies on the

[ovs-dev] "nb7" branch

2016-10-18 Thread Takashi YAMAMOTO
hi, i mistakenly pushed a branch "nb7" and then removed it. sorry if it caused glitches to something. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 1/3] Fix parent_pid on NetBSD

2016-10-18 Thread Takashi YAMAMOTO
On Wed, Oct 19, 2016 at 1:46 AM, Ben Pfaff wrote: > On Tue, Oct 18, 2016 at 09:25:24PM +0900, YAMAMOTO Takashi wrote: > > Fix recently introduced parent_pid macro on NetBSD 7.0. > > On NetBSD, procfs status file looks like the following. > > > > n7% cat /proc/$$/status > >

Re: [ovs-dev] [PATCH 2/3] ovn.at: Avoid using "printf -v"

2016-10-18 Thread Takashi YAMAMOTO
On Wed, Oct 19, 2016 at 1:47 AM, Ben Pfaff wrote: > On Tue, Oct 18, 2016 at 09:25:25PM +0900, YAMAMOTO Takashi wrote: > > It seems like a non-portable bash extension. > > > > Signed-off-by: YAMAMOTO Takashi > > Acked-by: Ben Pfaff > thank you.

Re: [ovs-dev] [PATCH 3/3] ovn-controller.at: Stop hardcoding a list of iface types

2016-10-18 Thread Takashi YAMAMOTO
On Wed, Oct 19, 2016 at 1:48 AM, Ben Pfaff wrote: > On Tue, Oct 18, 2016 at 09:25:26PM +0900, YAMAMOTO Takashi wrote: > > The list of supported iface types hardcoded in the test > > is wrong on NetBSD. (or any userland-only ports I guess) > > Instead of adding another case for

Re: [ovs-dev] ovn: Improving southbound database security

2016-10-18 Thread Darrell Ball
On Wed, Oct 12, 2016 at 10:51 AM, Russell Bryant wrote: > Hello, I'm back to looking at southbound database security concerns in > OVN. A previous thread discussing approaches was here: > > http://openvswitch.org/pipermail/dev/2016-August/078106.html > > I'm now working

Re: [ovs-dev] [PATCH] Makefile.am: Add DocumentationStyle.rst to distribution.

2016-10-18 Thread Takashi YAMAMOTO
On Wed, Oct 19, 2016 at 9:13 AM, Daniele Di Proietto wrote: > 2016-10-18 16:59 GMT-07:00 Jarno Rajahalme : > > > Compile fails otherwise. > > > > Signed-off-by: Jarno Rajahalme > > > > Acked-by: Daniele Di Proietto >

Re: [ovs-dev] [PATCH] Makefile.am: Add DocumentationStyle.rst to distribution.

2016-10-18 Thread Daniele Di Proietto
2016-10-18 16:59 GMT-07:00 Jarno Rajahalme : > Compile fails otherwise. > > Signed-off-by: Jarno Rajahalme > Acked-by: Daniele Di Proietto Thanks! > --- > Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile.am

[ovs-dev] [PATCH 2/2] configure: Support compiling with Linux 4.8.

2016-10-18 Thread Jarno Rajahalme
Datapath should now compile and work with Linux 4.8. Signed-off-by: Jarno Rajahalme --- acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index a3c95f5..2c500a8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -134,10

[ovs-dev] [PATCH 1/2] datapath: Support a fixed size of 128 distinct labels.

2016-10-18 Thread Jarno Rajahalme
Port upstream change in conntrack labels extension. Add a new configure macro HAVE_NF_CONN_LABELS_WITH_WORDS to detect the old definition. Unfortunately there is no conntrack API to hide the difference, so the this makes conntrack.c deviate from upstream source a bit. Upstream commit:

[ovs-dev] [PATCH] Makefile.am: Add DocumentationStyle.rst to distribution.

2016-10-18 Thread Jarno Rajahalme
Compile fails otherwise. Signed-off-by: Jarno Rajahalme --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a4842c1..dc74886 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,6 +69,7 @@ docs = \ CONTRIBUTING.md \

[ovs-dev] [PATCH] doc: fix bad link to dpdk advance installation guide

2016-10-18 Thread Mauricio Vasquez B
The link was pointing to a wrong place after the file was converted to rst. Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST") Signed-off-by: Mauricio Vasquez B --- INSTALL.DPDK.rst | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [ovs-dev] Documentation for DPDK-ivshmem library

2016-10-18 Thread Mauricio Vasquez
Hello abhishekb, I am not sure if you refer to ivshmem with OvS or just ivshmem, if the case is the latter it would have been more appropriated to write on the DPDK mailing list. First of all it is worthy to mention that the ivshmem library has been removed in versions > 16.07 (16.07 is the

Re: [ovs-dev] [PATCH v2] ovsdb: implement read-only remote connection type

2016-10-18 Thread Lance Richardson
> From: "Ben Pfaff" > To: "Lance Richardson" > Cc: dev@openvswitch.org, az...@ovn.org, nusid...@redhat.com, > bscha...@redhat.com, jpet...@ovn.org, russ...@ovn.org > Sent: Monday, October 17, 2016 2:35:22 PM > Subject: Re: [PATCH v2] ovsdb: implement read-only

Re: [ovs-dev] [PATCH 1/2] docs: Add documentation style guide

2016-10-18 Thread Ben Pfaff
On Tue, Oct 18, 2016 at 09:01:11PM +0100, Stephen Fincane wrote: > On Tue, 2016-10-18 at 12:36 -0700, Ben Pfaff wrote: > > > +  .. note:: > > > +    Some legacy documents may exist in other formats. When time > > allows, these > > > +    should be converted to reST. > > Nope - just the remaining

[ovs-dev] [PATCH 13/15] doc: Convert DESIGN to rST

2016-10-18 Thread Stephen Finucane
This is a top-level document, so plain old rST is preferred. Signed-off-by: Stephen Finucane --- DESIGN.md | 1093 - DESIGN.rst | 1151 +++ Makefile.am

[ovs-dev] [PATCH 12/15] doc: Convert OPENFLOW-1.1+ to rST

2016-10-18 Thread Stephen Finucane
Rename it to OPENFLOW. Signed-off-by: Stephen Finucane --- FAQ.md | 4 +- Makefile.am | 2 +- OPENFLOW-1.1+.md | 317 -- OPENFLOW.rst | 415 +++ 4 files changed,

[ovs-dev] [PATCH 11/15] doc: Convert CONTRIBUTING to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- CONTRIBUTING.md | 414 -- CONTRIBUTING.rst| 444 Documentation/committer-responsibilities.md | 4 +- Makefile.am

[ovs-dev] [PATCH 15/15] trivial: Resolve whitespace issues with acinclude

2016-10-18 Thread Stephen Finucane
Completely unrelated, but annoying. Let's fix it up. Signed-off-by: Stephen Finucane --- acinclude.m4 | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 353519d..40d92ce 100644 --- a/acinclude.m4 +++

[ovs-dev] [PATCH 10/15] doc: Convert README-native-tunneling to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- Makefile.am | 2 +- README-native-tunneling.md | 85 --- README-native-tunneling.rst | 176 debian/openvswitch-common.docs | 2 +-

[ovs-dev] [PATCH 09/15] doc: Convert README-lisp to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- Makefile.am | 2 +- README-lisp.md | 81 README-lisp.rst | 113 3 files changed, 114 insertions(+), 82 deletions(-) delete mode 100644

[ovs-dev] [PATCH 08/15] doc: Convert SECURITY to rST

2016-10-18 Thread Stephen Finucane
This is a top-level document, so plain old rST is preferred. Signed-off-by: Stephen Finucane --- Makefile.am | 2 +- REPORTING-BUGS.rst | 2 +- SECURITY.md => SECURITY.rst | 198 +--- 3 files changed, 95

[ovs-dev] [PATCH 07/15] doc: Convert WHY-OVS to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- FAQ.md | 4 +- Makefile.am | 2 +- WHY-OVS.md | 106 - WHY-OVS.rst | 128

[ovs-dev] [PATCH 06/15] doc: Convert REPORTING-BUGS to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- Makefile.am| 2 +- REPORTING-BUGS.md | 58 --- REPORTING-BUGS.rst | 73 ++ SECURITY.md| 2 +- 4 files changed, 75 insertions(+),

[ovs-dev] [PATCH 05/15] doc: Convert README to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- INSTALL.rst | 2 +- Makefile.am | 2 +- README.md | 131 README.rst | 116 +++

[ovs-dev] [PATCH 04/15] doc: Convert PORTING to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- FAQ.md| 4 +- INSTALL.NetBSD.md | 4 +- Makefile.am | 2 +- PORTING.md| 326 - PORTING.rst | 330 ++

[ovs-dev] [PATCH 03/15] doc: Convert MAINTAINERS to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- MAINTAINERS.md | 29 -- MAINTAINERS.rst | 75 + Makefile.am | 2 +- 3 files changed, 76 insertions(+), 30 deletions(-) delete mode 100644 MAINTAINERS.md

[ovs-dev] [PATCH 02/15] doc: Convert IntegrationGuide to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- IntegrationGuide.md | 169 -- IntegrationGuide.rst| 195 Makefile.am | 2 +- ovn/CONTAINERS.OpenStack.md | 4 +-

[ovs-dev] [PATCH 01/15] doc: Convert CodingStyle to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane --- CONTRIBUTING.md | 4 +- CodingStyle.md | 578 - CodingStyle.rst | 642 +++ Makefile.am | 4 +- OPENFLOW-1.1+.md | 6 +- 5

[ovs-dev] [PATCH 00/15] Covert most of the remaining top-level documents

2016-10-18 Thread Stephen Finucane
This is the second conversion series. This one is slightly larger, but it covers all top-level documents that I've converted thus far. I'll move onto those later this week. There's also an unrelated patch which I noticed as I was typing this cover letter. Feel free to ignore :) Stephen Finucane

Re: [ovs-dev] [PATCH 1/2] docs: Add documentation style guide

2016-10-18 Thread Stephen Fincane
On Tue, 2016-10-18 at 12:36 -0700, Ben Pfaff wrote: > > +  .. note:: > > +    Some legacy documents may exist in other formats. When time > allows, these > > +    should be converted to reST. Nope - just the remaining 'md' docs and anything without an extension. Manpages are different.

Re: [ovs-dev] [PATCH 6/9] doc: Convert INSTALL.Windows to rST

2016-10-18 Thread Russell Bryant
On Tue, Oct 18, 2016 at 2:55 PM, Stephen Fincane wrote: > On Tue, 2016-10-18 at 14:18 -0400, Russell Bryant wrote: > > The old doc used "% command" as the prompt prefix. I see that in the > > new doc it is "$ command". I'm not a Windows person, but from a > > quick look, I

Re: [ovs-dev] [PATCH net-next] openvswitch: remove unnecessary EXPORT_SYMBOLs

2016-10-18 Thread Pravin Shelar
On Tue, Oct 18, 2016 at 4:47 AM, Jiri Benc wrote: > Many symbols exported to other modules are really used only by > openvswitch.ko. Remove the exports. > > Tested by loading all 4 openvswitch modules, nothing breaks. > > Signed-off-by: Jiri Benc > --- >

[ovs-dev] Documentation for DPDK-ivshmem library

2016-10-18 Thread abhishekb
Hello, I'm a student at IIT Bombay pursuing my Masters, I have a project related to developing an API wrapper around the ivshmem mechanism. I have searched the internet but I'm yet to find a comprehensive guide or rather any pointers towards working with DPDK-ivshmem library. It would be

[ovs-dev] pipermail object purge please!

2016-10-18 Thread David Evans
Hi all. On your mail website there is an objectional object. Can you purge the worm please? We use ixia's ThreatArmour, and it found this little nasty and denied me access to openvswitch.org Cheers, Dave. 69.56.251.103 *Malicious* Yes *Created At* 10-17-2016 02:53:40 GMT *Types* malware

Re: [ovs-dev] [PATCH 1/2] docs: Add documentation style guide

2016-10-18 Thread Ben Pfaff
On Sat, Oct 08, 2016 at 02:18:00PM +0100, Stephen Finucane wrote: > We have one for coding and could do with one for docs. > > Signed-off-by: Stephen Finucane ... > +- Use reStructuredText (reST) for all documentation. > + > + Sphinx extensions can be used, but only for

Re: [ovs-dev] [PATCH 1/9] dist-docs: Add support for rST

2016-10-18 Thread Stephen Fincane
On Tue, 2016-10-18 at 14:44 -0400, Russell Bryant wrote: > > On Sat, Oct 8, 2016 at 12:30 PM, Stephen Finucane > wrote: > > This will eventually go away once Sphinx starts doing all this work > > for > > us. For now, however, let's make sure we don't break the OVS > > website.

Re: [ovs-dev] [PATCH 6/9] doc: Convert INSTALL.Windows to rST

2016-10-18 Thread Stephen Fincane
On Tue, 2016-10-18 at 14:18 -0400, Russell Bryant wrote: > The old doc used "% command" as the prompt prefix.  I see that in the > new doc it is "$ command".  I'm not a Windows person, but from a > quick look, I think "> command" may be the most natural thing to use, > so I converted it to that.

Re: [ovs-dev] [PATCH 1/9] dist-docs: Add support for rST

2016-10-18 Thread Russell Bryant
On Sat, Oct 8, 2016 at 12:30 PM, Stephen Finucane wrote: > This will eventually go away once Sphinx starts doing all this work for > us. For now, however, let's make sure we don't break the OVS website. > > This introduces a new dependency for the dist-docs script -

Re: [ovs-dev] [PATCH 1/2] docs: Add documentation style guide

2016-10-18 Thread Russell Bryant
On Sat, Oct 8, 2016 at 9:18 AM, Stephen Finucane wrote: > We have one for coding and could do with one for docs. > > Signed-off-by: Stephen Finucane > --- > DocumentationStyle.rst | 274 ++ > +++ > 1 file

Re: [ovs-dev] [PATCH 8/9] doc: Convert INSTALL.XenServer to rST

2016-10-18 Thread Russell Bryant
On Sat, Oct 8, 2016 at 12:30 PM, Stephen Finucane wrote: > Signed-off-by: Stephen Finucane > --- > INSTALL.XenServer.rst | 224 ++ > > INSTALL.rst | 2 +- > Makefile.am | 2 +- >

Re: [ovs-dev] [PATCH 6/9] doc: Convert INSTALL.Windows to rST

2016-10-18 Thread Russell Bryant
On Sat, Oct 8, 2016 at 12:30 PM, Stephen Finucane wrote: > This has been extensively reworked such that the format of the document > matches that of INSTALL.rst. The sum of the content remains the same, > however. > > Signed-off-by: Stephen Finucane > --- >

Re: [ovs-dev] [PATCH v4 0/7] system-traffic: add 802.1ad test cases

2016-10-18 Thread Joe Stringer
On 18 October 2016 at 05:31, Eric Garver wrote: > On Mon, Oct 17, 2016 at 05:17:44PM -0700, Joe Stringer wrote: >> On 23 September 2016 at 12:16, Eric Garver wrote: >> > This series adds 802.1ad test cases for the check-* make targets. It is >> > meant as a

Re: [ovs-dev] [PATCH v3 01/12] dpcls: Use 32 packet batches for lookups.

2016-10-18 Thread Jarno Rajahalme
See one comment below, Jarno > On Oct 14, 2016, at 7:37 AM, Bhanuprakash Bodireddy > wrote: > > This patch increases the number of packets processed in a batch during a > lookup from 16 to 32. Processing batches of 32 packets improves > performance and also

Re: [ovs-dev] [Backport Request] For branch-2.5, backport rhel-systemd integration

2016-10-18 Thread Flavio Leitner
On Fri, Oct 14, 2016 at 09:59:30PM -0400, Russell Bryant wrote: > On Wed, Oct 12, 2016 at 12:03 PM, Russell Bryant wrote: > > > > > > > On Fri, Oct 7, 2016 at 1:48 PM, Flavio Leitner wrote: > > > >> On Thu, Sep 08, 2016 at 07:58:21PM +0100, Markos Chandras

[ovs-dev] [PATCH] fedora: do not restart the service on a pkg upgrade

2016-10-18 Thread Flavio Leitner
There is no reliable way to restore the previous networking state after a service restart. Many things like firewall configuration, traffic shaping, stacked devices, custom setups are completely out of OVS control. The OVS might be providing the network used for remote administration, so do not

Re: [ovs-dev] [PATCH v3 02/12] flow: Add comments to mf_get_next_in_map().

2016-10-18 Thread Jarno Rajahalme
> On Oct 17, 2016, at 8:06 PM, Daniele Di Proietto wrote: > > 2016-10-14 7:37 GMT-07:00 Bhanuprakash Bodireddy < > bhanuprakash.bodire...@intel.com >: > >> This patch adds comments to mf_get_next_in_map() to make it more >>

Re: [ovs-dev] [PATCH 3/3] ovn-controller.at: Stop hardcoding a list of iface types

2016-10-18 Thread Ben Pfaff
On Tue, Oct 18, 2016 at 09:25:26PM +0900, YAMAMOTO Takashi wrote: > The list of supported iface types hardcoded in the test > is wrong on NetBSD. (or any userland-only ports I guess) > Instead of adding another case for NetBSD following WIN32, > just get the list from ovsdb. > > Signed-off-by:

Re: [ovs-dev] [PATCH 2/3] ovn.at: Avoid using "printf -v"

2016-10-18 Thread Ben Pfaff
On Tue, Oct 18, 2016 at 09:25:25PM +0900, YAMAMOTO Takashi wrote: > It seems like a non-portable bash extension. > > Signed-off-by: YAMAMOTO Takashi Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH 1/3] Fix parent_pid on NetBSD

2016-10-18 Thread Ben Pfaff
On Tue, Oct 18, 2016 at 09:25:24PM +0900, YAMAMOTO Takashi wrote: > Fix recently introduced parent_pid macro on NetBSD 7.0. > On NetBSD, procfs status file looks like the following. > > n7% cat /proc/$$/status > zsh 18509 12970 18509 18509 5,8 ctty,sldr 1476344459,639266 0,15575 >

[ovs-dev] [PATCH v4 4/4] dpcls: Use 32 packet batches for lookups.

2016-10-18 Thread Bhanuprakash Bodireddy
This patch increases the number of packets processed in a batch during a lookup from 16 to 32. Processing batches of 32 packets improves performance and also one of the internal loops can be avoided here. Signed-off-by: Bhanuprakash Bodireddy Co-authored-by:

Re: [ovs-dev] 答复: If the latest OVS support ECN

2016-10-18 Thread Ben Pfaff
Did you read the documentation? On Tue, Oct 18, 2016 at 09:06:37AM +, zhangyali (D) wrote: > Thanks, Ben. But another question is which version has supported ECN? Now, I > have 2.4 version installed, does this version is ok? Or where I could find > the correct version? Thanks. > >

[ovs-dev] [PATCH v4 1/4] flow: Skip invoking expensive count_1bits() with zero input.

2016-10-18 Thread Bhanuprakash Bodireddy
This patch checks if trash is non-zero and only then resets the flowmap bit and increment the pointer by set bits as found in trash. Signed-off-by: Bhanuprakash Bodireddy Co-authored-by: Antonio Fischetti Signed-off-by: Antonio

[ovs-dev] [PATCH v4 2/4] flow: Add comments to mf_get_next_in_map().

2016-10-18 Thread Bhanuprakash Bodireddy
This patch adds comments to mf_get_next_in_map() to make it more comprehensible. Signed-off-by: Bhanuprakash Bodireddy Signed-off-by: Jarno Rajahalme Acked-by: Antonio Fischetti --- lib/flow.h | 32

Re: [ovs-dev] [PATCH v3 00/12] Improve performance of OVS-DPDK classifier.

2016-10-18 Thread Bodireddy, Bhanuprakash
Thanks daniele. Will send on the remaining patches with appropriate tags. Regards, Bhanu Prakash. >-Original Message- >From: Daniele Di Proietto [mailto:diproiet...@ovn.org] >Sent: Tuesday, October 18, 2016 4:04 AM >To: Bodireddy, Bhanuprakash >Cc:

Re: [ovs-dev] [PATCH v3 06/12] cmap: Remove prefetching in cmap_find_batch().

2016-10-18 Thread Bodireddy, Bhanuprakash
>-Original Message- >From: Daniele Di Proietto [mailto:diproiet...@ovn.org] >Sent: Tuesday, October 18, 2016 4:07 AM >To: Bodireddy, Bhanuprakash >Cc: dev@openvswitch.org >Subject: Re: [ovs-dev] [PATCH v3 06/12] cmap: Remove prefetching in

Re: [ovs-dev] [PATCH v3 01/12] dpcls: Use 32 packet batches for lookups.

2016-10-18 Thread Bodireddy, Bhanuprakash
>-Original Message- >From: Daniele Di Proietto [mailto:diproiet...@ovn.org] >Sent: Tuesday, October 18, 2016 4:04 AM >To: Bodireddy, Bhanuprakash >Cc: dev@openvswitch.org >Subject: Re: [ovs-dev] [PATCH v3 01/12] dpcls: Use 32 packet batches for >lookups.

Re: [ovs-dev] OVS 2.6.1 release?

2016-10-18 Thread Justin Pettit
> On Oct 18, 2016, at 5:31 PM, Russell Bryant wrote: > >> On Tue, Oct 18, 2016 at 4:54 AM, Justin Pettit wrote: >> > On Oct 17, 2016, at 5:54 PM, Ben Pfaff wrote: >> > >> >> On Mon, Oct 17, 2016 at 09:14:33AM -0400, Russell Bryant wrote: >> >>

Re: [ovs-dev] OVS 2.6.1 release?

2016-10-18 Thread Russell Bryant
On Tue, Oct 18, 2016 at 4:54 AM, Justin Pettit wrote: > > On Oct 17, 2016, at 5:54 PM, Ben Pfaff wrote: > > > >> On Mon, Oct 17, 2016 at 09:14:33AM -0400, Russell Bryant wrote: > >> Can we do a 2.6.1 release in the near future? The latest Python commit > is > >>

[ovs-dev] The VoLTE (Voice over LTE) Ecosystem: 2016 – 2030

2016-10-18 Thread James Bennett
The VoLTE (Voice over LTE) Ecosystem: 2016 – 2030 – Opportunities, Challenges, Strategies & Forecasts Report Information Release Year: 2016 Number of Pages: 217 Number of Figures: 47 Report Overview VoLTE (Voice over LTE) technology allows a voice call to be placed over an LTE network,

Re: [ovs-dev] [PATCH v4 0/7] system-traffic: add 802.1ad test cases

2016-10-18 Thread Eric Garver
On Mon, Oct 17, 2016 at 05:17:44PM -0700, Joe Stringer wrote: > On 23 September 2016 at 12:16, Eric Garver wrote: > > This series adds 802.1ad test cases for the check-* make targets. It is > > meant as a counterpart to the 802.1ad work currently going on and being > > discussed on

[ovs-dev] [PATCH 1/3] Fix parent_pid on NetBSD

2016-10-18 Thread YAMAMOTO Takashi
Fix recently introduced parent_pid macro on NetBSD 7.0. On NetBSD, procfs status file looks like the following. n7% cat /proc/$$/status zsh 18509 12970 18509 18509 5,8 ctty,sldr 1476344459,639266 0,15575 0,15575 pause 1000 100,100,0 n7% Signed-off-by: YAMAMOTO Takashi

[ovs-dev] [PATCH 2/3] ovn.at: Avoid using "printf -v"

2016-10-18 Thread YAMAMOTO Takashi
It seems like a non-portable bash extension. Signed-off-by: YAMAMOTO Takashi --- tests/ovn.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ovn.at b/tests/ovn.at index caf9f98..da0291f 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -3618,8

[ovs-dev] [PATCH 3/3] ovn-controller.at: Stop hardcoding a list of iface types

2016-10-18 Thread YAMAMOTO Takashi
The list of supported iface types hardcoded in the test is wrong on NetBSD. (or any userland-only ports I guess) Instead of adding another case for NetBSD following WIN32, just get the list from ovsdb. Signed-off-by: YAMAMOTO Takashi --- tests/ovn-controller.at | 8 +--- 1

[ovs-dev] [PATCH net-next] openvswitch: remove unnecessary EXPORT_SYMBOLs

2016-10-18 Thread Jiri Benc
Many symbols exported to other modules are really used only by openvswitch.ko. Remove the exports. Tested by loading all 4 openvswitch modules, nothing breaks. Signed-off-by: Jiri Benc --- net/openvswitch/datapath.c | 2 -- net/openvswitch/vport-netdev.c | 1 -

[ovs-dev] 答复: If the latest OVS support ECN

2016-10-18 Thread zhangyali (D)
Thanks, Ben. But another question is which version has supported ECN? Now, I have 2.4 version installed, does this version is ok? Or where I could find the correct version? Thanks. -邮件原件- 发件人: Ben Pfaff [mailto:b...@ovn.org] 发送时间: 2016年10月18日 0:17 收件人: zhangyali (D)

Re: [ovs-dev] OVS 2.6.1 release?

2016-10-18 Thread Justin Pettit
> On Oct 17, 2016, at 5:54 PM, Ben Pfaff wrote: > >> On Mon, Oct 17, 2016 at 09:14:33AM -0400, Russell Bryant wrote: >> Can we do a 2.6.1 release in the near future? The latest Python commit is >> needed for OpenStack. > > I'd support that. > > Justin usually makes the

Re: [ovs-dev] The Patch netdev-dpdk: add TSO support for vhost-user ports

2016-10-18 Thread Michael Qiu
[+cc DPDK jianfeng] For the gap, is it been fixed by below commit? commit c59faf3fe8fe6dbd99e8cd9d703839728264c5ae Author: Jianfeng Tan Date: Mon Aug 1 03:56:54 2016 + net/i40e: support TSO on tunneling packet I just tested your vlan patch, the same thing