Re: [ovs-dev] [PATCH 2/4] ofproto/bond: Drop traffic in balance-tcp mode without lacp.

2017-02-14 Thread nickcooper-zhangtonghao
> On Feb 15, 2017, at 11:51 AM, Andy Zhou wrote: > > On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao > > wrote: >> The balance-tcp mode requires the upstream switch to support 802.3ad >> with successful LACP negotiation.

Re: [ovs-dev] [PATCH ovs V3 05/25] other-config: Add tc-policy switch to control tc flower flag

2017-02-14 Thread Roi Dayan
On 14/02/2017 01:53, Chandran, Sugesh wrote: Regards _Sugesh -Original Message- From: Roi Dayan [mailto:r...@mellanox.com] Sent: Wednesday, February 8, 2017 3:29 PM To: d...@openvswitch.org Cc: Paul Blakey ; Or Gerlitz ; Hadar Hen Zion

Re: [ovs-dev] how to create new ovsdb tables and code c funtion related?

2017-02-14 Thread Valentine Sinitsyn
Hi, On 15.02.2017 10:08, lg.yue wrote: Hi, everyone: 一. after i change ovn/ovn-[sn]b.ovsschema, how to apply the changes? makefile compiles ovn/ovn-[sn]b.ovsschema to ovn/lib/ovn-[s,n]b-idl.ovsidl, i can not find anyone use ovn-[s,n]b-idl.ovsidl. As the name suggests, *.ovsschema defines

Re: [ovs-dev] [PATCH] ovsdb: Print enum elements for man pages in alphabetical order.

2017-02-14 Thread Justin Pettit
> On Feb 14, 2017, at 8:50 PM, Ben Pfaff wrote: > > On Tue, Feb 14, 2017 at 04:55:11PM -0800, Justin Pettit wrote: >> The previous behavior printed them in a pseudorandom order, which made >> them look odd in man pages. >> >> Signed-off-by: Justin Pettit > >

[ovs-dev] how to create new ovsdb tables and code c funtion related?

2017-02-14 Thread lg.yue
Hi, everyone: 一. after i change ovn/ovn-[sn]b.ovsschema, how to apply the changes? makefile compiles ovn/ovn-[sn]b.ovsschema to ovn/lib/ovn-[s,n]b-idl.ovsidl, i can not find anyone use ovn-[s,n]b-idl.ovsidl. 二. lets take sb for example. ovsdb-server --detach --monitor -vconsole:off

Re: [ovs-dev] [PATCH 3/4] ofproto/bond: balance-slb mode fallbacks to active-backup mode.

2017-02-14 Thread Andy Zhou
On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao wrote: > lacp-fallback-ab determines the behavior of OvS bond in LACP mode. > If the partner switch does not support LACP, setting this option > to true allows OvS to fallback to active-backup. The balance-tcp > mode

Re: [ovs-dev] [PATCH 2/4] ofproto/bond: Drop traffic in balance-tcp mode without lacp.

2017-02-14 Thread Andy Zhou
On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao wrote: > The balance-tcp mode requires the upstream switch to support 802.3ad > with successful LACP negotiation. When bond ports are configured to > balance-tcp mode without lacp or lacp is disabled, drop the traffic.

Re: [ovs-dev] [PATCH 1/4] ofproto/bond: Validate active-slave mac.

2017-02-14 Thread Andy Zhou
On Mon, Feb 13, 2017 at 10:52 PM, nickcooper-zhangtonghao wrote: > That the mac of active-slave is invalid(e.g. 00:00:00:00:00:00) > is incidental. The reason is described as below. > > In the bridge_reconfig(): > 1. bond devices created in port_configure(). > 2. the bonded

[ovs-dev] [PATCH] ovsdb: Print enum elements for man pages in alphabetical order.

2017-02-14 Thread Justin Pettit
The previous behavior printed them in a pseudorandom order, which made them look odd in man pages. Signed-off-by: Justin Pettit --- python/ovs/db/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ovs/db/types.py b/python/ovs/db/types.py index 78d5fcd..50eb505

Re: [ovs-dev] [PATCH 3/3] rhel: Fix ifup and ifdown after DPDK naming change.

2017-02-14 Thread Aaron Conole
Daniele Di Proietto writes: > On 02/02/2017 12:48, "Ben Pfaff" wrote: > >>On Tue, Jan 24, 2017 at 06:21:53PM -0800, Daniele Di Proietto wrote: >>> Names like dpdk0 and dpdk1 are not enough to identify a DPDK interface. >>> We could update README.RHEL.rst

[ovs-dev] Reclutamiento: Facebook y LinkedIn

2017-02-14 Thread Recursos Humanos - 12 Temas
Aprovechamiento de los recursos Tecnológicos avanzados RECLUTAMIENTO: dónde localizar talento humano ideal para la Empresa + 11 temas El reclutamiento, selección e incorporación de recursos humanos de calidad, son exigencias fundamentales para el logro de los objetivos estratégicos de la

Re: [ovs-dev] [PATCH ovs V3 23/25] dpctl: Add an option to dump only certain kinds of flows

2017-02-14 Thread Simon Horman
On Wed, Feb 08, 2017 at 05:29:36PM +0200, Roi Dayan wrote: > From: Paul Blakey > > Usage: > # to dump all datapath flows (default): > ovs-dpctl dump-flows > > # to dump only flows that in kernel datapath: > ovs-dpctl dump-flows type=ovs ovs does not seem to

Re: [ovs-dev] [PATCH ovs V3 15/25] dpif-netlink: Delete a flow from netdev

2017-02-14 Thread Simon Horman
On Wed, Feb 08, 2017 at 05:29:28PM +0200, Roi Dayan wrote: > From: Paul Blakey > > If a flow was offloaded to a netdev we delete it using netdev > flow api. > > Signed-off-by: Paul Blakey > Reviewed-by: Roi Dayan > --- >

Re: [ovs-dev] [PATCH ovs V3 12/25] dpif-netlink: Use netdev flow put api to insert a flow

2017-02-14 Thread Simon Horman
On Wed, Feb 08, 2017 at 05:29:25PM +0200, Roi Dayan wrote: > From: Paul Blakey > > Using the new netdev flow api operate will now try and > offload flows to the relevant netdev of the input port. > Other operate methods flows will come in later patches. > > Signed-off-by:

Re: [ovs-dev] [PATCH ovs V3 09/25] dpif-netlink: Dump netdevs flows on flow dump

2017-02-14 Thread Simon Horman
On Wed, Feb 08, 2017 at 05:29:22PM +0200, Roi Dayan wrote: > From: Paul Blakey > > While dumping flows, dump flows that were offloaded to > netdev and parse them back to dpif flow. > > Signed-off-by: Paul Blakey > Reviewed-by: Roi Dayan

Re: [ovs-dev] [PATCH ovs V3 07/25] dpif-netlink: Flush added ports using netdev flow api

2017-02-14 Thread Simon Horman
On Wed, Feb 08, 2017 at 05:29:20PM +0200, Roi Dayan wrote: > From: Paul Blakey > > If netdev flow offloading is enabled, flush all > added ports using netdev flow api. > > Signed-off-by: Paul Blakey > Reviewed-by: Roi Dayan ... >

Re: [ovs-dev] [PATCH ovs V3 06/25] dpif: Save added ports in a port map for netdev flow api use

2017-02-14 Thread Simon Horman
On Wed, Feb 08, 2017 at 05:29:19PM +0200, Roi Dayan wrote: > From: Paul Blakey > > To use netdev flow offloading api, dpifs needs to iterate over > added ports. This addition inserts the added dpif ports in a hash map, > The map will also be used to translate dpif ports to

Re: [ovs-dev] how to set up ovn's nb and sb table and column structure?

2017-02-14 Thread Valentine Sinitsyn
Hi, Look at ovn/ovn-[sn]b.ovsschema. It's JSON. You'll also need to update the documentation and the cksum; make explains how to do it. Best, Valentine ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] how to set up ovn's nb and sb table and column structure?

2017-02-14 Thread lg.yue
Hi, all: 1. how to set up ovn's nb and sb table and column structure? i need to create new tables. thanks ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v8] dpif-netdev: Conditional EMC insert

2017-02-14 Thread Loftus, Ciara
> > On 02/10/2017 10:57 AM, Ciara Loftus wrote: > > Unconditional insertion of EMC entries results in EMC thrashing at high > > numbers of parallel flows. When this occurs, the performance of the EMC > > often falls below that of the dpcls classifier, rendering the EMC > > practically useless. >

[ovs-dev] [PATCH v9] dpif-netdev: Conditional EMC insert

2017-02-14 Thread Ciara Loftus
Unconditional insertion of EMC entries results in EMC thrashing at high numbers of parallel flows. When this occurs, the performance of the EMC often falls below that of the dpcls classifier, rendering the EMC practically useless. Instead of unconditionally inserting entries into the EMC when a

[ovs-dev] Welcome car and truck users

2017-02-14 Thread Car Ads USA
Greetings, Welcome to our site for cars and trucks in USA: www.caradsusa.com Sell It Yourself and online shopping site for cars, trucks, spare parts, accessories, services and rentals. Find your: cars for sale, new cars, used cars and collector cars. Search for spare parts, accessories,