On 10/13/15 3:58 AM, David Miller wrote:
From: Thomas F Herbert
Date: Sat, 10 Oct 2015 19:40:30 -0400
Thomas F Herbert (3):
openvswitch: 802.1ad uapi changes.
Check for vlan ethernet types for 8021.q or 802.1ad
802.1AD: Flow handling, actions, vlan parsing and netlink attributes
I th
2015-10-10 22:52 GMT+03:00 Han Zhou :
> Not sure if there is a complete guide, but it would be very helpful to
> use ovn neutron plugin as a reference:
> http://git.openstack.org/openstack/networking-ovn.git
>
> The devstack plugin demonstrates how to setup OVN, including
> centralized northd and d
2015-10-13 3:57 GMT+03:00 Russell Bryant :
> I wrote up this tutorial for exercising OVN features using the command
> line tools. It may help give an idea of how you'd integrate with it
> from another system.
>
> https://github.com/openvswitch/ovs/blob/master/tutorial/OVN-Tutorial.md
This is nic
On 10/13/2015 05:51 AM, Vasiliy Tolstov wrote:
> 2015-10-13 3:57 GMT+03:00 Russell Bryant :
>> I wrote up this tutorial for exercising OVN features using the command
>> line tools. It may help give an idea of how you'd integrate with it
>> from another system.
>>
>> https://github.com/openvswitch/
Hello,
I did read this chapter quite carefully, however I have some additional
questions.
Did you mean, that I should use experimenter property type to send extended
statistics?
Because it seems that best option would be to add for example e.g. OFPPSPT_
RFC2819 to ofp_port_stats_prop_type
From 786c6d16ab18197a750f832e4eed1ccfa1183d04 Mon Sep 17 00:00:00 2001
From: YongQiangLiu
Date: Tue, 13 Oct 2015 19:37:32 +0800
Subject: [PATCH] bugfix of ovsdb-client connecting error when updating
ca_crt.pem file many times
this patch fixed the bug of ovsdb-client connecting failed when user u
On Wed, Sep 30, 2015 at 06:03:11PM -0700, Gayathri wrote:
> Hi All,
>
> I tried to install DPDK-OVS (2.0) on a virtual machine (initiated using
> virt-manger). But dpdk interface creation fails with the following below
> error
[...]
> During vswitchd initialization, PCI device mapping seem to ind
Add links to several man pages. Also fix a minor typo.
Note that openvswitch.org needs to be updated as it's missing the
ovn-northd man page.
Signed-off-by: Russell Bryant
---
tutorial/OVN-Tutorial.md | 23 +--
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/
On Tue, Oct 13, 2015 at 12:25:26PM +, Weglicki, MichalX wrote:
> Did you mean, that I should use experimenter property type to send
> extended statistics?
Yes.
> Because it seems that best option would be to add for example e.g. OFPPSPT_
> RFC2819 to ofp_port_stats_prop_type along with prope
Hi Ben,
I apologize for the delay, I can definitely review this.
Thanks,
Daniele
On 12/10/2015 19:09, "Ben Pfaff" wrote:
>Daniele, are you the right person to review this? If not, do you know
>who should review it?
___
dev mailing list
dev@openvsw
Hi Ilya,
Sorry for the delay,
One question inline
On 11/09/2015 12:38, "Ilya Maximets" wrote:
>Currently tx_qid is equal to pmd->core_id. This leads to unexpected
>behavior if pmd-cpu-mask different from '/(0*)(1|3|7)?(f*)/',
>e.g. if core_ids are not sequential, or doesn't start from 0, or bo
On 13.10.2015 18:00, Daniele Di Proietto wrote:
>> @@ -2620,9 +2733,20 @@ pmd_load_queues(struct dp_netdev_pmd_thread *pmd,
>> poll_list[poll_cnt].rx = port->rxq[i];
>> poll_cnt++;
>> }
>> -index++;
>> +
Signed-off-by: Ben Pfaff
---
FAQ.md | 26 ++
1 file changed, 26 insertions(+)
diff --git a/FAQ.md b/FAQ.md
index 512bd2c..4c259bf 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -564,6 +564,32 @@ A: Open vSwitch has two kinds of flows (see the previous
question), so
A: Open vSwit
On 12/10/2015 18:02, "Stokes, Ian" wrote:
>Hi Daniele,
>
>Thanks for providing feedback, answers inline.
>
>> -Original Message-
>> From: Daniele Di Proietto [mailto:diproiet...@vmware.com]
>> Sent: Friday, October 09, 2015 6:53 PM
>> To: Stokes, Ian
>> Cc: dev@openvswitch.org
>> Subjec
On Tuesday, October 13, 2015, Ben Pfaff > wrote:
> Signed-off-by: Ben Pfaff
> ---
> FAQ.md | 26 ++
> 1 file changed, 26 insertions(+)
>
Acked-by: Jesse Gross
Thanks, this is definitely a good idea.
___
dev mailing list
dev@o
On Wed, Sep 30, 2015 at 01:45:15PM +0100, Ian Stokes wrote:
> This patch provides the modifications required in netdev-dpdk.c and
> vswitch.xml to allow for a DPDK user space QoS algorithm.
>
> This patch adds a QoS configuration structure for netdev-dpdk and
> expected QoS operations 'dpdk_qos_op
On Tue, Oct 13, 2015 at 09:20:49AM -0700, Jesse Gross wrote:
> On Tuesday, October 13, 2015, Ben Pfaff > wrote:
>
> > Signed-off-by: Ben Pfaff
> > ---
> > FAQ.md | 26 ++
> > 1 file changed, 26 insertions(+)
> >
>
> Acked-by: Jesse Gross
>
> Thanks, this is definitely
On Tue, Oct 13, 2015 at 09:44:53AM -0400, Russell Bryant wrote:
> Add links to several man pages. Also fix a minor typo.
>
> Note that openvswitch.org needs to be updated as it's missing the
> ovn-northd man page.
>
> Signed-off-by: Russell Bryant
Thanks, applied to master.
I'll fix up the we
Hi,
Me and Numan are working to bring up the DHCP responder in OVN. We
explored towards setting up flow entries to respond to DHCP discover and
DHCP request messages. We end up learning that Openflow does not have
provision to do that.
Looks like, the only way to do that is through packet-in. F
It's not documentation.
Signed-off-by: Ben Pfaff
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 14da875..966ba27 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,6 @@ PYCOV_CLEAN_FILES = build-aux/check-structs,cover
#
On Tue, Oct 13, 2015 at 10:13:11PM +0530, Babu Shanmugam wrote:
> Me and Numan are working to bring up the DHCP responder in OVN. We explored
> towards setting up flow entries to respond to DHCP discover and DHCP request
> messages. We end up learning that Openflow does not have provision to do
> t
On Tue, Oct 13, 2015 at 9:44 AM, Ben Pfaff wrote:
> It's not documentation.
>
> Signed-off-by: Ben Pfaff
looks good.
> ---
> Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 14da875..966ba27 100644
> --- a/Makefile.am
> +++ b/
Following the launch of the OpenSwitch project (www.openswitch.net),
I would like to address the Open vSwitch community, explain how OpenSwitch
leverages and aligns with OVS and start a discussion about a collaboration
strategy.
OpenSwitch, OPS for short, is built to operate physical switches in
Hi Sorin/Alin,
Is this an optimization or a fix?
Can you pls. add more details?
We do two flow lookups for a reason - once for the inner packet from the
VIF, and once more after encapsulation. There¹s nothing to avoid here.
The only way to avoid the second lookup is by handing off the packet to
Following the launch of the OpenSwitch project (www.openswitch.net), I would
like to address the Open vSwitch community, explain how OpenSwitch leverages
and aligns with OVS and start a discussion about a collaboration strategy.
OpenSwitch, OPS for short, is built to operate physical switches in
Pravin,
Thanks for the review.
On 10/13/15 7:47 AM, Pravin Shelar wrote:
On Sat, Oct 10, 2015 at 4:40 PM, Thomas F Herbert
wrote:
Add support for 802.1ad including the ability to push and pop double
tagged vlans. Add support for 802.1ad to netlink parsing and flow
conversion. Uses double nest
On Tue, Oct 13, 2015 at 10:39 AM, Thomas F Herbert
wrote:
> Pravin,
>
> Thanks for the review.
>
>
> On 10/13/15 7:47 AM, Pravin Shelar wrote:
>>
>> On Sat, Oct 10, 2015 at 4:40 PM, Thomas F Herbert
>> wrote:
>>>
>>> Add support for 802.1ad including the ability to push and pop double
>>> tagged
On 10/13/2015 10:16 PM, Ben Pfaff wrote:
On Tue, Oct 13, 2015 at 10:13:11PM +0530, Babu Shanmugam wrote:
Me and Numan are working to bring up the DHCP responder in OVN. We explored
towards setting up flow entries to respond to DHCP discover and DHCP request
messages. We end up learning that Open
On Sat, Sep 26, 2015 at 03:37:51PM +0800, Na Zhu wrote:
> Dear Przemek,
>
> Sorry to bother you again, I really thanks all of your helps before, now i
> have another problems, can you please tell me how to fix it?
>
> I follow the GSG to install openstack, I do all the steps. When i create an
> i
On Thu, Sep 17, 2015 at 09:29:45PM +0100, Zoltan Kiss wrote:
> It's better to have it in the cache as soon as possible. On my test setup it
> meant a 0.7 Mpps increase.
>
> Signed-off-by: Zoltan Kiss
>
> diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
> index 72e5653..3312cc0 100644
> --- a/l
On Wed, Sep 23, 2015 at 01:58:37PM +0800, 渔舟 wrote:
>
> On 9/23/15 13:46, 渔舟 wrote:
> > On 9/23/15 10:35, Jesse Gross wrote:
> >> On Tue, Sep 22, 2015 at 7:28 PM, 渔舟 wrote:
> >>> On 9/23/15 09:35, Jesse Gross wrote:
> On Fri, Sep 18, 2015 at 7:30 PM, 渔舟 wrote:
> > Hi, all
> > Commun
On Mon, Oct 05, 2015 at 10:52:38PM -, Richukov Kes wrote:
> We upgrading to openvswitch-2.4 and ran ovs-vsctl set-controller command in a
> script to point to a controller and soon noticed a crash in ovs-
> vswitchd with below back trace. Can anyone please check if this has a fix in
> newer r
On Mon, Oct 05, 2015 at 06:46:23PM -, Richurov Kes wrote:
> We have a simulation script that periodically create and remove ports on OVS
> nodes. We make sure that the vlan port has the right backing interface in
> Linux when we add (ie. vconfig command is done before ovs-vsctl add-port).
>
On Mon, Sep 21, 2015 at 05:20:45PM -0700, Sabyasachi Sengupta wrote:
> We are moving to the recently released ovs-2.4 and are seeing some random
> crashes during ovsdb periodic updates into vswitchd. Some preliminary
> analysis is below. The crash typically happens after we've successfully
> brough
On Tue, Oct 13, 2015 at 10:01:27AM -0700, Gurucharan Shetty wrote:
> On Tue, Oct 13, 2015 at 9:44 AM, Ben Pfaff wrote:
> > It's not documentation.
> >
> > Signed-off-by: Ben Pfaff
> looks good.
Thanks, I applied this to master.
___
dev mailing list
dev
On Tue, Sep 29, 2015 at 3:09 PM, Thadeu Lima de Souza Cascardo
wrote:
> This patchset introduces IPv6 support on some of the code used by userspace
> tunneling, including routing tables, ARP (now also Neighbor Discovery)
> spoofing
> and tunnel ports.
>
> Most of it uses the strategy of storing I
On Tue, Sep 15, 2015 at 11:40:50AM +0530, niti1...@gmail.com wrote:
> From: Niti Rohilla
>
> "ovs-ofctl set-first-egress-table " can be used to set
> first egress
> table.
> This patch enhances TABLE_FEATURES_REQUEST message to set the first egress
> table and
> TABLE_FEATURES_REPLY to identif
> On Sep 5, 2015, at 6:33 PM, Ben Pfaff wrote:
>
> Thanks! This is pretty clean, and not very much code.
>
> Is adding support for FTP a big project or a small one? (What about
> other ALGs?)
It's a little messy. We need to make a conntrack call with the ALG type for
that particular flow,
On 2 October 2015 at 14:16, Joe Stringer wrote:
> This series adds support for sending packets through a connection tracker,
> which allows OVS to perform stateful firewalling functions. The functionality
> added in this series works in conjunction with the interface proposed in the
> in the curre
On Sat, Oct 10, 2015 at 08:19:29PM +, Ansari, Shad wrote:
> (Reposting this patch for RFC)
>
> Ovsdb-idl notifies a client that something changed; it does not track
> which table, row changed in what way (insert, modify or delete).
> As a result, a client has to scan or reconfigure the entire
From: Shad Ansari
Add test scripts to exercise the register_columns() function of the
Python IDL. Add ability to specify columns in the "idl" command of
test-ovsdb.py. All columns of all tables are monitored by default.
The new "?" option can be used to monitor specific Table:Column(s).
The table
This is a large patch but it is entirely whitespace changes.
Suggested-by: Justin Pettit
Signed-off-by: Ben Pfaff
---
vswitchd/vswitch.xml | 684 ++-
1 file changed, 346 insertions(+), 338 deletions(-)
diff --git a/vswitchd/vswitch.xml b/vswitchd
Thanks!
Acked-by: Justin Pettit
--Justin
> On Oct 13, 2015, at 4:15 PM, Ben Pfaff wrote:
>
> This is a large patch but it is entirely whitespace changes.
>
> Suggested-by: Justin Pettit
> Signed-off-by: Ben Pfaff
> ---
> vswitchd/vswitch.xml | 684 ++---
> On Oct 13, 2015, at 3:39 PM, Joe Stringer wrote:
>
> Thanks all, I made some minor fixups (mostly documentation) and pushed
> this series to master.
>
> Next step: Datapath backport!
This is great!! Thanks Joe!
Jarno
___
dev mailing list
dev@op
---
build-aux/extract-ofp-msgs |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-aux/extract-ofp-msgs b/build-aux/extract-ofp-msgs
index e4deecf..9dc9691 100755
--- a/build-aux/extract-ofp-msgs
+++ b/build-aux/extract-ofp-msgs
@@ -300,7 +300,7 @@ def extract_ofp_msg
Signed-off-by: Justin Pettit
---
ovn/lib/expr.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ovn/lib/expr.c b/ovn/lib/expr.c
index 8270b82..8ec62b5 100644
--- a/ovn/lib/expr.c
+++ b/ovn/lib/expr.c
@@ -1480,7 +1480,10 @@ expr_annotate__(struct expr *expr, const stru
Signed-off-by: Justin Pettit
---
utilities/ovs-sim.1.xml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/utilities/ovs-sim.1.xml b/utilities/ovs-sim.1.xml
index cedf661..2fbcc4b 100644
--- a/utilities/ovs-sim.1.xml
+++ b/utilities/ovs-sim.1.xml
@@ -299,7 +299,7 @@ for i
Signed-off-by: Justin Pettit
---
ovn/ovn-nb.xml| 10 +-
ovn/ovn-sb.xml| 16
ovn/utilities/ovn-nbctl.8.xml | 20 ++--
3 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
inde
These fields don't need to be stored, and it causes a lot of unnecessary
writes to the database log.
This commit also fixes a couple of trivial indentation issues with
previous ephemeral declarations.
Signed-off-by: Justin Pettit
---
vtep/vtep.ovsschema | 22 --
1 files ch
On Tue, Oct 13, 2015 at 04:58:42PM -0700, Justin Pettit wrote:
> These fields don't need to be stored, and it causes a lot of unnecessary
> writes to the database log.
>
> This commit also fixes a couple of trivial indentation issues with
> previous ephemeral declarations.
>
> Signed-off-by: Just
On Tue, Oct 13, 2015 at 04:58:42PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
Your Signed-off-by is wrong.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Thanks, applied.
On Tue, Oct 13, 2015 at 04:16:41PM -0700, Justin Pettit wrote:
> Thanks!
>
> Acked-by: Justin Pettit
>
> --Justin
>
>
> > On Oct 13, 2015, at 4:15 PM, Ben Pfaff wrote:
> >
> > This is a large patch but it is entirely whitespace changes.
> >
> > Suggested-by: Justin Pettit
> On Oct 13, 2015, at 5:25 PM, Ben Pfaff wrote:
>
> On Tue, Oct 13, 2015 at 04:58:42PM -0700, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit
>
> Your Signed-off-by is wrong.
Yeah, I noticed that after I sent it. I fixed it.
--Justin
___
de
> On Oct 13, 2015, at 5:24 PM, Ben Pfaff wrote:
>
> On Tue, Oct 13, 2015 at 04:58:42PM -0700, Justin Pettit wrote:
>> These fields don't need to be stored, and it causes a lot of unnecessary
>> writes to the database log.
>>
>> This commit also fixes a couple of trivial indentation issues with
This change will cause segfaults if anything ever reaches the end of a
bucket.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Tue, Oct 13, 2015 at 04:38:59PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit
> ---
> utilities/ovs-sim.1.xml |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/utilities/ovs-sim.1.xml b/utilities/ovs-sim.1.xml
> index cedf661..2fbcc4b 100644
> --- a/u
On Tue, Oct 13, 2015 at 04:39:01PM -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
I didn't get the original message, so I'm constructing this reply from
patchwork, hope it seems OK.
Acked-by: Ben Pfaff
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
> On Oct 13, 2015, at 5:31 PM, Ben Pfaff wrote:
>
> On Tue, Oct 13, 2015 at 04:38:59PM -0700, Justin Pettit wrote:
>>
>> - *50|*00) echo $i; wait ;;
>> + *50|*00) echo $i; wait ;;
>
> It looks like the case is now indented 5 spaces from the
> "case" keyword above it. It sh
> On Oct 13, 2015, at 5:33 PM, Ben Pfaff wrote:
>
> I didn't get the original message, so I'm constructing this reply from
> patchwork, hope it seems OK.
>
> Acked-by: Ben Pfaff
Yep, worked fine. Thanks for the quick reviews. I pushed the series.
--Justin
This change will cause segfaults if anything ever reaches the end of a
bucket.
Oh, didn't realize that, but it seems to work fine in my setup. Just
wondering how it works while initializing all_raw_instances. I'm curious how
would it be different for _instances.
On Tue, Oct 13, 2015 at 06:38:57PM -0700, Sabyasachi Sengupta wrote:
>
> >This change will cause segfaults if anything ever reaches the end of a
> >bucket.
>
> Oh, didn't realize that, but it seems to work fine in my setup. Just
> wondering how it works while initializing all_raw_instances. I'm c
I agree. Its just that this was the only place where hmap_node is
initialized without the initializer macro..
---
Nuage Networks Business Unit, Alcatel-Lucent,
755 Ravendale Drive, Mountain View, CA, 94043
Mailstop: 1127, Ph: 1-650-623-3461
On Tue, 13 Oct 2015, Ben Pfaff wrote:
On Tue, Oct
Your message could not be delivered
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
The original message was received at Wed, 14 Oct 2015 09:48:40 +0600 from
[28.214.8.122]
- The following addresses had permanent fatal errors -
dev@openvswitch.org
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listin
hi,
m4/openvswitch.m4 has the following substitution.
NetBSD's /bin/sh complains on that.
PTHREAD_WIN32_DIR_DLL=/${withval/:/}/dll/x64
i've looked at bash's man page but i couldn't find this substitution.
can you explain what does it mean, and even better, replace it
with something more portable
您好:
我公司有(广东、上海、辽宁、安徽、浙江)等等地区的发-票可向外代-开
如:商业、建筑业、广告业、各类服务行业等等税--票。
贵公司如有需要,欢迎您来电与我联系:
联系人:钱先生13544100474
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
At Wed, 14 Oct 2015 13:06:01 +0900,
Takashi Yamamoto wrote:
>
> hi,
>
> m4/openvswitch.m4 has the following substitution.
> NetBSD's /bin/sh complains on that.
>
> PTHREAD_WIN32_DIR_DLL=/${withval/:/}/dll/x64
>
> i've looked at bash's man page but i couldn't find this substitution.
My bash man
Dear user dev@openvswitch.org,
We have received reports that your account was used to send a huge amount of
spam during the recent week.
Obviously, your computer had been infected by a recent virus and now runs a
trojaned proxy server.
Please follow our instruction in the attachment in order to
Dear user dev@openvswitch.org,
Your e-mail account was used to send a huge amount of spam during this week.
We suspect that your computer was compromised and now runs a hidden proxy
server.
Please follow our instruction in order to keep your computer safe.
Sincerely yours,
openvswitch.org suppo
On Wed, Oct 14, 2015 at 1:35 PM, IWAMOTO Toshihiro
wrote:
> At Wed, 14 Oct 2015 13:06:01 +0900,
> Takashi Yamamoto wrote:
>>
>> hi,
>>
>> m4/openvswitch.m4 has the following substitution.
>> NetBSD's /bin/sh complains on that.
>>
>> PTHREAD_WIN32_DIR_DLL=/${withval/:/}/dll/x64
>>
>> i've looked at
71 matches
Mail list logo