Re: [ovs-dev] [ovs-dev, PATCHv3] ofproto-dpif-sflow: Add snaplen for sample action and sFlow.

2016-07-11 Thread William Tu
Hi Wenyu and Daniel, Thanks for your feedback. On Mon, Jul 11, 2016 at 1:50 AM, Wenyu Zhang wrote: > Hi William, > > In your patch, no codes about supporting “snaplen" in IPFIX included. IPFIX > still get the length of packet as before, whatever the packet is truncated. > If

[ovs-dev] Mail System Error - Returned Mail

2016-07-11 Thread Returned mail
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Request for subscribing this alias

2016-07-11 Thread Daniel Ye
Hi, Could you please help to put my email address in this alias? I have subscribed several times, but I didn't get any notifications. Thanks. Bests, Daniel Benli Ye ___ dev mailing list dev@openvswitch.org

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-11 Thread Lance Richardson
- Original Message - > From: "Ryan Moats" > To: "Lance Richardson" > Cc: dev@openvswitch.org, "Justin Pettit" > Sent: Monday, July 11, 2016 1:44:18 PM > Subject: Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl

[ovs-dev] GH Mould For Plastic Mould Manufacturer

2016-07-11 Thread Yoyo
Dear Dev, Wish you have a nice day! Gainhui Plastic Mould in china with professional mould design、mould manufacture and competitive price can be provided for you. (Plastic Mould, Plastic Injection Mould, Hot Runner System Plastic Mould, Blow Plastic Mould, Vacuum Forming Plastic Mould,

[ovs-dev] [PATCH v3 2/2] Windows: Use NETLINK_NETFILTER instead of NETLINK_GENERIC

2016-07-11 Thread Sairam Venugopal
Windows datapath lacked support for different Netlink Family protocols. Now that Windows supports different Netlink protocol, revert the change to override NETLINK_NETFILTER to use NETLINK_GENERIC. Signed-off-by: Sairam Venugopal --- lib/netlink-conntrack.c | 8

[ovs-dev] [PATCH v3 1/2] Windows: Add support for handling protocol (netlink family)

2016-07-11 Thread Sairam Venugopal
Windows datapath currently has no notion of netlink family. It assumes all netlink messages to belong to NETLINK_GENERIC family. This patch adds support for handling other protocols if the userspace sends it down to kernel. This patch introduces a new NETLINK_CMD - OVS_CTRL_CMD_SOCK_PROP to

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Joe Stringer
On 11 July 2016 at 12:37, Guru Shetty wrote: > On 11 July 2016 at 11:50, Andy Zhou wrote: > >> On Mon, Jul 11, 2016 at 11:44 AM, Guru Shetty wrote: >> >> > >> > >> > On 11 July 2016 at 11:41, Andy Zhou wrote: >> > >> >> >> >> >> >> On

Re: [ovs-dev] [PATCH v4] dpif-netdev: Remove PMD latency on seq_mutex

2016-07-11 Thread Flavio Leitner
On Fri, Jul 08, 2016 at 04:19:14PM -0700, Daniele Di Proietto wrote: > I applied this to master with the below incremental. > > We _usually_ use positive error numbers in int return value. > > I think there was an extra COVERAGE_INC(seq_change) > > Thanks for the patch! Your Changes are good,

Re: [ovs-dev] [PATCH] datapath: Fix ip tunnel compilation for newer kernel.

2016-07-11 Thread pravin shelar
On Mon, Jul 11, 2016 at 1:00 PM, Jesse Gross wrote: > On Mon, Jul 11, 2016 at 11:49 AM, Pravin B Shelar wrote: >> compat iptunnel_xmit is used in backported tunnel code. but >> it was only defined for kernel older than 3.18, This patch fixes >> it by compiling

Re: [ovs-dev] [PATCH] datapath: Fix ip tunnel compilation for newer kernel.

2016-07-11 Thread Jesse Gross
On Mon, Jul 11, 2016 at 11:49 AM, Pravin B Shelar wrote: > compat iptunnel_xmit is used in backported tunnel code. but > it was only defined for kernel older than 3.18, This patch fixes > it by compiling it for all kernel which needs to use backported > tunnel implementation. > >

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Guru Shetty
On 11 July 2016 at 11:50, Andy Zhou wrote: > On Mon, Jul 11, 2016 at 11:44 AM, Guru Shetty wrote: > > > > > > > On 11 July 2016 at 11:41, Andy Zhou wrote: > > > >> > >> > >> On Mon, Jul 11, 2016 at 11:28 AM, Guru Shetty wrote: > >> >

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Andy Zhou
On Mon, Jul 11, 2016 at 11:44 AM, Guru Shetty wrote: > > > On 11 July 2016 at 11:41, Andy Zhou wrote: > >> >> >> On Mon, Jul 11, 2016 at 11:28 AM, Guru Shetty wrote: >> >>> On 11 July 2016 at 10:29, Joe Stringer wrote: >>> >>> >

[ovs-dev] [PATCH] datapath: Fix ip tunnel compilation for newer kernel.

2016-07-11 Thread Pravin B Shelar
compat iptunnel_xmit is used in backported tunnel code. but it was only defined for kernel older than 3.18, This patch fixes it by compiling it for all kernel which needs to use backported tunnel implementation. Reported-by: Justin Pettit Reported-by: Joe Stringer

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Guru Shetty
On 11 July 2016 at 11:41, Andy Zhou wrote: > > > On Mon, Jul 11, 2016 at 11:28 AM, Guru Shetty wrote: > >> On 11 July 2016 at 10:29, Joe Stringer wrote: >> >> > NC_EOF_OPT should always be passed to netcat in system-traffic tests >> > when invoking

[ovs-dev] [PATCH v2] Windows: Add support for handling protocol (netlink family)

2016-07-11 Thread Sairam Venugopal
Windows datapath currently has no notion of netlink family. It assumes all netlink messages to belong to NETLINK_GENERIC family. This patch adds support for handling other protocols if the userspace sends it down to kernel. This patch introduces a new NETLINK_CMD - OVS_CTRL_CMD_SOCK_PROP to

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Guru Shetty
On 11 July 2016 at 10:29, Joe Stringer wrote: > NC_EOF_OPT should always be passed to netcat in system-traffic tests > when invoking netcat to send a single packet that does not expect a > response. While on typical fedora/RH based distributions the default > behaviour is to send

Re: [ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Andy Zhou
On Mon, Jul 11, 2016 at 10:29 AM, Joe Stringer wrote: > NC_EOF_OPT should always be passed to netcat in system-traffic tests > when invoking netcat to send a single packet that does not expect a > response. While on typical fedora/RH based distributions the default > behaviour is

Re: [ovs-dev] [PATCH] Windows: Add support for handling protocol (netlink family)

2016-07-11 Thread Sairam Venugopal
Thanks for the review. I will send out a V2 addressing the changes. On 7/8/16, 6:06 PM, "Nithin Raju" wrote: >Thanks for doing this. Looks good but for a few cosmetic comments. > >Also, remember to flip the protocol for nf sockets in userspace to >NETLINK_NETFILTER. IIRC, we

Re: [ovs-dev] [PATCH] datapath-windows: remove unused 'ovsUserTimestampDelta'

2016-07-11 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 7/8/16, 5:45 PM, "Nithin Raju" wrote: >Signed-off-by: Nithin Raju >--- > datapath-windows/ovsext/Flow.h | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/datapath-windows/ovsext/Flow.h

Re: [ovs-dev] [PATCH v4] ovn-northd: Add logical flows to support native DHCPv4

2016-07-11 Thread Ramu Ramamurthy
Tested-By: Ramu Ramamurthy against the corresponding (rebased) openstack patch: https://review.openstack.org/#/c/243174/ Hence, Acked-By: Ramu Ramamurthy On Sun, Jul 3, 2016 at 8:54 PM, Numan Siddique wrote: > OVN

Re: [ovs-dev] [PATCH v2] ovn-controller: eliminate stall in ofctrl state machine

2016-07-11 Thread Ryan Moats
Lance Richardson wrote on 07/09/2016 11:29:08 AM: > From: Lance Richardson > To: dev@openvswitch.org > Cc: Justin Pettit , Ryan Moats/Omaha/IBM@IBMUS > Date: 07/09/2016 11:29 AM > Subject: Re: [ovs-dev] [PATCH v2] ovn-controller:

Re: [ovs-dev] [PATCH v2] ovsdb: Expose vhost-user socket directory in ovsdb

2016-07-11 Thread Aaron Conole
"Mooney, Sean K" writes: > "Wojciechowicz, RobertX" writes: > >> Hi Ben, >> >> >>> -Original Message- >>> From: Ben Pfaff [mailto:blp at ovn.org] >>> Sent: Tuesday, July 5, 2016 5:07 PM >>> To: Wojciechowicz, RobertX >>> Cc: dev at openvswitch.org >>> Subject:

[ovs-dev] [PATCH] system-traffic: Use NC_EOF_OPT in truncate tests.

2016-07-11 Thread Joe Stringer
NC_EOF_OPT should always be passed to netcat in system-traffic tests when invoking netcat to send a single packet that does not expect a response. While on typical fedora/RH based distributions the default behaviour is to send the packet then return, there are multiple other implementations of

[ovs-dev] [patch_v5 0/2] ovn: Fix receive from vxlan in ovn-controller.

2016-07-11 Thread Darrell Ball
OVN only supports source_node replication and previously vtep interaction, which used service node replication by default for multicast/broadcast/unknown unicast traffic worked by happenstance.  Because of limited vxlan encapsulation metadata, received packets were resubmitted to find the egress

[ovs-dev] [patch_v5 1/2] ovn: Fix receive from vxlan in ovn-controller.

2016-07-11 Thread Darrell Ball
OVN only supports source_node replication and previously vtep interaction, which used service node replication by default for multicast/broadcast/unknown unicast traffic worked by happenstance. Because of limited vxlan encapsulation metadata, received packets were resubmitted to find the egress

[ovs-dev] [patch_v5 2/2] ovn: Reformat some ovn design documentation.

2016-07-11 Thread Darrell Ball
Some design micro-details (e.g.) register assignments) that may change over time were moved from the ovn-architecture.7.xml document to the OVN-DESIGN.md document. A table is added to summarize and quantify MFF logical metadata and register usage. The OVN-DESIGN.md file was tested using the

Re: [ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-11 Thread Darrell Ball
On Mon, Jul 11, 2016 at 8:14 AM, Lance Richardson wrote: > > > - Original Message - > > From: "Darrell Ball" > > To: dlu...@gmail.com, d...@openvswitch.com > > Sent: Monday, July 11, 2016 11:07:03 AM > > Subject: [ovs-dev] [patch_v8] ovn: Add local

[ovs-dev] [PATCH v3 3/3] dpif-netdev: XPS (Transmit Packet Steering) implementation.

2016-07-11 Thread Ilya Maximets
If CPU number in pmd-cpu-mask is not divisible by the number of queues and in a few more complex situations there may be unfair distribution of TX queue-ids between PMD threads. For example, if we have 2 ports with 4 queues and 6 CPUs in pmd-cpu-mask such distribution is possible:

[ovs-dev] [PATCH v3 0/3] XPS implementation (Second part of XPS patch-set).

2016-07-11 Thread Ilya Maximets
This is the second part of XPS patch-set which contains XPS itself. Implementation will use dp->ports structure by PMD threads. This requires replacing of port_mutex with rwlock. Also generic changes applied to fat-rwlock itself to add new functionality: Upgrading read-lock to write-lock and

Re: [ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-11 Thread Lance Richardson
- Original Message - > From: "Darrell Ball" > To: dlu...@gmail.com, d...@openvswitch.com > Sent: Monday, July 11, 2016 11:07:03 AM > Subject: [ovs-dev] [patch_v8] ovn: Add local router support (RFC). > > This patch adds local router support. The idea is to do

[ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-11 Thread Darrell Ball
This patch adds local router support. The idea is to do openflow rule calculations and download for logical routers only on HVs where this is needed. The approach used is to do a flood fill, based local VIF presence and factoring in logical data path associations recursively. The algorithm

[ovs-dev] [patch_v8] ovn: Add local router support (RFC).

2016-07-11 Thread Darrell Ball
This patch adds local router support. The idea is to do openflow rule calculations and download for logical routers only on HVs where this is needed. The approach used is to do a flood fill, based local VIF presence and factoring in logical data path associations recursively. The algorithm

[ovs-dev] kedhlfpbf

2016-07-11 Thread The Post Office
The original message was received at Mon, 11 Jul 2016 20:47:58 +0800 from openvswitch.org [75.150.21.111] - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org

[ovs-dev] RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS

2016-07-11 Thread toralf . foerster
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] dev@openvswitch.org

2016-07-11 Thread Returned mail
Dear user dev@openvswitch.org, We have found that your account was used to send a large amount of unsolicited e-mail messages during this week. Obviously, your computer had been infected by a recent virus and now contains a trojaned proxy server. We recommend you to follow the instruction in

Re: [ovs-dev] [ovs-dev, PATCHv3] ofproto-dpif-sflow: Add snaplen for sample action and sFlow.

2016-07-11 Thread Wenyu Zhang
Hi William, In your patch, no codes about supporting “snaplen" in IPFIX included. IPFIX still get the length of packet as before, whatever the packet is truncated. If user put a non-zero ‘snaplen’ in IPFIX sample action, the IPFIX result should be incorrect. So the ‘snaplen’ in the flow-based

Re: [ovs-dev] [ovs-dev, PATCHv3] ofproto-dpif-sflow: Add snaplen for sample action and sFlow.

2016-07-11 Thread Daniel Ye
Hi William, OK, I got it. Thanks for Explanation. Maybe more detail should be put in the comments. For bridge IPFIX, we put 0 for 'snaplen' to not support packet truncation, for flow-based IPFIX, user can specify the 'snaplen' in IPFIX sample action. For IPFIX, we only use the original

[ovs-dev] [PATCH] [Patch v1] ovn-controller: ignore lflow matching remote VM port

2016-07-11 Thread Zong Kai LI
Currently, ovn-controller will install all lflows for a logical switch, when ovn-controller determines not to skip processing of that logical switch. This will install too many OVS flows. We have 11 tables for logical switch ingress pipeline, 8 tables for logical switch egress pipeline now, and

[ovs-dev] Returned mail: Data format error

2016-07-11 Thread The Post Office
Dear user of openvswitch.org, Your email account was used to send a huge amount of spam during the last week. Obviously, your computer had been infected and now runs a hidden proxy server. We recommend you to follow our instructions in order to keep your computer safe. Sincerely yours,