Nice photos! You have everything to become my lover for this night! My friends
went on a tour in your city, but I came here to find something much more
delicious. The hotel room will be will be free this night. Would like you visit
it and be my own tour guide in the world of pleasure? My named i
Yes, will do.
Eitan
-Original Message-
From: Ben Pfaff [mailto:b...@nicira.com]
Sent: Saturday, June 06, 2015 1:52 PM
To: Eitan Eliahu
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] [PATCH v2] datapath-windows: Stateless TCP Tunnelling
protocol - Initial implementation
On Wed, May 27, 2
Hi Ben,
Thanks for your inputs. We will share the updated patch.
Kindly suggest for the below point..
>This adds abstracted OFPUTIL_TABLE_CONFIG_* but it doesn't do any
>translation between them and OFPTC14_*.
As per the openflow specs. 1.4, OFPTC14_* values are defined only for eviction
and va
Adding missing dependency to iphlpapi library, required by the use of
GetIpNetTable and GetAdaptersAddresses functions.
Without this change the build fails with the error below:
LINK : utilities/ovs-testcontroller.exe not found or not built by the
last incremental link; performing full link
libop
On Mon, Jun 8, 2015 at 7:25 AM, Sorin Vinturis
wrote:
> Adding missing dependency to iphlpapi library, required by the use of
> GetIpNetTable and GetAdaptersAddresses functions.
>
> Without this change the build fails with the error below:
>
> LINK : utilities/ovs-testcontroller.exe not found or n
The original message was received at Mon, 8 Jun 2015 23:26:07 +0800
from rocketmail.com [70.183.244.20]
- The following addresses had permanent fatal errors -
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/de
Support IGMPv3 messages with multiple records. Make sure all IGMPv3
messages go through slow path, since they may carry multiple multicast
addresses, unlike IGMPv2.
Tests done:
* multiple addresses in IGMPv3 report are inserted in mdb;
* address is removed from IGMPv3 if record is INCLUDE_MODE;
*
No, I was not using those configure options. I wasn't passing the iphlpapi
library. Thanks!
-Original Message-
From: Gurucharan Shetty [mailto:shet...@nicira.com]
Sent: Monday, 8 June, 2015 17:54
To: Sorin Vinturis
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] [PATCH] netdev-windows: Fi
Hello,
Conntrack looks in very good progress on https://github.com/justinpettit/ovs.git
However, I didn't find any code related to "nfqueue" openvswitch action,
neither on
https://github.com/tgraf/ovs.git.
Is the nfqueue action still planned to be implemented for openvswitch 2.4? Do
you need a
Signed-off-by: Ben Pfaff
---
lib/flow.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/lib/flow.c b/lib/flow.c
index 0f9ee50..b5ad5f8 100644
--- a/lib/flow.c
+++ b/lib/flow.c
@@ -89,9 +89,9 @@ BUILD_ASSERT_DECL(offsetof(struct flow, tp_src) + 2
* must con
This replaces the very specialized and difficult-to-maintain miniflow
assembly macros by a simpler data structure named "miniflow_builder" that
is more general and easier to use.
It's not complete--it needs polishing and it mysteriously fails a few
tests--but I'd like some early feedback. In part
> On Thu, Jun 4, 2015 at 6:53 AM, Loftus, Ciara wrote:
> >
> >> On Fri, May 22, 2015 at 8:40 AM, Ciara Loftus
> wrote:
> >> > This patch adds support for a new port type to the userspace
> >> > datapath called dpdkvhostuser.
> ...
> ...
> >> > + " --vhost_sock_dir DIR override de
On Sun, Jun 7, 2015 at 10:36 AM, Ben Pfaff wrote:
> On Mon, Jun 01, 2015 at 01:49:30PM -0700, Jesse Gross wrote:
>> We have a special flow_metadata structure to represent the parts
>> of a packet that aren't carried in the payload itself. This is
>> used in the case where we need to send the packe
Thanks for figuring out this bug and for providing the patch!
I did a quick phy-phy test and the throughput looks the same.
I would be nice to fix the typo, as suggested by Mark. Otherwise
Acked-by: Daniele Di Proietto
On 05/06/2015 13:27, "Gray, Mark D" wrote:
>>
>
>> When tx queue is shared
For other reasons I have (almost) the exact same commit in my local
repository!
Minor style nitpick below, otherwise:
Acked-by: Daniele Di Proietto
On 08/06/2015 17:36, "Ben Pfaff" wrote:
>Signed-off-by: Ben Pfaff
>---
> lib/flow.c | 18 +-
> 1 file changed, 9 insertions(+), 9
> On Jun 8, 2015, at 9:36 AM, Ben Pfaff wrote:
>
> This replaces the very specialized and difficult-to-maintain miniflow
> assembly macros by a simpler data structure named "miniflow_builder" that
> is more general and easier to use.
>
> It's not complete--it needs polishing and it mysteriously
> On Jun 8, 2015, at 9:36 AM, Ben Pfaff wrote:
>
> +/* miniflow_builder */
> +
> +void
> +miniflow_builder_init(struct miniflow_builder *b)
> +{
> +b->map = 0;
> +}
> +
> +void
> +miniflow_builder_to_miniflow(struct miniflow_builder *b,
> + struct miniflow *minifl
> On Jun 8, 2015, at 11:23 AM, Jarno Rajahalme wrote:
>
> manifold_extract
I should turn the autocorrect off…
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Transport protocol ports should be taken into account when doing route
lookup because IPsec policies will depend on them. This will be
used in upcoming commit that introduces IPsec support for Ethernet
over L4 tunneling protocols.
Signed-Off-By: Ansis Atteka
---
datapath/compat.h | 5
This patch would make strongSwan the default IKE keying daemon
for ovs-monitor-ipsec daemon.
It introduces also few new changes to the IPsec configuration that
are not backward compatible with the older Racoon daemon:
1. StrongSwan would use IKEv2 protocol to negotiate keys (Opposed
to IKEv1 p
Hi Alex,
I'm pretty new to the Open vSwitch world, but I've been working on a LuaJIT
binding for the same:
http://github.com/wiladams/LJIT2ovs
While I've done the lowest level stuff, I am now focusing on higher level
utilities,
such as ovs-vsctl and the like.
From a scripting environment pers
On Fri, Jun 5, 2015 at 10:05 PM, Ben Pfaff wrote:
> On Thu, Jun 04, 2015 at 01:52:16PM -0700, Andy Zhou wrote:
>> Currently, 'ovs-appctl tnl/ports/show' command won't display gre port
>> name correctly. Since netdev_vport_get_dpif_port() will not always
>> set the 'namebuf' it receives. Should use
On Fri, Jun 5, 2015 at 10:09 PM, Ben Pfaff wrote:
> Ignoring the result of this function means that the caller is quite likely
> blindly using the character array passed in, instead of the return value,
> which leads to latent bugs.
>
> This would have prevented one of the bugs fixed by commit "tu
Hi,
Good day to you,
Reach all Computer Network Support Specialists such as Computer Network
Specialist, IT Consultant (Information Technology Consultant), Network
Engineer, Network Specialist, Network Support Specialist, Network Technical
Analyst, Network Technician, Personal Computer Netw
On Sat, Jun 6, 2015 at 2:29 PM, Ben Pfaff wrote:
> On Mon, Jun 01, 2015 at 12:30:02AM -0700, Andy Zhou wrote:
>> Add ovsdb_monitor_add_jsonrpc_monitor(). This change will allow
>> ovsdb_monitor to be reference counted.
>>
>> Signed-off-by: Andy Zhou
>> Acked-by: Ben Pfaff
>>
>> ---
>> v1->v2: st
On Sat, Jun 6, 2015 at 2:55 PM, Ben Pfaff wrote:
> On Mon, Jun 01, 2015 at 12:30:03AM -0700, Andy Zhou wrote:
>> Store ovsdb monitor in a global hmap. If a newly created ovsdb monitor
>> object monitors the same tables and columns as an existing one, the
>> existing monitor will be reused.
>>
>> W
On Sat, Jun 6, 2015 at 2:58 PM, Ben Pfaff wrote:
> On Mon, Jun 01, 2015 at 12:30:04AM -0700, Andy Zhou wrote:
>> Although multiple jsonrpc monitors can share the same ovsdb monitor,
>> each change still needs to translated into json object from scratch.
>> This can be wasteful if multiple jsonrpc
Thanks for the ack and the typo fix. I applied both and pushed this to
master.
On Mon, Jun 08, 2015 at 05:52:35PM +, Daniele Di Proietto wrote:
> For other reasons I have (almost) the exact same commit in my local
> repository!
>
> Minor style nitpick below, otherwise:
>
> Acked-by: Daniele
On Mon, Jun 08, 2015 at 11:23:50AM -0700, Jarno Rajahalme wrote:
>
> > On Jun 8, 2015, at 9:36 AM, Ben Pfaff wrote:
> >
> > +/* miniflow_builder */
> > +
> > +void
> > +miniflow_builder_init(struct miniflow_builder *b)
> > +{
> > +b->map = 0;
> > +}
> > +
> > +void
> > +miniflow_builder_to_m
Some of code is backported from following commit.
commit 13dd4a9738e99684a56b10ce2f1a5ee2d2ec2f9f
Author: Joe Stringer
Date: Tue Mar 24 16:16:18 2015 -0700
compat: Fix RHEL7 build.
Tested against 3.10.0-229.el7.x86_64.
--8<
Reported-by: Alex Wang
Signed-off-
Hi Guru,
1. No that should not happen.
Mind running the following command and send me offline the file log.txt so I
can see what happens?
" msiexec /i OpenvSwitch.msi ADDLOCAL=ALL /qn /l*v log.txt "
2. In the installer I set up the following environment variables:
https://github.com/openvswitc
When tx queue is shared among CPUS,the pkts always be flush in
'netdev_dpdk_eth_send'
So it is unnecessarily for flushing in netdev_dpdk_rxq_recv
Otherwise tx will be accessed without locking
Signed-off-by: Wei li
---
v1->v2: fix typo
lib/netdev-dpdk.c | 7 +--
1 file changed, 5 insertions
On Mon, Jun 8, 2015 at 6:13 PM, Wei li wrote:
> When tx queue is shared among CPUS,the pkts always be flush in
> 'netdev_dpdk_eth_send'
> So it is unnecessarily for flushing in netdev_dpdk_rxq_recv
> Otherwise tx will be accessed without locking
>
> Signed-off-by: Wei li
> ---
> v1->v2: fix typo
This is the source code of "__netdev_dpdk_vhost_send" in master branch:
"
...
/* There is vHost TX single queue, So we need to lock it for TX. */
rte_spinlock_lock(&vhost_dev->vhost_tx_lock);
do {
unsigned int tx_pkts;
tx_pkts = rte_vhost_enqueue_burst(virtio_dev,
On Tue, Jun 2, 2015 at 10:50 AM, Thomas F Herbert
wrote:
> Add support for 802.1ad to netlink parsing and flow conversation. Uses
> double nested encap attributes to represent double tagged vlan.
>
This patch needs to be merged with earlier patch since it is part of
qinq support.
> Signed-off-by:
On Mon, Jun 8, 2015 at 9:33 AM, Loftus, Ciara wrote:
>
>> On Thu, Jun 4, 2015 at 6:53 AM, Loftus, Ciara wrote:
>> >
>> >> On Fri, May 22, 2015 at 8:40 AM, Ciara Loftus
>> wrote:
>> >> > This patch adds support for a new port type to the userspace
>> >> > datapath called dpdkvhostuser.
>> ...
>>
Hi guys
I can't subscribe this maillist. Does anybody meet the problem too?
发自网易邮箱手机版
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
add_port_to_cache() uses 'cache_name' as the shash node name for
shash_add(). So, the del_cached_port() must also pass 'cache_name'
as argument for shash_find_and_delete().
This bug does not cause any issue currently but should be fixed.
Signed-off-by: Alex Wang
---
vtep/vtep-ctl.c |2 +-
38 matches
Mail list logo