(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 @
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
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
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
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
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
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
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
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
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
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,
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.
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
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.
_
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
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
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
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
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
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
>
> 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.
___
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
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
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
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
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
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
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
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
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
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
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...@
32 matches
Mail list logo