Flavio Leitner writes:
> Instead of listing all the dependencies, use the RPM group
> 'Development Tools' and the builddep tool to find specific
> ones.
>
> Signed-off-by: Flavio Leitner
> ---
> Documentation/intro/install/fedora.rst | 54
> +++---
> Documentation/i
Hi,
Do anyone see any issues with the approach below of skipping ovs actions when
batch is emptied ?
Warm Regards,
Vishal
-Original Message-
From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev-boun...@openvswitch.org]
On Behalf Of Vishal Deep Ajmera
Sent: Wednesday, November 08, 2017
From: "Gustavo A. R. Silva"
Date: Tue, 14 Nov 2017 14:26:16 -0600
> It seems that the intention of the code is to null check the value
> returned by function genlmsg_put. But the current code is null
> checking the address of the pointer that holds the value returned
> by genlmsg_put.
>
> Fix th
Tested the patch with the steps causing the crash.
No problem detected. Also ran make check with no issues.
On Mon, Nov 13, 2017 at 2:06 PM, Ben Pfaff wrote:
> I sent a patch series that should help a little. Would you mind testing
> it against the case that was causing problems? The series is
Ponemos a su alcance por primera vez y por tiempo limitado, un exclusivo
programa con 12 Temas INEDITOS específicamente
creados para mejorar su negocio en forma completa, conveniente y accesible .
Con este programa usted
y sus colaboradores podrán obtener 12 conferencias a las cuales podrán ten
On 11/9/2017 9:30 AM, Flavio Leitner wrote:
Today Open vSwitch doesn't know about network namespaces (netns), but
users are moving internal ports to other namespaces. Although packets
are still flowing, the daemon fails to find out basic port information,
like if it is UP or DOWN, for instance.
On Wed, 8 Nov 2017 12:18:36 -0800
Ben Pfaff wrote:
> On Wed, Nov 08, 2017 at 03:31:48PM -0200, Flavio Leitner wrote:
> > On Wed, 01 Nov 2017 13:21:22 -0400
> > Aaron Conole wrote:
> >
> > > Guru Shetty writes:
> > >
> > > > On 31 October 2017 at 13:06, Aaron Conole wrote:
> > > >
> > > > Be
Instead of listing all the dependencies, use the RPM group
'Development Tools' and the builddep tool to find specific
ones.
Signed-off-by: Flavio Leitner
---
Documentation/intro/install/fedora.rst | 54 +++---
Documentation/intro/install/rhel.rst | 34 ++
On 11/13/2017 2:04 PM, Ben Pfaff wrote:
White space changes only.
Signed-off-by: Ben Pfaff
---
lib/netdev.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/lib/netdev.c b/lib/netdev.c
index 0c1545a83e3d..7792b1b75681 100644
--- a/lib/netde
It seems that the intention of the code is to null check the value
returned by function genlmsg_put. But the current code is null
checking the address of the pointer that holds the value returned
by genlmsg_put.
Fix this by properly null checking the value returned by function
genlmsg_put in order
Hello there,
I would like to know if you are interested in acquiring Virtualization Contact
List.
Information fields: Names, Title, Email, Phone, Company Name, Company URL,
Company physical address, SIC Code, Industry, Company Size (Revenue and
Employee).
If you are interested, let me know you
This commit introduces xnanosleep() for the threads needing high
resolution sleep timeouts.
usleep() that provides microsecond granularity is deprecated and
threads wanting sub-second(ms,us,ns) granularity can use this implementation.
CC: Aaron Conole
CC: Alin Gabriel Serdean
CC: Ben Pfaff
Sig
This commit replaces the numbers with MSEC_PER_SEC, NSEC_PER_SEC and
USEC_PER_MSEC macros when dealing with timespec and timeval.
This commit doesn't change functionality.
Signed-off-by: Bhanuprakash Bodireddy
---
lib/timeval.c| 29 -
lib/timeval.h
On 11/9/2017 9:31 AM, Flavio Leitner wrote:
Recent kernels provide the network namespace ID of a port,
so use that to discover where the port currently is.
Signed-off-by: Flavio Leitner
---
datapath/linux/compat/include/linux/openvswitch.h | 2 ++
lib/dpif-netlink.c
Currently, there is one global lock for conntrack module, which protects
conntrack entries and conntrack table. All the NAT operations are
performed holding this lock.
This becomes inefficient, as the number of conntrack entries grow.
With new implementation, we will have two PNDIS_RW_LOCK_EX lock
Currently NAT module relies on the existing conntrack lock.
This patch provides a basic lock implementation for NAT module
in conntrack.
Signed-off-by: Anand Kumar
---
datapath-windows/ovsext/Conntrack.c | 36 ++--
1 file changed, 34 insertions(+), 2 deletions(-)
Some of the functions and code are refactored
so that new conntrack lock can be implemented
Signed-off-by: Anand Kumar
---
datapath-windows/ovsext/Conntrack-nat.c | 11 +--
datapath-windows/ovsext/Conntrack.c | 170 ++--
datapath-windows/ovsext/Conntrack.h |
This patch series replaces existing one RW lock implemenation in
conntrack with two RW locks in conntrack and one RW lock in NAT.
Anand Kumar (3):
datapath-windows: Refactor conntrack code.
datapath-windows: Add a global level RW lock for NAT
datapath-windows: Optimize conntrack lock impleme
> -Original Message-
> From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev-
> boun...@openvswitch.org] On Behalf Of Ben Pfaff
> Sent: Tuesday, November 14, 2017 8:16 PM
> To: Alin Gabriel Serdean
> Cc: d...@openvswitch.org
> Subject: Re: [ovs-dev] [PATCH] ovn.at: Fix MSYS IPv6 interpre
On Tue, Nov 14, 2017 at 03:49:44AM +0200, Alin Gabriel Serdean wrote:
> Unfortunately MSYS transforms `0::` into the location of the binaries i.e.:
> c:\MinGW\msys\1.0\64.
>
> Currently the test:
> `testing ovn -- IPv6 Neighbor Solicitation for unknown MAC`
> fails because of the above:
> "ovn-nbc
Until now, the code for mapping ODP port number to ifindexes and vice versa
has maintained two completely separate data structures, one for each
direction. It was possible for the two mappings to become out of sync
with each other since either one could change independently. This commit
merges th
White space changes only.
Signed-off-by: Ben Pfaff
---
lib/netdev.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/lib/netdev.c b/lib/netdev.c
index 7aa3e0aedb4c..8dd35864d7cb 100644
--- a/lib/netdev.c
+++ b/lib/netdev.c
@@ -2314,10 +2314,10 @@ netdev_
v1->v2: Applied and dropped patch 2.
Ben Pfaff (2):
netdev: Indentation and style fixes.
netdev: Eliminate redundant ifindex mapping.
lib/netdev.c | 77
1 file changed, 20 insertions(+), 57 deletions(-)
--
2.10.2
___
On Mon, Nov 13, 2017 at 06:41:20PM -0800, Gregory Rose wrote:
>
>
> On 11/13/2017 2:04 PM, Ben Pfaff wrote:
> >There was no reason that this should have been a macro.
> >
> >Signed-off-by: Ben Pfaff
> >---
> > lib/netdev.c | 17 ++---
> > 1 file changed, 10 insertions(+), 7 deletion
On Tue, Nov 14, 2017 at 10:08:54AM -0800, Ben Pfaff wrote:
> On Mon, Nov 13, 2017 at 07:36:39PM -0800, Gregory Rose wrote:
> > On 11/13/2017 4:58 PM, Ben Pfaff wrote:
> > >Until now, the tests have tried to create an IPv6 socket to figure out
> > >whether the system under test supports IPv6. Recen
On Mon, Nov 13, 2017 at 07:36:39PM -0800, Gregory Rose wrote:
> On 11/13/2017 4:58 PM, Ben Pfaff wrote:
> >Until now, the tests have tried to create an IPv6 socket to figure out
> >whether the system under test supports IPv6. Recently we've seen test
> >failures on Travis which appear to be becaus
On Mon, Nov 13, 2017 at 7:36 PM, Gregory Rose wrote:
> On 11/13/2017 4:58 PM, Ben Pfaff wrote:
>>
>> Until now, the tests have tried to create an IPv6 socket to figure out
>> whether the system under test supports IPv6. Recently we've seen test
>> failures on Travis which appear to be because, al
From: Wei Yongjun
Date: Tue, 14 Nov 2017 06:27:12 +
> The callback function of call_rcu() just calls a kfree(), so we
> can use kfree_rcu() instead of call_rcu() + callback function.
>
> Signed-off-by: Wei Yongjun
Applied.
___
dev mailing list
d.
From: Wei Yongjun
Date: Tue, 14 Nov 2017 06:27:03 +
> Fixes the following sparse warnings:
>
> net/openvswitch/flow_netlink.c:340:8: warning:
> symbol 'ovs_nsh_key_attr_size' was not declared. Should it be static?
>
> Signed-off-by: Wei Yongjun
Applied.
__
From: Wei Yongjun
Date: Tue, 14 Nov 2017 06:20:16 +
> In case of error, the function ovs_meter_cmd_reply_start() returns
> ERR_PTR() not NULL. The NULL test in the return value check should
> be replaced with IS_ERR().
>
> Fixes: 96fbc13d7e77 ("openvswitch: Add meter infrastructure")
> Signe
This commit extends netdev_dpdk_get_status API to include additional
driver-related information: if_type and if_descr.
v2->v3: Code rebase.
v3->v4: Minor comments applied.
v5->v6: Adds DPDK port specific description in documentation.
Co-authored-by: Michal Weglicki
Signed-off-by: Michal Weglicki
Extend flow key part of data record to include following Information Elements:
- ingressInterface
- ingressInterfaceType
- egressInterface
- egressInterfaceType
- interfaceName
- interfaceDescription
In case of input sampling we don't have information about egress port.
Define templates depending
On Tue, Nov 14, 2017 at 11:57 AM, Wei Yongjun wrote:
> The callback function of call_rcu() just calls a kfree(), so we
> can use kfree_rcu() instead of call_rcu() + callback function.
>
> Signed-off-by: Wei Yongjun
Acked-by: Pravin B Shelar
___
dev ma
On Tue, Nov 14, 2017 at 11:57 AM, Wei Yongjun wrote:
> Fixes the following sparse warnings:
>
> net/openvswitch/flow_netlink.c:340:8: warning:
> symbol 'ovs_nsh_key_attr_size' was not declared. Should it be static?
>
Acked-by: Pravin B Shelar
> Signed-off-by: Wei Yongjun
> ---
> net/openvswi
On Tue, Nov 14, 2017 at 11:50 AM, Wei Yongjun wrote:
> In case of error, the function ovs_meter_cmd_reply_start() returns
> ERR_PTR() not NULL. The NULL test in the return value check should
> be replaced with IS_ERR().
>
> Fixes: 96fbc13d7e77 ("openvswitch: Add meter infrastructure")
> Signed-off
Hi Alin,
>Thanks a lot for the patch.
>
>I have a few comments inlined.
>
>> -Original Message-
>> From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev-
>> boun...@openvswitch.org] On Behalf Of Bhanuprakash Bodireddy
>> Sent: Wednesday, November 8, 2017 6:36 PM
>> To: d...@openvswitch.org
A few comments inline, otherwise LGTM.
Thanks
Numan
On Mon, Nov 13, 2017 at 8:50 AM, Mark Michelson wrote:
> This change adds three new options to the Northbound
> Logical_Router_Port's ipv6_ra_configs option:
>
> * send_periodic: If set to "true", then OVN will send periodic router
> advertis
Dear beloved in the lord,
God bless you. Am sorry if my letter surprised you. I am writing this letter in
confidence believing that it is the will of God to meet with you since we have
not meet before. As you can see I'm passionate to discuss something with
you,Because i have a pressing story w
On Mon, Nov 13, 2017 at 8:50 AM, Mark Michelson wrote:
> When this flag is set, then a multicast packet that would normally be
> delivered to ports on multiple hypervisors is only delivered to ports
> on the local hypervisor.
>
> The primary known use case for this is when multicast packets origi
39 matches
Mail list logo