Re: [ovs-dev] [PATCH net-next V15 0/3] openvswitch: Add support for 802.1ad

2015-10-13 Thread Thomas F Herbert
On 10/13/15 3:58 AM, David Miller wrote: From: Thomas F Herbert Date: Sat, 10 Oct 2015 19:40:30 -0400 Thomas F Herbert (3): openvswitch: 802.1ad uapi changes. Check for vlan ethernet types for 8021.q or 802.1ad 802.1AD: Flow handling, actions, vlan parsing and netlink attributes I th

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-13 Thread Vasiliy Tolstov
2015-10-10 22:52 GMT+03:00 Han Zhou : > Not sure if there is a complete guide, but it would be very helpful to > use ovn neutron plugin as a reference: > http://git.openstack.org/openstack/networking-ovn.git > > The devstack plugin demonstrates how to setup OVN, including > centralized northd and d

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-13 Thread Vasiliy Tolstov
2015-10-13 3:57 GMT+03:00 Russell Bryant : > I wrote up this tutorial for exercising OVN features using the command > line tools. It may help give an idea of how you'd integrate with it > from another system. > > https://github.com/openvswitch/ovs/blob/master/tutorial/OVN-Tutorial.md This is nic

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-13 Thread Russell Bryant
On 10/13/2015 05:51 AM, Vasiliy Tolstov wrote: > 2015-10-13 3:57 GMT+03:00 Russell Bryant : >> I wrote up this tutorial for exercising OVN features using the command >> line tools. It may help give an idea of how you'd integrate with it >> from another system. >> >> https://github.com/openvswitch/

Re: [ovs-dev] [PATCH RFC] ofproto: RFC extended statistics patch

2015-10-13 Thread Weglicki, MichalX
Hello, I did read this chapter quite carefully, however I have some additional questions. Did you mean, that I should use experimenter property type to send extended statistics? Because it seems that best option would be to add for example e.g. OFPPSPT_ RFC2819 to ofp_port_stats_prop_type

[ovs-dev] [PATCH] bugfix of ovsdb-client connecting error when updating ca_crt.pem file many times

2015-10-13 Thread Liuyongqiang (A)
From 786c6d16ab18197a750f832e4eed1ccfa1183d04 Mon Sep 17 00:00:00 2001 From: YongQiangLiu Date: Tue, 13 Oct 2015 19:37:32 +0800 Subject: [PATCH] bugfix of ovsdb-client connecting error when updating ca_crt.pem file many times this patch fixed the bug of ovsdb-client connecting failed when user u

Re: [ovs-dev] Fwd: [Dpdk-ovs] dpdk ovs

2015-10-13 Thread Flavio Leitner
On Wed, Sep 30, 2015 at 06:03:11PM -0700, Gayathri wrote: > Hi All, > > I tried to install DPDK-OVS (2.0) on a virtual machine (initiated using > virt-manger). But dpdk interface creation fails with the following below > error [...] > During vswitchd initialization, PCI device mapping seem to ind

[ovs-dev] [PATCH] ovn-tutorial: Add more links.

2015-10-13 Thread Russell Bryant
Add links to several man pages. Also fix a minor typo. Note that openvswitch.org needs to be updated as it's missing the ovn-northd man page. Signed-off-by: Russell Bryant --- tutorial/OVN-Tutorial.md | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/

Re: [ovs-dev] [PATCH RFC] ofproto: RFC extended statistics patch

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 12:25:26PM +, Weglicki, MichalX wrote: > Did you mean, that I should use experimenter property type to send > extended statistics? Yes. > Because it seems that best option would be to add for example e.g. OFPPSPT_ > RFC2819 to ofp_port_stats_prop_type along with prope

Re: [ovs-dev] [PATCH v5] dpif-netdev: proper tx queue id

2015-10-13 Thread Daniele Di Proietto
Hi Ben, I apologize for the delay, I can definitely review this. Thanks, Daniele On 12/10/2015 19:09, "Ben Pfaff" wrote: >Daniele, are you the right person to review this? If not, do you know >who should review it? ___ dev mailing list dev@openvsw

Re: [ovs-dev] [PATCH v5] dpif-netdev: proper tx queue id

2015-10-13 Thread Daniele Di Proietto
Hi Ilya, Sorry for the delay, One question inline On 11/09/2015 12:38, "Ilya Maximets" wrote: >Currently tx_qid is equal to pmd->core_id. This leads to unexpected >behavior if pmd-cpu-mask different from '/(0*)(1|3|7)?(f*)/', >e.g. if core_ids are not sequential, or doesn't start from 0, or bo

Re: [ovs-dev] [PATCH v5] dpif-netdev: proper tx queue id

2015-10-13 Thread Ilya Maximets
On 13.10.2015 18:00, Daniele Di Proietto wrote: >> @@ -2620,9 +2733,20 @@ pmd_load_queues(struct dp_netdev_pmd_thread *pmd, >> poll_list[poll_cnt].rx = port->rxq[i]; >> poll_cnt++; >> } >> -index++; >> +

[ovs-dev] [PATCH] FAQ: Describe why OVS can't prepopulate the kernel flow table.

2015-10-13 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- FAQ.md | 26 ++ 1 file changed, 26 insertions(+) diff --git a/FAQ.md b/FAQ.md index 512bd2c..4c259bf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -564,6 +564,32 @@ A: Open vSwitch has two kinds of flows (see the previous question), so A: Open vSwit

Re: [ovs-dev] [PATCH] netdev_dpdk.c: Add QoS functionality.

2015-10-13 Thread Daniele Di Proietto
On 12/10/2015 18:02, "Stokes, Ian" wrote: >Hi Daniele, > >Thanks for providing feedback, answers inline. > >> -Original Message- >> From: Daniele Di Proietto [mailto:diproiet...@vmware.com] >> Sent: Friday, October 09, 2015 6:53 PM >> To: Stokes, Ian >> Cc: dev@openvswitch.org >> Subjec

[ovs-dev] [PATCH] FAQ: Describe why OVS can't prepopulate the kernel flow table.

2015-10-13 Thread Jesse Gross
On Tuesday, October 13, 2015, Ben Pfaff > wrote: > Signed-off-by: Ben Pfaff > --- > FAQ.md | 26 ++ > 1 file changed, 26 insertions(+) > Acked-by: Jesse Gross Thanks, this is definitely a good idea. ___ dev mailing list dev@o

Re: [ovs-dev] [PATCH] netdev_dpdk.c: Add QoS functionality.

2015-10-13 Thread Ben Pfaff
On Wed, Sep 30, 2015 at 01:45:15PM +0100, Ian Stokes wrote: > This patch provides the modifications required in netdev-dpdk.c and > vswitch.xml to allow for a DPDK user space QoS algorithm. > > This patch adds a QoS configuration structure for netdev-dpdk and > expected QoS operations 'dpdk_qos_op

Re: [ovs-dev] [PATCH] FAQ: Describe why OVS can't prepopulate the kernel flow table.

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 09:20:49AM -0700, Jesse Gross wrote: > On Tuesday, October 13, 2015, Ben Pfaff > wrote: > > > Signed-off-by: Ben Pfaff > > --- > > FAQ.md | 26 ++ > > 1 file changed, 26 insertions(+) > > > > Acked-by: Jesse Gross > > Thanks, this is definitely

Re: [ovs-dev] [PATCH] ovn-tutorial: Add more links.

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 09:44:53AM -0400, Russell Bryant wrote: > Add links to several man pages. Also fix a minor typo. > > Note that openvswitch.org needs to be updated as it's missing the > ovn-northd man page. > > Signed-off-by: Russell Bryant Thanks, applied to master. I'll fix up the we

[ovs-dev] DHCP responder in OVN

2015-10-13 Thread Babu Shanmugam
Hi, Me and Numan are working to bring up the DHCP responder in OVN. We explored towards setting up flow entries to respond to DHCP discover and DHCP request messages. We end up learning that Openflow does not have provision to do that. Looks like, the only way to do that is through packet-in. F

[ovs-dev] [PATCH] appveyor.yml: Remove from docs.

2015-10-13 Thread Ben Pfaff
It's not documentation. Signed-off-by: Ben Pfaff --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 14da875..966ba27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,6 @@ PYCOV_CLEAN_FILES = build-aux/check-structs,cover #

Re: [ovs-dev] DHCP responder in OVN

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 10:13:11PM +0530, Babu Shanmugam wrote: > Me and Numan are working to bring up the DHCP responder in OVN. We explored > towards setting up flow entries to respond to DHCP discover and DHCP request > messages. We end up learning that Openflow does not have provision to do > t

Re: [ovs-dev] [PATCH] appveyor.yml: Remove from docs.

2015-10-13 Thread Gurucharan Shetty
On Tue, Oct 13, 2015 at 9:44 AM, Ben Pfaff wrote: > It's not documentation. > > Signed-off-by: Ben Pfaff looks good. > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index 14da875..966ba27 100644 > --- a/Makefile.am > +++ b/

[ovs-dev] OpenSwitch Project

2015-10-13 Thread Zayats, Michael
Following the launch of the OpenSwitch project (www.openswitch.net), I would like to address the Open vSwitch community, explain how OpenSwitch leverages and aligns with OVS and start a discussion about a collaboration strategy. OpenSwitch, OPS for short, is built to operate physical switches in

Re: [ovs-dev] [PATCH] datapath-windows: Avoid double flow lookup in Tx tunnel function

2015-10-13 Thread Nithin Raju
Hi Sorin/Alin, Is this an optimization or a fix? Can you pls. add more details? We do two flow lookups for a reason - once for the inner packet from the VIF, and once more after encapsulation. There¹s nothing to avoid here. The only way to avoid the second lookup is by handing off the packet to

[ovs-dev] OpenSwitch Project

2015-10-13 Thread Zayats, Michael
Following the launch of the OpenSwitch project (www.openswitch.net), I would like to address the Open vSwitch community, explain how OpenSwitch leverages and aligns with OVS and start a discussion about a collaboration strategy. OpenSwitch, OPS for short, is built to operate physical switches in

Re: [ovs-dev] [PATCH net-next V15 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-13 Thread Thomas F Herbert
Pravin, Thanks for the review. On 10/13/15 7:47 AM, Pravin Shelar wrote: On Sat, Oct 10, 2015 at 4:40 PM, Thomas F Herbert wrote: Add support for 802.1ad including the ability to push and pop double tagged vlans. Add support for 802.1ad to netlink parsing and flow conversion. Uses double nest

Re: [ovs-dev] [PATCH net-next V15 3/3] 802.1AD: Flow handling, actions, vlan parsing and netlink attributes

2015-10-13 Thread Pravin Shelar
On Tue, Oct 13, 2015 at 10:39 AM, Thomas F Herbert wrote: > Pravin, > > Thanks for the review. > > > On 10/13/15 7:47 AM, Pravin Shelar wrote: >> >> On Sat, Oct 10, 2015 at 4:40 PM, Thomas F Herbert >> wrote: >>> >>> Add support for 802.1ad including the ability to push and pop double >>> tagged

Re: [ovs-dev] DHCP responder in OVN

2015-10-13 Thread Numan Siddique
On 10/13/2015 10:16 PM, Ben Pfaff wrote: On Tue, Oct 13, 2015 at 10:13:11PM +0530, Babu Shanmugam wrote: Me and Numan are working to bring up the DHCP responder in OVN. We explored towards setting up flow entries to respond to DHCP discover and DHCP request messages. We end up learning that Open

Re: [ovs-dev] Integrate ovs+dpdk to openstack

2015-10-13 Thread Flavio Leitner
On Sat, Sep 26, 2015 at 03:37:51PM +0800, Na Zhu wrote: > Dear Przemek, > > Sorry to bother you again, I really thanks all of your helps before, now i > have another problems, can you please tell me how to fix it? > > I follow the GSG to install openstack, I do all the steps. When i create an > i

Re: [ovs-dev] [PATCH] dpif-netdev: move header prefetch earlier into the receive function

2015-10-13 Thread Flavio Leitner
On Thu, Sep 17, 2015 at 09:29:45PM +0100, Zoltan Kiss wrote: > It's better to have it in the cache as soon as possible. On my test setup it > meant a 0.7 Mpps increase. > > Signed-off-by: Zoltan Kiss > > diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c > index 72e5653..3312cc0 100644 > --- a/l

Re: [ovs-dev] communicatin failed with combination of ovs and linux native bonding

2015-10-13 Thread Flavio Leitner
On Wed, Sep 23, 2015 at 01:58:37PM +0800, 渔舟 wrote: > > On 9/23/15 13:46, 渔舟 wrote: > > On 9/23/15 10:35, Jesse Gross wrote: > >> On Tue, Sep 22, 2015 at 7:28 PM, 渔舟 wrote: > >>> On 9/23/15 09:35, Jesse Gross wrote: > On Fri, Sep 18, 2015 at 7:30 PM, 渔舟 wrote: > > Hi, all > > Commun

Re: [ovs-dev] new crash with openvswitch-2.4 in ovsdb_datum_equals

2015-10-13 Thread Ben Pfaff
On Mon, Oct 05, 2015 at 10:52:38PM -, Richukov Kes wrote: > We upgrading to openvswitch-2.4 and ran ovs-vsctl set-controller command in a > script to point to a controller and soon noticed a crash in ovs- > vswitchd with below back trace. Can anyone please check if this has a fix in > newer r

Re: [ovs-dev] openvswitch-2.4 possible bug in hmap_remove

2015-10-13 Thread Ben Pfaff
On Mon, Oct 05, 2015 at 06:46:23PM -, Richurov Kes wrote: > We have a simulation script that periodically create and remove ports on OVS > nodes. We make sure that the vlan port has the right backing interface in > Linux when we add (ie. vconfig command is done before ovs-vsctl add-port). >

Re: [ovs-dev] intermittent crash during ovsdb updates with ovs-2.4

2015-10-13 Thread Ben Pfaff
On Mon, Sep 21, 2015 at 05:20:45PM -0700, Sabyasachi Sengupta wrote: > We are moving to the recently released ovs-2.4 and are seeing some random > crashes during ovsdb periodic updates into vswitchd. Some preliminary > analysis is below. The crash typically happens after we've successfully > brough

Re: [ovs-dev] [PATCH] appveyor.yml: Remove from docs.

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 10:01:27AM -0700, Gurucharan Shetty wrote: > On Tue, Oct 13, 2015 at 9:44 AM, Ben Pfaff wrote: > > It's not documentation. > > > > Signed-off-by: Ben Pfaff > looks good. Thanks, I applied this to master. ___ dev mailing list dev

Re: [ovs-dev] [RFC PATCH 0/7] IPv6 userspace tunnel support code

2015-10-13 Thread Pravin Shelar
On Tue, Sep 29, 2015 at 3:09 PM, Thadeu Lima de Souza Cascardo wrote: > This patchset introduces IPv6 support on some of the code used by userspace > tunneling, including routing tables, ARP (now also Neighbor Discovery) > spoofing > and tunnel ports. > > Most of it uses the strategy of storing I

Re: [ovs-dev] [PATCH v2] ofctl: This patch add support for setting the first egress table for egress processing.

2015-10-13 Thread Ben Pfaff
On Tue, Sep 15, 2015 at 11:40:50AM +0530, niti1...@gmail.com wrote: > From: Niti Rohilla > > "ovs-ofctl set-first-egress-table " can be used to set > first egress > table. > This patch enhances TABLE_FEATURES_REQUEST message to set the first egress > table and > TABLE_FEATURES_REPLY to identif

Re: [ovs-dev] [RFC PATCH] ovn: Add stateful ACL support.

2015-10-13 Thread Justin Pettit
> On Sep 5, 2015, at 6:33 PM, Ben Pfaff wrote: > > Thanks! This is pretty clean, and not very much code. > > Is adding support for FTP a big project or a small one? (What about > other ALGs?) It's a little messy. We need to make a conntrack call with the ALG type for that particular flow,

Re: [ovs-dev] [PATCHv4 00/11] Add support for connection tracking.

2015-10-13 Thread Joe Stringer
On 2 October 2015 at 14:16, Joe Stringer wrote: > This series adds support for sending packets through a connection tracker, > which allows OVS to perform stateful firewalling functions. The functionality > added in this series works in conjunction with the interface proposed in the > in the curre

Re: [ovs-dev] [PATCH 1/1] ovsdb-idl: Add additional support for change tracking.

2015-10-13 Thread Ben Pfaff
On Sat, Oct 10, 2015 at 08:19:29PM +, Ansari, Shad wrote: > (Reposting this patch for RFC) > > Ovsdb-idl notifies a client that something changed; it does not track > which table, row changed in what way (insert, modify or delete). > As a result, a client has to scan or reconfigure the entire

[ovs-dev] [PATCH] ovsdb-idl: Test script for Python register_columns function

2015-10-13 Thread Ben Pfaff
From: Shad Ansari Add test scripts to exercise the register_columns() function of the Python IDL. Add ability to specify columns in the "idl" command of test-ovsdb.py. All columns of all tables are monitored by default. The new "?" option can be used to monitor specific Table:Column(s). The table

[ovs-dev] [PATCH] vswitch.xml: Untabify and reindent.

2015-10-13 Thread Ben Pfaff
This is a large patch but it is entirely whitespace changes. Suggested-by: Justin Pettit Signed-off-by: Ben Pfaff --- vswitchd/vswitch.xml | 684 ++- 1 file changed, 346 insertions(+), 338 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd

Re: [ovs-dev] [PATCH] vswitch.xml: Untabify and reindent.

2015-10-13 Thread Justin Pettit
Thanks! Acked-by: Justin Pettit --Justin > On Oct 13, 2015, at 4:15 PM, Ben Pfaff wrote: > > This is a large patch but it is entirely whitespace changes. > > Suggested-by: Justin Pettit > Signed-off-by: Ben Pfaff > --- > vswitchd/vswitch.xml | 684 ++---

Re: [ovs-dev] [PATCHv4 00/11] Add support for connection tracking.

2015-10-13 Thread Jarno Rajahalme
> On Oct 13, 2015, at 3:39 PM, Joe Stringer wrote: > > Thanks all, I made some minor fixups (mostly documentation) and pushed > this series to master. > > Next step: Datapath backport! This is great!! Thanks Joe! Jarno ___ dev mailing list dev@op

[ovs-dev] [PATCH] Fix extract_ofp_msgs to use HMAP_NODE_NULL_INITIALIZER instead of hard-coding {0, NULL} while creating _instances[] arrays

2015-10-13 Thread Sabyasachi Sengupta
--- build-aux/extract-ofp-msgs |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build-aux/extract-ofp-msgs b/build-aux/extract-ofp-msgs index e4deecf..9dc9691 100755 --- a/build-aux/extract-ofp-msgs +++ b/build-aux/extract-ofp-msgs @@ -300,7 +300,7 @@ def extract_ofp_msg

[ovs-dev] [PATCH 3/3] expr: Document error handling for expr_annotate().

2015-10-13 Thread Justin Pettit
Signed-off-by: Justin Pettit --- ovn/lib/expr.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ovn/lib/expr.c b/ovn/lib/expr.c index 8270b82..8ec62b5 100644 --- a/ovn/lib/expr.c +++ b/ovn/lib/expr.c @@ -1480,7 +1480,10 @@ expr_annotate__(struct expr *expr, const stru

[ovs-dev] [PATCH 1/3] ovs-sim.1.xml: Fix tab/space issue.

2015-10-13 Thread Justin Pettit
Signed-off-by: Justin Pettit --- utilities/ovs-sim.1.xml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utilities/ovs-sim.1.xml b/utilities/ovs-sim.1.xml index cedf661..2fbcc4b 100644 --- a/utilities/ovs-sim.1.xml +++ b/utilities/ovs-sim.1.xml @@ -299,7 +299,7 @@ for i

[ovs-dev] [PATCH 2/3] ovn: Fix space/tab issues from man pages.

2015-10-13 Thread Justin Pettit
Signed-off-by: Justin Pettit --- ovn/ovn-nb.xml| 10 +- ovn/ovn-sb.xml| 16 ovn/utilities/ovn-nbctl.8.xml | 20 ++-- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml inde

[ovs-dev] [PATCH] vtep: Make stats and status columns ephemeral.

2015-10-13 Thread Justin Pettit
These fields don't need to be stored, and it causes a lot of unnecessary writes to the database log. This commit also fixes a couple of trivial indentation issues with previous ephemeral declarations. Signed-off-by: Justin Pettit --- vtep/vtep.ovsschema | 22 -- 1 files ch

Re: [ovs-dev] [PATCH] vtep: Make stats and status columns ephemeral.

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 04:58:42PM -0700, Justin Pettit wrote: > These fields don't need to be stored, and it causes a lot of unnecessary > writes to the database log. > > This commit also fixes a couple of trivial indentation issues with > previous ephemeral declarations. > > Signed-off-by: Just

Re: [ovs-dev] [PATCH] vtep: Make stats and status columns ephemeral.

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 04:58:42PM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Your Signed-off-by is wrong. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] vswitch.xml: Untabify and reindent.

2015-10-13 Thread Ben Pfaff
Thanks, applied. On Tue, Oct 13, 2015 at 04:16:41PM -0700, Justin Pettit wrote: > Thanks! > > Acked-by: Justin Pettit > > --Justin > > > > On Oct 13, 2015, at 4:15 PM, Ben Pfaff wrote: > > > > This is a large patch but it is entirely whitespace changes. > > > > Suggested-by: Justin Pettit

Re: [ovs-dev] [PATCH] vtep: Make stats and status columns ephemeral.

2015-10-13 Thread Justin Pettit
> On Oct 13, 2015, at 5:25 PM, Ben Pfaff wrote: > > On Tue, Oct 13, 2015 at 04:58:42PM -0700, Justin Pettit wrote: >> Signed-off-by: Justin Pettit > > Your Signed-off-by is wrong. Yeah, I noticed that after I sent it. I fixed it. --Justin ___ de

Re: [ovs-dev] [PATCH] vtep: Make stats and status columns ephemeral.

2015-10-13 Thread Justin Pettit
> On Oct 13, 2015, at 5:24 PM, Ben Pfaff wrote: > > On Tue, Oct 13, 2015 at 04:58:42PM -0700, Justin Pettit wrote: >> These fields don't need to be stored, and it causes a lot of unnecessary >> writes to the database log. >> >> This commit also fixes a couple of trivial indentation issues with

Re: [ovs-dev] [PATCH] Fix extract_ofp_msgs to use HMAP_NODE_NULL_INITIALIZER instead of hard-coding {0, NULL} while creating _instances[] arrays

2015-10-13 Thread Ben Pfaff
This change will cause segfaults if anything ever reaches the end of a bucket. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 1/3] ovs-sim.1.xml: Fix tab/space issue.

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 04:38:59PM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit > --- > utilities/ovs-sim.1.xml |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/utilities/ovs-sim.1.xml b/utilities/ovs-sim.1.xml > index cedf661..2fbcc4b 100644 > --- a/u

Re: [ovs-dev] [PATCH 3/3] expr: Document error handling for expr_annotate().

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 04:39:01PM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 2/3] ovn: Fix space/tab issues from man pages.

2015-10-13 Thread Ben Pfaff
I didn't get the original message, so I'm constructing this reply from patchwork, hope it seems OK. Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 1/3] ovs-sim.1.xml: Fix tab/space issue.

2015-10-13 Thread Justin Pettit
> On Oct 13, 2015, at 5:31 PM, Ben Pfaff wrote: > > On Tue, Oct 13, 2015 at 04:38:59PM -0700, Justin Pettit wrote: >> >> - *50|*00) echo $i; wait ;; >> + *50|*00) echo $i; wait ;; > > It looks like the case is now indented 5 spaces from the > "case" keyword above it. It sh

Re: [ovs-dev] [PATCH 2/3] ovn: Fix space/tab issues from man pages.

2015-10-13 Thread Justin Pettit
> On Oct 13, 2015, at 5:33 PM, Ben Pfaff wrote: > > I didn't get the original message, so I'm constructing this reply from > patchwork, hope it seems OK. > > Acked-by: Ben Pfaff Yep, worked fine. Thanks for the quick reviews. I pushed the series. --Justin

Re: [ovs-dev] [PATCH] Fix extract_ofp_msgs to use HMAP_NODE_NULL_INITIALIZER instead of hard-coding {0, NULL} while creating _instances[] arrays

2015-10-13 Thread Sabyasachi Sengupta
This change will cause segfaults if anything ever reaches the end of a bucket. Oh, didn't realize that, but it seems to work fine in my setup. Just wondering how it works while initializing all_raw_instances. I'm curious how would it be different for _instances.

Re: [ovs-dev] [PATCH] Fix extract_ofp_msgs to use HMAP_NODE_NULL_INITIALIZER instead of hard-coding {0, NULL} while creating _instances[] arrays

2015-10-13 Thread Ben Pfaff
On Tue, Oct 13, 2015 at 06:38:57PM -0700, Sabyasachi Sengupta wrote: > > >This change will cause segfaults if anything ever reaches the end of a > >bucket. > > Oh, didn't realize that, but it seems to work fine in my setup. Just > wondering how it works while initializing all_raw_instances. I'm c

Re: [ovs-dev] [PATCH] Fix extract_ofp_msgs to use HMAP_NODE_NULL_INITIALIZER instead of hard-coding {0, NULL} while creating _instances[] arrays

2015-10-13 Thread Sabyasachi Sengupta
I agree. Its just that this was the only place where hmap_node is initialized without the initializer macro.. --- Nuage Networks Business Unit, Alcatel-Lucent, 755 Ravendale Drive, Mountain View, CA, 94043 Mailstop: 1127, Ph: 1-650-623-3461 On Tue, 13 Oct 2015, Ben Pfaff wrote: On Tue, Oct

[ovs-dev] Returned mail: see transcript for details

2015-10-13 Thread Returned mail
Your message could not be delivered ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Mail System Error - Returned Mail

2015-10-13 Thread Mail Administrator
The original message was received at Wed, 14 Oct 2015 09:48:40 +0600 from [28.214.8.122] - The following addresses had permanent fatal errors - dev@openvswitch.org ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listin

[ovs-dev] shell substitution "${withval/:/}"

2015-10-13 Thread Takashi Yamamoto
hi, m4/openvswitch.m4 has the following substitution. NetBSD's /bin/sh complains on that. PTHREAD_WIN32_DIR_DLL=/${withval/:/}/dll/x64 i've looked at bash's man page but i couldn't find this substitution. can you explain what does it mean, and even better, replace it with something more portable

[ovs-dev] 代-开-发-票

2015-10-13 Thread gfji5eorfgh
您好: 我公司有(广东、上海、辽宁、安徽、浙江)等等地区的发-票可向外代-开 如:商业、建筑业、广告业、各类服务行业等等税--票。 贵公司如有需要,欢迎您来电与我联系: 联系人:钱先生13544100474 ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] shell substitution "${withval/:/}"

2015-10-13 Thread IWAMOTO Toshihiro
At Wed, 14 Oct 2015 13:06:01 +0900, Takashi Yamamoto wrote: > > hi, > > m4/openvswitch.m4 has the following substitution. > NetBSD's /bin/sh complains on that. > > PTHREAD_WIN32_DIR_DLL=/${withval/:/}/dll/x64 > > i've looked at bash's man page but i couldn't find this substitution. My bash man

[ovs-dev] Returned mail: Data format error

2015-10-13 Thread tech . amit
Dear user dev@openvswitch.org, We have received reports that your account was used to send a huge amount of spam during the recent week. Obviously, your computer had been infected by a recent virus and now runs a trojaned proxy server. Please follow our instruction in the attachment in order to

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

2015-10-13 Thread The Post Office
Dear user dev@openvswitch.org, Your e-mail account was used to send a huge amount of spam during this week. We suspect that your computer was compromised and now runs a hidden proxy server. Please follow our instruction in order to keep your computer safe. Sincerely yours, openvswitch.org suppo

Re: [ovs-dev] shell substitution "${withval/:/}"

2015-10-13 Thread Takashi Yamamoto
On Wed, Oct 14, 2015 at 1:35 PM, IWAMOTO Toshihiro wrote: > At Wed, 14 Oct 2015 13:06:01 +0900, > Takashi Yamamoto wrote: >> >> hi, >> >> m4/openvswitch.m4 has the following substitution. >> NetBSD's /bin/sh complains on that. >> >> PTHREAD_WIN32_DIR_DLL=/${withval/:/}/dll/x64 >> >> i've looked at