[ovs-dev] [PATCH] Update dates and notes for 1.6.1 release.

2012-06-25 Thread Justin Pettit
(This is for the master and branch-1.7 branches.) Signed-off-by: Justin Pettit --- NEWS |8 +++- debian/changelog |7 +++ 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 28e3cf0..d3cfe13 100644 --- a/NEWS +++ b/NEWS @@ -43,8 +43,14 @

Re: [ovs-dev] [PATCH] Update dates for 1.6.1 release.

2012-06-25 Thread Justin Pettit
On Jun 26, 2012, at 12:24 AM, Ben Pfaff wrote: > On Mon, Jun 25, 2012 at 09:22:44PM -0700, Justin Pettit wrote: >> Signed-off-by: Justin Pettit > > Looks good, thanks. Thanks. Pushed. --Justin ___ dev mailing list dev@openvswitch.org http://openv

Re: [ovs-dev] [PATCH] Update dates for 1.6.1 release.

2012-06-25 Thread Ben Pfaff
On Mon, Jun 25, 2012 at 09:22:44PM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit Looks good, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] Update dates for 1.6.1 release.

2012-06-25 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS |2 +- debian/changelog |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9dd0560..0c6b818 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v1.6.1 - 14 Jun 2012 +v1.6.1 - 25 Jun 2012

Re: [ovs-dev] [PATCH] Setting miss_send_len on receiving NXT_SET_ASYNC_CONFIG message.

2012-06-25 Thread Ben Pfaff
On Mon, Jun 25, 2012 at 05:17:28PM -0700, Mehak Mahajan wrote: > For the service controllers to receive any asynchronous messages, the > miss_send_len must be set to a non-zero value (refer to DESIGN). On > receiving the NXT_SET_ASYNC_CONFIG message, the miss_send_len is set > to the default value

Re: [ovs-dev] [ovs-discuss] gre tunnel create problem

2012-06-25 Thread Jesse Gross
On Mon, Jun 25, 2012 at 5:40 PM, ravi kerur wrote: > On Mon, Jun 25, 2012 at 3:33 PM, Jesse Gross wrote: >> On Thu, Jun 21, 2012 at 2:54 PM, ravi kerur wrote: >>> I would like to restart this discussion as I am having trouble with >>> configuration + performance. I would like send just tcp traff

Re: [ovs-dev] [ovs-discuss] gre tunnel create problem

2012-06-25 Thread ravi kerur
On Mon, Jun 25, 2012 at 3:33 PM, Jesse Gross wrote: > On Thu, Jun 21, 2012 at 2:54 PM, ravi kerur wrote: >> I would like to restart this discussion as I am having trouble with >> configuration + performance. I would like send just tcp traffic via >> gre tunnel and would like to push a vlan tag be

Re: [ovs-dev] [worker 07/12] vlog: Add VLOG_ABORT() to log and call abort().

2012-06-25 Thread Ethan Jackson
Looks good, thanks. Ethan On Tue, May 22, 2012 at 5:19 PM, Ben Pfaff wrote: > Whereas VLOG_FATAL() eventually calls exit(1), VLOG_ABORT() > eventually calls abort().  The key difference is that abort() > will cause a "monitor" process to restart, where exit(1) will > cause it to exit along with

[ovs-dev] [PATCH] Setting miss_send_len on receiving NXT_SET_ASYNC_CONFIG message.

2012-06-25 Thread Mehak Mahajan
For the service controllers to receive any asynchronous messages, the miss_send_len must be set to a non-zero value (refer to DESIGN). On receiving the NXT_SET_ASYNC_CONFIG message, the miss_send_len is set to the default value unless it is set to a non-zero value earlier by the OFPT_SET_CONFIG me

Re: [ovs-dev] [PATCH] ofproto-dpif-governor: Improve performance when most flows get set up.

2012-06-25 Thread Ben Pfaff
Thanks, pushed to master, branch-1.7. On Mon, Jun 25, 2012 at 07:03:57PM -0400, Justin Pettit wrote: > Looks good to me. Thanks. > > --Justin > > > On Jun 25, 2012, at 12:49 PM, Ben Pfaff wrote: > > > The "flow setup governor" was introduced to avoid the cost of setting up > > short flows whe

Re: [ovs-dev] [PATCH] ofp-util: Avoid use-after-free in ofputil_encode_flow_mod().

2012-06-25 Thread Ben Pfaff
Thanks, I pushed this to master, branch-1.[567]. It didn't apply to branch-1.4. On Sun, Jun 24, 2012 at 02:42:14PM -0400, Justin Pettit wrote: > Looks good. Thanks. > > BTW, I'm planning to release 1.6.1 soon. Anything else you want to get in? > > --Justin > > > On Jun 24, 2012, at 1:34 AM,

Re: [ovs-dev] [PATCH] dpif-linux: Zero 'stats' outputs of dpif_operate() ops on failure.

2012-06-25 Thread Ben Pfaff
Thanks, I'll push this in a minute. On Mon, Jun 25, 2012 at 12:35:35AM -0400, Justin Pettit wrote: > Looks good to me. Thanks. > > --Justin > > > On Jun 20, 2012, at 1:55 PM, Ben Pfaff wrote: > > > When or DPIF_OP_FLOW_DEL operations failed, they left > > their 'stats' outputs uninitialized.

Re: [ovs-dev] [PATCH 2/2] bond: Sending learning packets on active-backup.

2012-06-25 Thread Ben Pfaff
On Mon, Jun 25, 2012 at 03:51:30PM -0700, Ethan Jackson wrote: > When an active-backup bond fails over, it makes sense to update > upstream learning tables of the change so that traffic is forwarded > to the correct slave. > > Requested-by: Frido Roose > Signed-off-by: Ethan Jackson The patch l

Re: [ovs-dev] [PATCH 1/2] bond: Don't send learning packets on STABLE bonds.

2012-06-25 Thread Ben Pfaff
On Mon, Jun 25, 2012 at 03:51:29PM -0700, Ethan Jackson wrote: > Stable bonds require upstream switch support to avoid confusing > learning tables. Therefore, sending learning packets on these > bonds doesn't make a lot of sense. > > Signed-off-by: Ethan Jackson Looks good, thank you. _

Re: [ovs-dev] [PATCH] ofproto-dpif-governor: Improve performance when most flows get set up.

2012-06-25 Thread Justin Pettit
Looks good to me. Thanks. --Justin On Jun 25, 2012, at 12:49 PM, Ben Pfaff wrote: > The "flow setup governor" was introduced to avoid the cost of setting up > short flows when there are many of them. It works very well for short > flows, in fact. However, when the bulk of flows are short, bu

Re: [ovs-dev] MPLS and VLAN QinQ patch

2012-06-25 Thread Jesse Gross
On Thu, Jun 21, 2012 at 11:08 AM, ravi kerur wrote: > On Tue, Jun 19, 2012 at 11:55 AM, Jesse Gross wrote: >> On Thu, Jun 14, 2012 at 5:29 PM, ravi kerur wrote: >>> On Thu, Jun 14, 2012 at 8:22 AM, Jesse Gross wrote: On Jun 14, 2012, at 10:13 PM, ravi kerur wrote: > On Thu, Jun 1

[ovs-dev] [PATCH 2/2] bond: Sending learning packets on active-backup.

2012-06-25 Thread Ethan Jackson
When an active-backup bond fails over, it makes sense to update upstream learning tables of the change so that traffic is forwarded to the correct slave. Requested-by: Frido Roose Signed-off-by: Ethan Jackson --- AUTHORS|1 + lib/bond.c |1 - 2 files changed, 1 insertion(+), 1 delet

[ovs-dev] [PATCH 1/2] bond: Don't send learning packets on STABLE bonds.

2012-06-25 Thread Ethan Jackson
Stable bonds require upstream switch support to avoid confusing learning tables. Therefore, sending learning packets on these bonds doesn't make a lot of sense. Signed-off-by: Ethan Jackson --- lib/bond.c |1 + 1 file changed, 1 insertion(+) diff --git a/lib/bond.c b/lib/bond.c index 54f2d

Re: [ovs-dev] [ovs-discuss] gre tunnel create problem

2012-06-25 Thread Jesse Gross
On Thu, Jun 21, 2012 at 2:54 PM, ravi kerur wrote: > I would like to restart this discussion as I am having trouble with > configuration + performance. I would like send just tcp traffic via > gre tunnel and would like to push a vlan tag before sending via gre > tunnel. On receive side after gre d

Re: [ovs-dev] When the gre encapsulated packets are sent to datapath again

2012-06-25 Thread Jesse Gross
On Sun, Jun 24, 2012 at 1:49 AM, 闫兴安 wrote: >     I am reading the gre tunnel related codes in ovs. >    The fuction "ovs_tnl_send" encapsulates packets coming from vports, then > sends the packets out from a NIC based on a host route entry. >    I was puzzled on the paragraph: > >    cac

Re: [ovs-dev] [PATCH] ovs-bugtool: Avoid running ethtool on non-physical devices.

2012-06-25 Thread Gurucharan Shetty
> > This looks good but I think we could eliminate a little bit of code > duplication by dropping the final TC command from the "if islink and > int" block and then changing the "elif" to a plain "if". > Thanks. Made the changes and pushed to the master. ___

Re: [ovs-dev] [PATCH] ovs-bugtool: Avoid running ethtool on non-physical devices.

2012-06-25 Thread Ben Pfaff
On Mon, Jun 25, 2012 at 02:33:14PM -0700, Gurucharan Shetty wrote: > There can be possibilities where there are hundreds of OVS > internal devices. In such a situation, running ovs-bugtool > can take a very long time to complete as multiple ethtool > commands are run on each interface in /sys/class

[ovs-dev] [PATCH] ovs-bugtool: Avoid running ethtool on non-physical devices.

2012-06-25 Thread Gurucharan Shetty
There can be possibilities where there are hundreds of OVS internal devices. In such a situation, running ovs-bugtool can take a very long time to complete as multiple ethtool commands are run on each interface in /sys/class/net. Once the ovs-bugtool completes, most of the ethtool command outputs w

Re: [ovs-dev] [PATCH] Setting miss_send_len on receiving NXT_SET_ASYNC_CONFIG message.

2012-06-25 Thread Mehak Mahajan
Hey Ben, Thanks for your comments. Makes sense to put as much detail in DESIGN. I will reword it as suggested. I will also make similar changes to the nicira-ext.h and other changes and send out the new patch for review. thanx! mehak On Mon, Jun 25, 2012 at 11:38 AM, Ben Pfaff wrote: > On Sun

[ovs-dev] B E C A S maestrias internacionales para hispanos x meritos

2012-06-25 Thread IEE - SPAIN
Madrid, España Para: dev@openvswitch.org De: Fondo Internacional de Becas en Maestrias Online para Hispanos: MBA, Finanzas, Producción, Recursos Humanos, Marketing, Dirección Estratégica Habilidades Directivas, Comercio Internacional. Convocatorias abiertas: http://www.becas-maestri

[ovs-dev] B E C A S maestrias internacionales para hispanos x meritos

2012-06-25 Thread IEE - SPAIN
Madrid, España Para: dev@openvswitch.org De: Fondo Internacional de Becas en Maestrias Online para Hispanos: MBA, Finanzas, Producción, Recursos Humanos, Marketing, Dirección Estratégica Habilidades Directivas, Comercio Internacional. Convocatorias abiertas: http://www.becas-maestri

[ovs-dev] Hello Sir/Madam

2012-06-25 Thread GK Capital Group
Dear Entrepreneur, The GK Capital Group is a venture capital firm specializing in growth capital investments.It seeks to invest in public and private securities in a broad range of areas including real estate, energy, oil and gas, emerging markets and high-technology. Within the technology sect

Re: [ovs-dev] [PATCH] Setting miss_send_len on receiving NXT_SET_ASYNC_CONFIG message.

2012-06-25 Thread Ben Pfaff
On Sun, Jun 24, 2012 at 12:43:24PM -0700, Mehak Mahajan wrote: > For the service controllers to receive any asynchronous messages, the > miss_send_len must be set to a non-zero value (refer to DESIGN). On > receiving the NXT_SET_ASYNC_CONFIG message, the miss_send_len is set > to the default value

[ovs-dev] [PATCH] ofproto-dpif-governor: Improve performance when most flows get set up.

2012-06-25 Thread Ben Pfaff
The "flow setup governor" was introduced to avoid the cost of setting up short flows when there are many of them. It works very well for short flows, in fact. However, when the bulk of flows are short, but still long enough to be set up by the governor, we end up with the worst of both worlds: OV

[ovs-dev] From Diligent Finance Plc

2012-06-25 Thread Diligent Finance Plc
  Attn: Beneficiary,      Your total fund of One Million, Five Hundred Thousand U.S Dollars has been approved for payment by Diligent Finance & Securities Plc. You have to confirm the details below to enable us process your payment. 1. Your Full Name 2. Your Contact

[ovs-dev] Voyagez en Afrique pour 4,99 euros par mois

2012-06-25 Thread Africaboxtv NewsLETTER
Title: Africaboxtv Newsletter Si les images ne s'affichent pas, activez l'affichage des images. Pour consulter cet email en ligne sur le web,cliquez ici AFRICABOX TV EST EN LIVE 24 H SUR 24 AVEC LES OPERATEURS SUIVANTS: BOUYGUES CA

[ovs-dev] Reminder about your invitation from Nasir Hussain

2012-06-25 Thread Nasir Hussain (LinkedIn Invitations)
LinkedIn This is a reminder that on June 12, Nasir Hussain sent you an invitation to become part of their professional network at LinkedIn. Accept Nasir Hussain's Invitation -- On June 12, Nasir Hussain wrote: > To: [dev@openvswitch.org] > From: Nasir Hussain [nasir8...@