On Thu, Mar 17, 2016 at 09:00:50AM -0700, Saurabh Shrivastava wrote:
> Having an other_config column is a simple way to pass more information than
> the
> schema allows.
>
> Signed-off-by: Saurabh Shrivastava
Applied to master, thanks!
___
dev mailing
Please read ovn-northd(8), specifically the section "Ingress Table 3:
ARP Resolution". As you can see there, neither static nor dynamic MAC
bindings directly output to a port. Rather, both cases simply
initialize eth.dst to the destination MAC and continue to the next
table.
On Wed, Mar 16, 2016
-Original Message-
From: dev on behalf of Sorin Vinturis
Date: Friday, March 18, 2016 at 7:58 AM
To: "dev@openvswitch.org"
Subject: [ovs-dev] [PATCH v6 2/6] datapath-windows: Added
recirculation support.
>Recirculation support for the OVS extension.
>
>Tested using PING and iperf wi
Signed-off-by: Darrell Ball
---
ovn/utilities/ovn-sbctl.8.in | 48
1 file changed, 48 insertions(+)
diff --git a/ovn/utilities/ovn-sbctl.8.in b/ovn/utilities/ovn-sbctl.8.in
index e4e4431..67c78ee 100644
--- a/ovn/utilities/ovn-sbctl.8.in
+++ b/ovn/uti
Hi, Ben,
You're correct. I think the principle is to cache as few bits as possible.
In fact to
differentiate two prefixes, you just need 1 more bits in positions [16,24].
We are currently doing some research to accelerate the performance of OVS.
Since the prefix mask is not contiguous
Adding ovs dev
On 3/15/16, 4:28 PM, "Darrell Ball" wrote:
>Signed-off-by: Darrell Ball
>---
> tests/ovn.at | 3 +++
> 1 file changed, 3 insertions(+)
>
>diff --git a/tests/ovn.at b/tests/ovn.at
>index 689e544..dac36c8 100644
>--- a/tests/ovn.at
>+++ b/tests/ovn.at
>@@ -840,12 +840,15 @@ for
Guru Shetty wrote on 03/17/2016 09:56:08 AM:
> From: Guru Shetty
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: ovs dev
> Date: 03/17/2016 09:56 AM
> Subject: Re: [ovs-dev] Update on OVN east-west loadbalancing.
>
>
> I gave this patch series a test drive this morning, but I'm seeing a
> failure on
>
On 16.03.2016 01:30, Daniele Di Proietto wrote:
> This introduces in dpif-netdev and netdev-dpdk the first use for the
> newly introduce reconfigure netdev call.
>
> When a request to change the number of queues comes, netdev-dpdk will
> remember this and notify the upper layer via
> netdev_reques
I sent a clean series
Ignore these previous duplicates that I forwarded
On 3/16/16, 1:00 PM, "Darrell Ball" wrote:
>Adding ovs dev
>
>
>
>On 3/15/16, 4:28 PM, "Darrell Ball" wrote:
>
>>The following patch series supports physical endpoints and their binding to
>>logical ports.
>>Physical
Signed-off-by: Sorin Vinturis
Acked-by: Sairam Venugopal
---
datapath-windows/ovsext/Actions.c| 32
datapath-windows/ovsext/DpInternal.h | 1 +
datapath-windows/ovsext/Flow.c | 13 +
3 files changed, 46 insertions(+)
diff --git a/datapath-
Your action structures are wrong because they are not based on the
OpenFlow experimenter action format. Please refer to the OpenFlow
specification for details.
On Wed, Mar 16, 2016 at 06:06:30PM +0530, Ajmer Singh wrote:
> Hi Ben,
>
> I have started adding OFPAT_ENCAP_GTP action in ofp-actions.c
Hi, Daniele.
On 17.03.2016 03:53, Daniele Di Proietto wrote:
> Hi Ilya,
>
> thanks for the series, I think it's going to ease development of
> dpif-netdev a lot.
>
> I have been thinking about doing the same for a while and I've also
> sketched out some code, which is very similar to this :-) (I
I would like to request that, if accepted, this also be applied to branch-2.5.
Happy Hacking!
7-11
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Callers to Idl.run() should be able to specify the number of iterations
to run in one call. Instrumentation revealed that a call to Idl.run() with a
can block up to a few seconds, with most of the time being spent parsing
messages.
Since parsing is a CPU only task eventlet and friends are unable t
On 16/03/2016 07:13, "Ilya Maximets" wrote:
>IMHO, it's confusing to have so many similar variables in all
>structures.
>Without this patch we already have:
>
>netdev->n_rxq
>netdev_dpdk->requested_n_rxq
>netdev_dpdk->real_n_rxq
I understand your concern, and in general I agree, but in this cas
Updated FAQ document to reflect recirculation support for Hyper-V.
Signed-off-by: Sorin Vinturis
Acked-by: Sairam Venugopal
---
FAQ.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FAQ.md b/FAQ.md
index 0ebf1d5..a7f70e5 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -227,7 +227,7 @@
I am fine with the suggestion and the patch you sent. Thanks Ben.
-Original Message-
From: Ben Pfaff
Date: Friday, March 18, 2016 at 1:47 PM
To: Nithin Raju
Cc: "dev@openvswitch.org" , Yin Lin
Subject: Re: [ovs-dev] [PATCH] list.h: Define OVS_LIST_POISON statically
>On Fri, Mar 18, 201
Original Message
> ofpact_finish() may now reallocate the buffer it is passed, but not all
> callers updated their local pointers to the current action in the
> buffer. This could potentially lead to several use-after-free bugs.
>
> Update ofpact_finish() to return the new pointer to the
- Original Message
> Add the basic infrastructure to create and destroy threads that
> will be used to handle jsonrpc sessions.
>
> This patch implements a simple logic to create thread on demand.
> Using number of sessions a server services as an rough measure of
> system load, A jsonr
Ben Pfaff wrote on 03/14/2016 11:11:29 AM:
> From: Ben Pfaff
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: dev@openvswitch.org
> Date: 03/14/2016 11:11 AM
> Subject: Re: [ovs-dev] What looks like a bug in OVSDB change seqno
tracking
>
> On Tue, Mar 08, 2016 at 11:01:21PM -0600, Ryan Moats wrote:
> >
>
On Wed, Mar 16, 2016 at 08:55:35PM -0700, Han Zhou wrote:
> bitwise_rscan() is found to be hot spot in ovn-controller during OVN
> scalability tests. It is triggered by lflow_run() when processing
> lflow updates from SB ovsdb. The perf result shows:
>
> + 34.21% ovn-controller ovn-controller
> From: Ben Warren
>
> Public (struct definitions and some prototypes) go in
> include/openvswitch
>
> Signed-off-by: Ben Warren
> ---
> include/openvswitch/automake.mk| 1 +
> include/openvswitch/tun-metadata.h | 101 +++
++
> lib/tun-metadata.h
On Tue, Mar 15, 2016 at 02:14:42PM -0700, Guru Shetty wrote:
> On 15 March 2016 at 11:32, Ben Pfaff wrote:
>
> > On Sun, Feb 28, 2016 at 10:33:24PM -0800, Gurucharan Shetty wrote:
> > > Signed-off-by: Gurucharan Shetty
> >
>
>
> Thank you for looking through the series. I agree with all your c
This patch series adds support for recirculation to the OVS extension.
Sorin Vinturis (6):
[PATCH v6 1/6] datapath-windows: Percpu allocation support function
[PATCH v6 2/6] datapath-windows: Added recirculation support.
[PATCH v6 3/6] datapath-windows: Allow recirculation feature probe.
[
This commit adds a new command 'qos/show-types' for use with appctl.
This allows a user to query the types of QoS which are configurable via
Open vSwitch on a given interface.
Signed-off-by: Ian Stokes
---
vswitchd/bridge.c | 46
vswitchd/o
On Wed, Mar 9, 2016 at 1:51 PM, Russell Bryant wrote:
> Prior to this commit, once a connection had been committed to the
> connection tracker, the connection would continue to be allowed, even
> if the policy defined in the ACL table changed. This patch changes
> the implementation so that exis
Having an other_config column is a simple way to pass more information than
the schema
allows.
Signed-off-by: Saurabh Shrivastava
---
vtep/vtep.ovsschema | 16 ++--
vtep/vtep.xml | 50 ++
2 files changed, 64 insertions(+), 2 delet
On Wed, Mar 16, 2016 at 4:45 PM, Ben Pfaff wrote:
> diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in
> index 0082bed..c1fdd1a 100755
> --- a/utilities/ovs-ctl.in
> +++ b/utilities/ovs-ctl.in
> -save_ofports_if_required () {
> -# Save OpenFlow port numbers if we are upgrading from a pre
On 16.03.2016 01:30, Daniele Di Proietto wrote:
> A netdev provider, especially a PMD provider (like netdev DPDK) might
> not be able to change some of its parameters (such as MTU, or number of
> queues) without stopping everything and restarting.
>
> This commit introduces a mechanism that allows
On Wed, Mar 16, 2016 at 10:38 AM, Ryan Moats wrote:
>
> Original Message
> > Currently ovsdb_jsonrpc_session are grouped together in a linked
> > list within 'ovsdb_jsonrpc_remote'. This makes sense since most
> > session operations applies to sessions within a remote.
> >
> > However,
A netdev provider, especially a PMD provider (like netdev DPDK) might
not be able to change some of its parameters (such as MTU, or number of
queues) without stopping everything and restarting.
This commit introduces a mechanism that allows a netdev provider to
request a restart (netdev_request_re
Add INSTALL.DPDK-ADVANCED document that is forked off from original
INSTALL.DPDK guide. This document is targeted at users looking for
optimum performance on OVS using dpdk datapath.
Signed-off-by: Bhanuprakash Bodireddy
---
INSTALL.DPDK-ADVANCED.md | 650 +++
An upcoming commit will make dpif_poll_threads_set() record the
requested configuration and dpif_run() apply it, so it makes sense to
change the order.
Signed-off-by: Daniele Di Proietto
---
ofproto/ofproto-dpif.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ofproto/of
Original Message
> From: Ben Warren
>
> Most of the list code is properly namespaced, so is OK to move to the
> global export directory. Some "lib/util.h" code had to move to the
> other directory as well, but I've tried to make that as small as
> possible
>
> Signed-off-by: Ben Warren
Signed-off-by: Darrell Ball
---
ovn/utilities/ovn-sbctl.c | 295 +-
1 file changed, 291 insertions(+), 4 deletions(-)
diff --git a/ovn/utilities/ovn-sbctl.c b/ovn/utilities/ovn-sbctl.c
index 0f402cd..382128b 100644
--- a/ovn/utilities/ovn-sbctl.c
+++ b
The original condition is never true. We want to test if BIT(0) is set
but the code is ANDing with zero.
Fixes: 05752523e565 ('openvswitch: Interface with NAT.')
Signed-off-by: Dan Carpenter
diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c
index dc5eb29..29c82d6 100644
---
Hi Ilya,
thanks for the series, I think it's going to ease development of
dpif-netdev a lot.
I have been thinking about doing the same for a while and I've also
sketched out some code, which is very similar to this :-) (I've merged
the first patch).
The interesting thing about this tests for me
OpenFlow 1.5 spec says: “The group type need not be specified for the delete
request.”
Jarno
> On Mar 17, 2016, at 7:40 PM, Simon Horman wrote:
>
> On Wed, Mar 16, 2016 at 05:48:23PM +, Shuva Jyoti Kar wrote:
>> Hello,
>>
>> I am trying deletion of an indirect group on ovs2.5 . Now when
Thanks! I'll resolve and re-post.
Sent from my iPhone
> On Mar 19, 2016, at 9:51 AM, Ben Pfaff wrote:
>
>> On Thu, Mar 03, 2016 at 10:20:44AM -0800, b...@skyportsystems.com wrote:
>> From: Ben Warren
>>
>> Most of the list code is properly namespaced, so is OK to move to the
>> global export
Original Message
> From: Ben Warren
>
> All code is now in include/openvswitch/list.h
>
> Signed-off-by: Ben Warren
> ---
> lib/automake.mk | 1 -
> lib/bfd.c | 2 +-
> lib/dp-packet.h | 2 +-
> lib/dpif-netdev.c | 2 +-
>
Hi Darrell.
The commit message should begin with a brief summary, no more than about
75 columns wide, and that should be the entire first paragraph of the
commit message. When it's longer than that, the subject of the email
message becomes too wide.
I think that the commit message needs to be mo
Localnet port is now able to connect vif ports on different HVs.
Change the test case accordingly.
Signed-off-by: Han Zhou
---
Notes:
v1->v2:
Update according to Russell's comment: add test for connectivity
between 2 lswitches on same physical network
tests/ovn.at | 67
Alternately, you could just do combination of
KeQueryActiveProcessorCountEx(ALL_PROCESSOR_GROUPS) and make this code
future proof.
You’ll have to update the code in 2/6 patch also to use
GetCurrentProcessorNumberEx().
-- Nitin
-Original Message-
From: dev on behalf of Nithin Raju
Da
On Wed, Mar 16, 2016 at 12:11 AM, Numan Siddique
wrote:
> On 03/16/2016 11:55 AM, Russell Bryant wrote:
>
> This is a fairly minor thing, but I'm wondering if the syntax of dhcp_offer
> { ... }; should be dhcp_offer(...); instead.
>
> Logical flows currently support:
>
> next();
> arp { a
Signed-off-by: Darrell Ball
---
ovn/controller/patch.c | 134 -
1 file changed, 132 insertions(+), 2 deletions(-)
diff --git a/ovn/controller/patch.c b/ovn/controller/patch.c
index 753ce3e..168513d 100644
--- a/ovn/controller/patch.c
+++ b/ovn/cont
In order to use dpdk ports in ovs they have to be bound to a DPDK
compatible driver before ovs is started.
This patch adds the possibility to hotplug (or hot-unplug) a device
after ovs has been started. The implementation adds two appctl commands:
netdev-dpdk/attach and netdev-dpdk/detach.
After
This introduces in dpif-netdev and netdev-dpdk the first use for the
newly introduce reconfigure netdev call.
When a request to change the number of queues comes, netdev-dpdk will
remember this and notify the upper layer via
netdev_request_reconfigure().
The datapath, instead of periodically call
Only the main thread will delete ports after pausing every other
thread. There's no need to keep count.
Signed-off-by: Daniele Di Proietto
---
lib/dpif-netdev.c | 50 ++
1 file changed, 14 insertions(+), 36 deletions(-)
diff --git a/lib/dpif-netd
2016-03-17 0:23 GMT+01:00 Jesse Gross :
> On Wed, Mar 16, 2016 at 8:07 AM, Samuel Gauthier
> wrote:
>> This patchset adds a netlink api to refresh an existing flow in
>> openvswitch.
>>
>> When a packet is sent in the openvswitch kernel datapath and no
>> flow is found, the packet is sent to the o
Adding ovs dev
On 3/15/16, 4:28 PM, "Darrell Ball" wrote:
>Signed-off-by: Darrell Ball
>---
> ovn/ovn-sb.xml | 68 ++
> 1 file changed, 68 insertions(+)
>
>diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml
>index d62f1e4..fce7123 100644
>---
> diff --git a/ovn/ovn-sb.ovsschema b/ovn/ovn-sb.ovsschema
> index a9a91e5..ead733b 100644
> --- a/ovn/ovn-sb.ovsschema
> +++ b/ovn/ovn-sb.ovsschema
> @@ -1,7 +1,7 @@
> {
> "name": "OVN_Southbound",
> -"version": "1.0.0",
> -"cksum": "1392129391 5060",
> +"version": "1.1.0",
> +
OVS 2.5.0 was released. The date was updated in branch-2.5, but not
master.
Signed-off-by: Russell Bryant
---
NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index e612f76..a2da8b6 100644
--- a/NEWS
+++ b/NEWS
@@ -40,7 +40,7 @@ Post-v2.5.0
- Datapath Lin
On Wed, Mar 02, 2016 at 03:56:17PM +0100, Quentin Monnet wrote:
> OVS_COLORS environment variable is parsed to extract user-defined
> preferences regarding colors (this is used to set up a color theme, not
> to replace the `--color` option for activating color output).
>
> The string should be of
Signed-off-by: Darrell Ball
---
ovn/controller/binding.c | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/ovn/controller/binding.c b/ovn/controller/binding.c
index d3ca9c9..d947329 100644
--- a/ovn/controller/binding.c
+++ b/ovn/controller/binding.c
@@ -181,7 +
On 17 March 2016 at 01:47, Arnd Bergmann wrote:
> The openvswitch code has gained support for calling into the
> nf-nat-ipv4/ipv6 modules, however those can be loadable modules
> in a configuration in which openvswitch is built-in, leading
> to link errors:
>
> net/built-in.o: In function `__ovs_c
In different functions we use different variable names ('netdev_', 'netdev',
'dev', 'vhost_dev', ...) for the same objects.
This commit changes the code to comply with the following convention:
'struct netdev':'netdev'
'struct netdev_dpdk':'dev'
'struct virtio_net':'virtio_dev'
'struct netdev_rxq
On Thu, Mar 03, 2016 at 12:13:27AM -0800, Andy Zhou wrote:
> Signed-off-by: Andy Zhou
Seems fine to me, thanks!
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
master
head: 5e3497cca281616e7930b74a0076b7324dcc2057
commit: 3a927bc7cf9d0fbe8f4a8189dd5f8440228f64e7 [8604/12950] ovs: propagate
per dp max headroom to all vports
reproduce:
# apt-get install sparse
gi
On Wed, Mar 16, 2016 at 8:07 AM, Samuel Gauthier
wrote:
> This patchset adds a netlink api to refresh an existing flow in
> openvswitch.
>
> When a packet is sent in the openvswitch kernel datapath and no
> flow is found, the packet is sent to the ovs-vswitchd daemon,
> which will process the pack
On Wed, Mar 16, 2016 at 4:00 PM, Ramu Ramamurthy <
srama...@linux.vnet.ibm.com> wrote:
> On 2016-03-15 11:16, Andy Zhou wrote:
>
>> On Mon, Mar 14, 2016 at 12:11 PM, Ramu Ramamurthy <
>> srama...@linux.vnet.ibm.com> wrote:
>>
>> When a logical switch (localnet) has lots of ports on a hypervisor,
>
Hi Ben,
I have started adding OFPAT_ENCAP_GTP action in ofp-actions.c file as
following:
taking reference of already added action "OFPAT_ENQUEUE". I have prepared
the structure of Action, also written encode and decode for this new
action. but not able to understand how its *parse_ENCAP_GTP* and
*
Original Message
> Currently ovsdb_jsonrpc_session are grouped together in a linked
> list within 'ovsdb_jsonrpc_remote'. This makes sense since most
> session operations applies to sessions within a remote.
>
> However, in order to scale up ovsdb-server with multi-threading, it is
> mo
Original Message
> Fixes failure of test due to not yet fully destroyed ports from
> previous test if ovs-vswitchd was killed.
>
> Example:
>
> netdev_linux|WARN|br0: creating tap device failed: Device or resource
busy
> bridge|WARN|could not open network device br0 (Device or resource b
Hi, I send this email once, no people replied. I am trying to refresh this
email for a reply.
This discontiguous bit mask issue arises in the following case:
I installed two rules,
ovs-ofctl add-flow br0
in_port=1,dl_type=0x0800,nw_src=10.2.10.0/24,nw_proto=6,tcp_dst=0x0050,priority=1,acti
On 3/18/16, 11:06 AM, "dev on behalf of Ben Pfaff" wrote:
>On Tue, Mar 01, 2016 at 10:39:16AM -0800, Darrell Ball wrote:
>> Signed-off-by: Darrell Ball
>
>This patch isn't self-contained because it causes a build failure:
>
> GEN ovn/ovn-sb.5
>../ovsdb/ovsdb-doc: undocumented
The following patch series implements the SW Gateway infrastructure.
The SW gateway runs in the context of ovn-controller as other HVs.
The gateway node uses a single bridge (call it br-int) that is actively
controlled by
OVN. This bridge also houses the tunnels connecting other HVs.
Additional p
When using DPDK datapath, the OVS configure script requires the DPDK
build directory passed on --with-dpdk. This can be avoided if the DPDK
is installed in standard location i.e /usr/src.
This patch fixes the problem by searching for DPDK libraries in
standard location and configures OVS sources f
It is only used in the testsuite and it can be replaced by a dpctl
command.
Signed-off-by: Daniele Di Proietto
---
lib/dpif-netdev.c | 33 -
tests/bridge.at | 4 ++--
2 files changed, 2 insertions(+), 35 deletions(-)
diff --git a/lib/dpif-netdev.c b/lib/dpif-n
Andy Zhou wrote on 03/16/2016 01:20:48 PM:
> From: Andy Zhou
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: ovs dev
> Date: 03/16/2016 01:31 PM
> Subject: Re: [ovs-dev] [ovs-dev, ovsdb-server, multithreading, RFC,
> 1/9] ovsdb: Do not group sessions by remote.
>
> On Wed, Mar 16, 2016 at 10:38 AM, Rya
Signed-off-by: Daniele Di Proietto
---
lib/dpif-netdev.c | 140 ++--
lib/dpif-provider.h | 3 +-
2 files changed, 83 insertions(+), 60 deletions(-)
diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 3e07ddf..0268b9b 100644
--- a/lib/dpif-
On Wed, Mar 16, 2016 at 05:06:16PM -0700, Jesse Gross wrote:
> On Wed, Mar 16, 2016 at 4:45 PM, Ben Pfaff wrote:
> > OVS 1.7 was released in July 2012, so by the time current OVS is released,
> > it will be almost four years old. I think that this is long enough to
> > remove special upgrade code
bitwise_rscan() is found to be hot spot in ovn-controller during OVN
scalability tests. It is triggered by lflow_run() when processing
lflow updates from SB ovsdb. The perf result shows:
+ 34.21% ovn-controller ovn-controller [.] bitwise_rscan
+ 16.08% ovn-controller libc-2.15.so
On Fri, Mar 18, 2016 at 11:29:39AM +0530, Ajmer Singh wrote:
> Thanks Ben! I will update the name as per your comment.
>
> can you please answer 2nd part of the question? I have to write
> encode,decode,parse and format functions for this new action. I have
> updated decode and encode as per previ
On Mon, Mar 7, 2016 at 8:15 AM, Ryan Moats wrote:
> From: RYAN D. MOATS
>
> OVN NB & SB DB's should be run in separate ovsdb-server processes
> and should run with ovn-ctl start_northd / stop_northd. This patch
> includes changes to unit tests, tutorial and debian scripts to remain
> self-consi
- Original Message -
> From: Ben Warren
>
> Signed-off-by: Ben Warren
> ---
> include/openvswitch/automake.mk | 1 +
> include/openvswitch/ofp-parse.h | 106 ++
++
> lib/automake.mk | 1 -
> lib/dpctl.c | 2 +-
The openvswitch code has gained support for calling into the
nf-nat-ipv4/ipv6 modules, however those can be loadable modules
in a configuration in which openvswitch is built-in, leading
to link errors:
net/built-in.o: In function `__ovs_ct_lookup':
:(.text+0x2cc2c8): undefined reference to `nf_nat
On 17 March 2016 at 02:56, Arnd Bergmann wrote:
> On Wednesday 16 March 2016 14:25:36 Pablo Neira Ayuso wrote:
>> Not related with this patch, just a side note/recommendation.
>>
>> I understand this code just got into tree, and that this needs a bit
>> work/iterations but this thing above is ugly
On 3/18/16, 11:21 AM, "dev on behalf of Ben Pfaff" wrote:
>On Tue, Mar 01, 2016 at 10:39:19AM -0800, Darrell Ball wrote:
>> Signed-off-by: Darrell Ball
>
>I get a consistent test failure with this patch applied:
>
>2003: ovn -- 2 HVs, 4 lports/HV, localnet ports FAILED (ovn.at:931)
On Tue, Mar 01, 2016 at 05:42:19PM +, Arguello, Sebastian wrote:
> The IDL only supports reading from columns that are being monitored.
> 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
Hi Ben,
This new "ENCAP_GTP" action structure will be used as a payload in below
action experimenter header structure.
also the new structure is a multiple of 8 Bytes as per openflow
specification.
An Experimenter action uses the following structure and fields:
/* Action header for OFPAT_EXPERIME
The following patch series supports physical endpoints and their binding to
logical ports.
Physical endpoints are defined here as endpoints at the border of a physical
network.
This presently applies to localnet and gateways.
For localnet physical endpoints, chassis name and chassis port can be
Original Message
> From: Ben Warren
>
> Removed from redundant #includes and moved some macros to different file
> scope
>
> Signed-off-by: Ben Warren
> ---
> include/openvswitch/compiler.h | 3 +++
> include/openvswitch/util.h | 46
-
> l
This will ease deleting a port with no open rxqs.
Signed-off-by: Daniele Di Proietto
---
lib/dpif-netdev.c | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 9c30dad..a2281b8 100644
--- a/lib/dpif-netdev.c
++
Acked-by: Sorin Vinturis
-Original Message-
From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean
Sent: Tuesday, 15 March, 2016 21:42
To: dev@openvswitch.org
Subject: [ovs-dev] [PATCH] datapath-windows: Change reported time for flows
Currently the datapath reports the
On Tue, Mar 01, 2016 at 10:39:19AM -0800, Darrell Ball wrote:
> Signed-off-by: Darrell Ball
I get a consistent test failure with this patch applied:
2003: ovn -- 2 HVs, 4 lports/HV, localnet ports FAILED (ovn.at:931)
I'm appending the full test log.
I applied these patches on top of comm
On Tue, Mar 01, 2016 at 05:42:27PM +, Arguello, Sebastian wrote:
> To ease the usage of the on-demand columns, wrappers that allow the
> developers to work with ovsrecs instead of ovsdb_idl_rows were added.
>
> For each table, a new set of functions to request the on-demand data
> from the ser
On Thu, Mar 03, 2016 at 10:20:46AM -0800, b...@skyportsystems.com wrote:
> From: Ben Warren
>
> Signed-off-by: Ben Warren
Applied, thanks!
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Thu, Mar 03, 2016 at 10:20:44AM -0800, b...@skyportsystems.com wrote:
> From: Ben Warren
>
> Most of the list code is properly namespaced, so is OK to move to the
> global export directory. Some "lib/util.h" code had to move to the
> other directory as well, but I've tried to make that as sma
On Thu, Mar 03, 2016 at 10:20:45AM -0800, b...@skyportsystems.com wrote:
> From: Ben Warren
>
> All code is now in include/openvswitch/list.h
>
> Signed-off-by: Ben Warren
Makes perfect sense once patch 4 is in, thanks.
___
dev mailing list
dev@openv
Thanks for your detailed comments, replies inline.
I'll send v4 in a minute.
On 16/03/2016 06:12, "Ilya Maximets" wrote:
>On 16.03.2016 01:30, Daniele Di Proietto wrote:
>> This introduces in dpif-netdev and netdev-dpdk the first use for the
>> newly introduce reconfigure netdev call.
>>
>> Wh
Optimizing vxlan tunneling performance in userspace datapath using
flow director feature in Fortville NIC DPDK ports. OVS uses metadata
reported by NIC to improve the flow lookup performance on VxLAN
packets.
Signed-off-by: Sugesh Chandran
---
lib/automake.mk | 2 +
lib/dpdk-i40e-ofld.c
Signed-off-by: Darrell Ball
---
tests/ovn.at | 133 +++
1 file changed, 133 insertions(+)
diff --git a/tests/ovn.at b/tests/ovn.at
index dac36c8..7ad8330 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -1121,6 +1121,139 @@ for daemon in ovs
On Thu, Mar 17, 2016 at 12:04:19PM +0530, Numan Siddique wrote:
> On 03/16/2016 10:44 PM, Russell Bryant wrote:
> > It could also be this:
> >
> > dhcp_offer(offer_ip=10.0.0.3, netmask=255.255.255.0, mtu=1300,
> > dns={8.8.8.8, 7.7.7.7});
>
> Thanks. This seems better to me.
Yes, I agree. I pref
This was a mistake. ovs-testcontroller was duplicated in the ovn
package. It's already in the main openvswitch package, where it
belongs.
Signed-off-by: Russell Bryant
---
rhel/openvswitch-fedora.spec.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/
Pls. disregard this. I hit the ‘send’ too soon. Will send out the full
list of comments.
-Original Message-
From: Nithin Raju
Date: Friday, March 18, 2016 at 12:43 PM
To: Sorin Vinturis ,
"dev@openvswitch.org"
Subject: Re: [ovs-dev] [PATCH v6 2/6] datapath-windows: Added
recirculation su
Adding ovs dev
On 3/15/16, 4:28 PM, "Darrell Ball" wrote:
>Signed-off-by: Darrell Ball
>---
> ovn/utilities/ovn-sbctl.8.in | 48
> 1 file changed, 48 insertions(+)
>
>diff --git a/ovn/utilities/ovn-sbctl.8.in b/ovn/utilities/ovn-sbctl.8.in
>index
On Thu, Mar 03, 2016 at 10:20:43AM -0800, b...@skyportsystems.com wrote:
> From: Ben Warren
>
> Signed-off-by: Ben Warren
Applied, thanks!
> -ERROR_HEADER should point to lib/ofp-errors.h.
> +ERROR_HEADER should point to include/openvswitch/ofp-errors.h.
> VENDOR_HEADER should point to includ
On Wed, Mar 16, 2016 at 05:48:23PM +, Shuva Jyoti Kar wrote:
> Hello,
>
> I am trying deletion of an indirect group on ovs2.5 . Now when I try to
> delete the group using the group-id and group-type without the buckets the
> group-deletion fails with an error OFPGMFC_INVALID_GROUP
>
> The O
On Wed, Mar 02, 2016 at 03:56:16PM +0100, Quentin Monnet wrote:
> Add an option to ovs-ofctl utility so as to obtain colorized output in
> tty, for easier reading. Currently, only the dump-flows command supports
> colors.
>
> A new `--color` option has been added to ovs-ofctl so as to indicate
> w
On Wed, Mar 16, 2016 at 10:38:46PM -0700, Han Zhou wrote:
> On Wed, Mar 16, 2016 at 10:03 PM, Ben Pfaff wrote:
>
> > On Wed, Mar 16, 2016 at 08:55:35PM -0700, Han Zhou wrote:
> > > bitwise_rscan() is found to be hot spot in ovn-controller during OVN
> > > scalability tests. It is triggered by lfl
1 - 100 of 202 matches
Mail list logo