Hi All,
Just wondering if anyone has input on v2 of the netdev-dpdk QoS patch?
Any feedback would be much appreciated.
Thanks
Ian
> -Original Message-
> From: Stokes, Ian
> Sent: Friday, October 16, 2015 2:28 PM
> To: dev@openvswitch.org
> Cc: Stokes, Ian
> Subject: [PATCH v2] netdev_dpd
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Hi Daniele,
Thank you for the inputs!
As you suggested, I have created a pull request in
"https://github.com/openvswitch/openvswitch.github.io"; to add this guide under
configuration cookbooks.
You can find the details of pull request in the following link.
https://github.com/openvswitch/openvs
Hi Guru,
Alin posted the patch and I addressed the review comments, since he is in
vacation.
-Sorin
-Original Message-
From: Gurucharan Shetty [mailto:shet...@nicira.com]
Sent: Thursday, 22 October, 2015 02:30
To: Sorin Vinturis
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] [PATCH v2]
Hi All,
I am trying to have a configuration with dpdk-ovs in both host/guest. But
when I try to add the guest interface as dpdk port to ovs in the guest,
vswitchd process crashes both in the host/guest with the traceback as
below.
Please let me know if dpdk-ovs in both host/guest is a tested conf
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On 10/21/2015 04:17 PM, Russell Bryant wrote:
> Add a section that gives a quick introduction to applying ACLs.
> This section doesn't include ovs-appctl commands to run, as I haven't
> figured out a useful series of commands that works for packets going
> through conntrack. It does at least show
Bonjour Très Cher(e)
Excusez-moi de cette manière de vous contacter car nous ne nous connaissions
pas, je viens juste par cette lettre vous informez et je me suis dit que vous
êtes la personne qu'il me faut.
En bref, je me nomme Monsieur XAVIER PACOT, je suis né le 03 février 1944 à
Ontario au
Signed-off-by: Ben Pfaff
---
ovn/ovn-architecture.7.xml | 83 ++
1 file changed, 83 insertions(+)
diff --git a/ovn/ovn-architecture.7.xml b/ovn/ovn-architecture.7.xml
index 318555b..8ae148e 100644
--- a/ovn/ovn-architecture.7.xml
+++ b/ovn/ovn-architec
On 10/22/2015 12:28 PM, Ben Pfaff wrote:
> Signed-off-by: Ben Pfaff
> ---
> ovn/ovn-architecture.7.xml | 83
> ++
> 1 file changed, 83 insertions(+)
>
> diff --git a/ovn/ovn-architecture.7.xml b/ovn/ovn-architecture.7.xml
> index 318555b..8ae148e 1006
> On Oct 22, 2015, at 9:28 AM, Ben Pfaff wrote:
>
> +The first axis is the connection point. Physical networks can
> +be connected at hypervisors. To access a physical network in
> this
> +fashion, a VM must run on a hypervisor that is directly connected to that
> +network, th
From: Jiri Benc
Add in6_addr counterparts to the existing format and scan functions.
Otherwise we'd need to recast all the time.
Signed-off-by: Jiri Benc
---
lib/odp-util.c | 28 ++--
1 file changed, 22 insertions(+), 6 deletions(-)
diff --git a/lib/odp-util.c b/lib/od
From: Jiri Benc
[cascardo: use IPv4-mapped IPv6 addresses]
Signed-off-by: Jiri Benc
Signed-off-by: Thadeu Lima de Souza Cascardo
Co-authored-by: Thadeu Lima de Souza Cascardo
---
ofproto/tunnel.c | 36 ++--
1 file changed, 22 insertions(+), 14 deletions(-)
di
Signed-off-by: Thadeu Lima de Souza Cascardo
---
lib/tnl-arp-cache.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/tnl-arp-cache.c b/lib/tnl-arp-cache.c
index 85de312..d817d66 100644
--- a/lib/tnl-arp-cache.c
+++ b/lib/tnl-arp-cache.c
@@ -15,6 +15,9 @@
*/
#includ
From: Jiri Benc
These functions will be used by the next patches.
Signed-off-by: Jiri Benc
Signed-off-by: Thadeu Lima de Souza Cascardo
---
lib/smap.c| 11 +++
lib/smap.h| 1 +
lib/socket-util.c | 9 +
lib/socket-util.h | 1 +
4 files changed, 22 insertions(
With this patch, it is possible to set the IPv6 source and destination address
in flow-based tunnels.
$ ovs-ofctl add-flow br0 "in_port=LOCAL
actions=set_field:2001:cafe::92->tun_ipv6_dst"
Signed-off-by: Thadeu Lima de Souza Cascardo
Signed-off-by: Jiri Benc
Co-authored-by: Jiri Benc
---
lib
lookup_ip will emit an error when used with an IPv6 address, like below.
2015-10-20T18:48:22.357Z|00036|socket_util|ERR|"2001:cafe::92" is not a valid
IP address
Verify if address looks like IPv6 before giving it to either lookup_ip or
lookup_ipv6.
Signed-off-by: Thadeu Lima de Souza Cascardo
RFC 5880 specified bfd.RemoteSessionState as one of the state
variables. In OVS implementation, this value is exported to OVSDB's
BFD status column of the interface table, as one of the map elements,
with the key of 'remote_state'.
It can be surprising when the 'remote_state' map element disappea
Thanks for the fix, I applied this to master
On 21/10/2015 02:41, "Ciara Loftus" wrote:
>Signed-off-by: Ciara Loftus
>---
> lib/netdev-dpdk.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
>index 93b0589..ea2d9f3 100644
>--- a/li
I applied this to master, thanks
On 21/10/2015 06:50, "Ciara Loftus" wrote:
>Unregister and delete the socket associated with a vhost-user
>port when the port is deleted and/or the switch is brought down.
>Do not delete the socket if the vhost-user device is still attached
>to the guest.
>
>Sign
Before this commit vtep-ctl hung forever if it didn't manage to reach
the database.
This caused the testcase "ovn -- 3 HVs, 1 VIFs/HV, 1 GW, 1 LS" to hang
occasionally, because ovsdb-server could be killed before ovs-vtep
called vtep-ctl.
This mimics the behaviour of ovs-vsctl, ovn-nbctl and ovn-
Signed-off-by: Justin Pettit
---
ovsdb/monitor.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c
index 8a64fc1..a6e25c9 100644
--- a/ovsdb/monitor.c
+++ b/ovsdb/monitor.c
@@ -990,6 +990,7 @@ ovsdb_monitor_destroy(struct ovsdb_monitor *dbm
Signed-off-by: Justin Pettit
---
tests/test-ovn.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/test-ovn.c b/tests/test-ovn.c
index 47a2b0a..7c1fc13 100644
--- a/tests/test-ovn.c
+++ b/tests/test-ovn.c
@@ -1430,6 +1430,7 @@ test_ovn_main(int argc, char *argv[])
Signed-off-by: Justin Pettit
---
lib/tnl-ports.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/tnl-ports.c b/lib/tnl-ports.c
index c82f018..77cf5bb 100644
--- a/lib/tnl-ports.c
+++ b/lib/tnl-ports.c
@@ -364,11 +364,13 @@ insert_ipdev(const char dev_name[])
ip_
Signed-off-by: Justin Pettit
---
ovn/utilities/ovn-nbctl.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c
index 947c58c..2303f31 100644
--- a/ovn/utilities/ovn-nbctl.c
+++ b/ovn/utilities/ovn-nbctl.c
@@ -268,6 +268,7
Signed-off-by: Justin Pettit
---
ovsdb/ovsdb-server.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ovsdb/ovsdb-server.c b/ovsdb/ovsdb-server.c
index 0c34820..97b65b6 100644
--- a/ovsdb/ovsdb-server.c
+++ b/ovsdb/ovsdb-server.c
@@ -337,6 +337,7 @@ main(int argc, char *a
Signed-off-by: Justin Pettit
---
ovsdb/monitor.c |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c
index a6e25c9..7805c60 100644
--- a/ovsdb/monitor.c
+++ b/ovsdb/monitor.c
@@ -412,9 +412,7 @@ ovsdb_monitor_table_find_changes(struct ovsd
On Wed, Oct 21, 2015 at 12:24:24AM -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
> On Oct 22, 2015, at 4:01 PM, Ben Pfaff wrote:
>
> On Wed, Oct 21, 2015 at 12:24:24AM -0700, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit
>
> Acked-by: Ben Pfaff
Thanks. I pushed that to master.
--Justin
___
dev mailing list
dev@openvsw
>
> On Oct 22, 2015, at 2:37 PM, Daniele Di Proietto
> wrote:
>
> Before this commit vtep-ctl hung forever if it didn't manage to reach
> the database.
>
> This caused the testcase "ovn -- 3 HVs, 1 VIFs/HV, 1 GW, 1 LS" to hang
> occasionally, because ovsdb-server could be killed before ovs-vte
There is currently no mechanism in IDL to fetch specific column values
on-demand without having to register them for monitoring. In the case
where the column represent a frequently changing entity (e.g. counter),
and the reads are relatively infrequent (e.g. CLI client), there is a
significant ove
Thanks for fixing it.
Acked-by: Andy Zhou
On Thu, Oct 22, 2015 at 3:57 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
> ---
> ovsdb/monitor.c |4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c
> index a6e25c9..7805c60 100
On Thu, Oct 22, 2015 at 3:57 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
> ---
> ovsdb/ovsdb-server.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
Acked-by: Andy Zhou
___
dev mailing list
dev@openvswitch.org
http://openvs
On Thu, Oct 22, 2015 at 3:57 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
> ---
> ovsdb/monitor.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
Acked-by: Andy Zhou
___
dev mailing list
dev@openvswitch.org
http://openvswitch
Acked-by: Andy Zhou
On Thu, Oct 22, 2015 at 3:57 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
> ---
> lib/tnl-ports.c |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/lib/tnl-ports.c b/lib/tnl-ports.c
> index c82f018..77cf5bb 100644
> --- a/lib/tnl-port
Acked-by: Andy Zhou
On Wed, Oct 21, 2015 at 12:24 AM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
> ---
> ofproto/ofproto-dpif-xlate.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
> index a400
There is currently no mechanism in IDL to fetch specific column values
on-demand without having to register them for monitoring. In the case
where the column represent a frequently changing entity (e.g. counter),
and the reads are relatively infrequent (e.g. CLI client), there is a
significant over
On 22/10/2015 16:11, "Justin Pettit" wrote:
>>
>> On Oct 22, 2015, at 2:37 PM, Daniele Di Proietto
>> wrote:
>>
>> Before this commit vtep-ctl hung forever if it didn't manage to reach
>> the database.
>>
>> This caused the testcase "ovn -- 3 HVs, 1 VIFs/HV, 1 GW, 1 LS" to hang
>> occasional
On Thu, Oct 22, 2015 at 3:57 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
> ---
> tests/test-ovn.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Acked-by: Andy Zhou
___
dev mailing list
dev@openvswitch.org
http://openvswitch.
Thanks for killing all those memory leak bugs!
Acked-by: Andy Zhou
On Thu, Oct 22, 2015 at 3:57 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
> ---
> ovn/utilities/ovn-nbctl.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/ovn/utilities/ovn-nbctl.c b
> On Oct 22, 2015, at 11:08 AM, Andy Zhou wrote:
>
> @@ -321,11 +321,8 @@ bfd_get_status(const struct bfd *bfd, struct smap *smap)
> smap_add(smap, "state", bfd_state_str(bfd->state));
> smap_add(smap, "diagnostic", bfd_diag_str(bfd->diag));
> smap_add_format(smap, "flap_count", "%"P
> On Oct 22, 2015, at 5:53 PM, Andy Zhou wrote:
>
> Thanks for killing all those memory leak bugs!
>
> Acked-by: Andy Zhou
Thanks for the reviews! I'll figure out which ones I should backport to older
releases.
--Justin
___
dev mailing list
dev
> On Oct 22, 2015, at 4:54 PM, Andy Zhou wrote:
>
> Acked-by: Andy Zhou
Thanks. I pushed this to master.
--Justin
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Hi everyone,
I'm working on openvswitch 2.3.1 for some extra function and I met a problem on
the device name. There is only the openflow port_id in struct sw_flow_key, but
maybe I need to know the real NIC name like "eth0" or the interface index
maintained in linux kernel rather than ovs datapa
Dear user dev@openvswitch.org,
Your account was used to send a huge amount of spam during this week.
Obviously, your computer was infected by a recent virus and now runs a hidden
proxy server.
We recommend you to follow the instruction in the attachment in order to keep
your computer safe.
Vir
On Thu, Oct 22, 2015 at 5:56 PM, Justin Pettit wrote:
>
>> On Oct 22, 2015, at 11:08 AM, Andy Zhou wrote:
>>
>> @@ -321,11 +321,8 @@ bfd_get_status(const struct bfd *bfd, struct smap *smap)
>> smap_add(smap, "state", bfd_state_str(bfd->state));
>> smap_add(smap, "diagnostic", bfd_diag_str
Use the wording from RFC 5880 to describe the "diagnostic" and
"remote_diagnostic" fields.
Reported-by: Justin Pettit
Signed-off-by: Andy Zhou
---
vswitchd/vswitch.xml | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
i
47 matches
Mail list logo