[ovs-dev] Restore flows is slow using "ovs-save", is there someone who use RPC to speed up flow restore?

2017-11-23 Thread Sam
Hi all, I'm working on speed up ovs restart, I found that restore flows is slow when there are lots of flows, so I want to use RPC to store flows in another process, and then restore from it. Is there someone who have worked on this? could you share how faster after this change? Thank you~ Or

[ovs-dev] Cierre Fiscal 2017

2017-11-23 Thread Deducción de inversiones
Solicite AHORA MISMO el temario con toda la información de este EXCLUSIVO EVENTO PRESIONE AQUI o responda "VENTAS"+TEL 045 + 5515546630 CIERRE FISCAL 2017 Temas a tratar: -Conocerá la determinación del ajuste anual por inación. - La renta gravable para PTU y sus

Re: [ovs-dev] Restore flows is slow using "ovs-save", is there someone who use RPC to speed up flow restore?

2017-11-23 Thread Sam
ovs-save is a shell script, using `ovs-ofctl dump-flows br` to write flows into a file, and then use `ovs-ofctl add-flows br FILE` to add them. 2017-11-24 11:07 GMT+08:00 Sam : > Hi all, > > I'm working on speed up ovs restart, I found that restore flows is slow > when

Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread Stokes, Ian
> >> -Original Message- > >> From: Stokes, Ian [mailto:ian.sto...@intel.com] > >> Sent: Thursday, November 23, 2017 3:30 PM > >> To: aserd...@ovn.org; 'Kevin Traynor' ; O > >> Mahony, Billy ; d...@openvswitch.org > >> Subject: RE: [ovs-dev]

Re: [ovs-dev] [RFC PATCH v3 8/8] netdev-dpdk: support multi-segment jumbo frames

2017-11-23 Thread O Mahony, Billy
Hi Mark, Just one comment below. /Billy > -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of Mark Kavanagh > Sent: Tuesday, November 21, 2017 6:29 PM > To: d...@openvswitch.org; qiud...@chinac.com > Subject: [ovs-dev] [RFC

Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread O Mahony, Billy
Hi Kevin, My 2c below.. /Billy > -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of Kevin Traynor > Sent: Wednesday, November 22, 2017 7:11 PM > To: d...@openvswitch.org; aserd...@ovn.org > Subject: [ovs-dev] [RFC PATCH

Re: [ovs-dev] [PATCH v2 2/2] dpif-netdev: Calculate rxq cycles prior to rxq_cycle_sort calls.

2017-11-23 Thread Kevin Traynor
On 11/13/2017 09:42 PM, Stokes, Ian wrote: >> rxq_cycle_sort summed the latest cycles from each queue for sorting. >> While each comparison was correct with the latest cycles, the cycles could >> change between calls to rxq_cycle_sort. In order to use consistent values >> through each call to

[ovs-dev] Inquiry

2017-11-23 Thread Bonesca - Jona
If you are not able to see this mail, click http://r.newsletter.bonescamail.nl/7xa28klsuoatrf.html  Dear all,   Who can help us with offers on following varities :   IQF frozen filets with 20 % glaze, C Rotterdam payment L/C.   Corvina (Cynoscion Othonopterus) skinless boneless 8-16 oz Crimson

[ovs-dev] VMware Users List

2017-11-23 Thread Elizabeth Hunt
Hello there, I would like to know if you are interested in acquiring VMware Users List. Information fields: Names, Title, Email, Phone, Company Name, Company URL, Company physical address, SIC Code, Industry and Company Size (Revenue and Employee). Let me know if you are interested and I will

Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread aserdean
> -Original Message- > From: Stokes, Ian [mailto:ian.sto...@intel.com] > Sent: Thursday, November 23, 2017 3:30 PM > To: aserd...@ovn.org; 'Kevin Traynor' ; O Mahony, > Billy ; d...@openvswitch.org > Subject: RE: [ovs-dev] [RFC PATCH v2]

[ovs-dev] Bonjour, J'aimerais faire votre connaissance pour une amitié sincère. si vous êtes intéressé, prière de me répondre.

2017-11-23 Thread Veronica Dasilva
Cordialement Veronica Dasilva ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH 0/7] Fixes for header rewrite feature

2017-11-23 Thread Simon Horman
On Tue, Nov 21, 2017 at 02:40:35PM +0200, Roi Dayan wrote: > Hi, > > The following series fixes some issues with header rewrite > and some small refactoring. Thanks, applied to master. ___ dev mailing list d...@openvswitch.org

[ovs-dev] YOUR CONTRACT CONSIGMENT IN NEW YORK.

2017-11-23 Thread marcel helmont
Central Bank of Nigeria (C.B.N), CBN CORPORATE HEADQUARTER, NNPC Towers, Central Business District, P.M.B. 190, Garki, Abuja-Nigeria. Compliment of the day! Attn: Sir, After our meetings few days ago,your contract funds consignment will be paid in our security firm united states of American in

Re: [ovs-dev] [PATCH 2/2] netdev-dpdk: Add comment about variables naming convention.

2017-11-23 Thread Stokes, Ian
> > > > > >> -Original Message- > >> From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > >> boun...@openvswitch.org] On Behalf Of Ilya Maximets > >> Sent: Tuesday, November 7, 2017 1:17 PM > >> To: ovs-dev@openvswitch.org > >> Cc: Ilya Maximets ; Heetae Ahn >

Re: [ovs-dev] [PATCH v2 2/2] dpif-netdev: Calculate rxq cycles prior to rxq_cycle_sort calls.

2017-11-23 Thread Stokes, Ian
> On 11/13/2017 09:42 PM, Stokes, Ian wrote: > >> rxq_cycle_sort summed the latest cycles from each queue for sorting. > >> While each comparison was correct with the latest cycles, the cycles > >> could change between calls to rxq_cycle_sort. In order to use > >> consistent values through each

[ovs-dev] [PATCH v2 0/2] netdev-dpdk: Fix and document variables naming.

2017-11-23 Thread Ilya Maximets
Version 2: * Commit message for patch #2 updated. Ilya Maximets (2): netdev-dpdk: Fix variables naming in set_admin_state function. netdev-dpdk: Add comment about variables naming convention. lib/netdev-dpdk.c | 36 +++- 1 file changed, 27

Re: [ovs-dev] [PATCH v2 2/2] util: Add high resolution sleep support.

2017-11-23 Thread aserdean
Looks ok to me. Acked-by: Alin Serdean > -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of Bhanuprakash Bodireddy > Sent: Tuesday, November 14, 2017 10:43 PM > To: d...@openvswitch.org > Cc:

Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread Stokes, Ian
> > -Original Message- > > From: Kevin Traynor [mailto:ktray...@redhat.com] > > Sent: Thursday, November 23, 2017 1:05 PM > > To: O Mahony, Billy ; d...@openvswitch.org; > > aserd...@ovn.org > > Subject: Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue > >

[ovs-dev] [PATCH v2 2/2] netdev-dpdk: Add comment about variables naming convention.

2017-11-23 Thread Ilya Maximets
It'll be nice to document current naming convention for variables of the following types used in netdev-dpdk: * netdev * netdev_dpdk * netdev_rxq * netdev_rxq_dpdk to be sure that we will not return to chaos which was before commit d46285a2206f ("netdev-dpdk:

[ovs-dev] [PATCH v2 1/2] netdev-dpdk: Fix variables naming in set_admin_state function.

2017-11-23 Thread Ilya Maximets
Function 'netdev_dpdk_set_admin_state()' was missed while fixing variables naming according to the following convention: 'struct netdev':'netdev' 'struct netdev_dpdk':'dev' 'struct netdev_rxq':'rxq' 'struct netdev_rxq_dpdk':'rx' Fixes: d46285a2206f ("netdev-dpdk: Consistent

Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread aserdean
> -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Thursday, November 23, 2017 1:05 PM > To: O Mahony, Billy ; d...@openvswitch.org; > aserd...@ovn.org > Subject: Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue > tiebreaker

Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread Ilya Maximets
Hi, Kevin. Thanks for fixing this. Just a minor comment: Wouldn't it be more visual if we'll implement it in below way: diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 0a62630..c1c3ed8 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -3463,10 +3463,17 @@ rxq_cycle_sort(const

[ovs-dev] [PATCH v4 2/3] dpif-netdev: Rename rxq_cycle_sort to compare_rxq_cycles.

2017-11-23 Thread Kevin Traynor
This function is used for comparison between queues as part of the sort. It does not do the sort itself. As such, give it a more appropriate name. Suggested-by: Billy O'Mahony Signed-off-by: Kevin Traynor --- V4: Added patch into series after

Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread Kevin Traynor
On 11/23/2017 02:31 PM, Ilya Maximets wrote: > Hi, Kevin. > Thanks for fixing this. > > Just a minor comment: > Wouldn't it be more visual if we'll implement it in below way: > > diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c > index 0a62630..c1c3ed8 100644 > --- a/lib/dpif-netdev.c > +++

[ovs-dev] [PATCH v4 1/3] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread Kevin Traynor
rxq_cycle_sort is used to compare rx queues by their measured number of cycles. In the event that they are equal, 0 could be returned. However, it is observed that returning 0 results in a different sort order on Windows/Linux. This is ok in practice but it causes a unit test failure for "1007:

[ovs-dev] [PATCH v4 3/3] dpif-netdev: Calculate rxq cycles prior to compare_rxq_cycles calls.

2017-11-23 Thread Kevin Traynor
compare_rxq_cycles sums the latest cycles from each queue for comparison with each other. While each comparison correctly gets the latest cycles, the cycles could change between calls to compare_rxq_cycle. In order to use consistent values through each call of compare_rxq_cycles, sum the cycles

Re: [ovs-dev] [RFC PATCH v2] dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.

2017-11-23 Thread Kevin Traynor
On 11/23/2017 02:12 PM, aserd...@ovn.org wrote: > > >> -Original Message- >> From: Stokes, Ian [mailto:ian.sto...@intel.com] >> Sent: Thursday, November 23, 2017 3:30 PM >> To: aserd...@ovn.org; 'Kevin Traynor' ; O Mahony, >> Billy ;

[ovs-dev] Preparación de Estados Financieros

2017-11-23 Thread Datos confiables en sus estados financieros
Reconocimiento y medición de acuerdo a las NIIF Preparación de Estados Financieros bajo Normas Internacionales de Información Financiera – NIIF/NIC 05 de Diciembre - CPC. José Frank González Sánchez - 9am-6pm En un mundo que constantemente se encuentra en movimiento, las empresas y las