How long are you going to grieve deeply for your lost potency? It's time to
take real measures!
If your penis seems immature and weak, you can help it get stronger!
only this week real sale - 89% off
http://urls.ht/5w2
___
dev mailing list
dev@openvswitc
On Thu, Mar 5, 2015 at 1:42 PM, Kevin Traynor wrote:
> This patch adds support for a new port type to userspace datapath
> called dpdkvhost. This allows KVM (QEMU) to offload the servicing
> of virtio-net devices to its associated dpdkvhost port. Instructions
> for use are in INSTALL.DPDK.
>
> Thi
Hello everyone,
I am trying to develop new actions for openvswitch, I have done all my work
but looks like it does not work.
What I have done:
-> Enable ovs to read and parse new actions, so they appear on ovs-ofctl
dump-flows command.
-> Adapted required parts of "handle_upcalls" function
at ofp
Send me a F_ckFriends request so we can hook up
My usename is HorNyChik34
My profile is here: http://z8.ro/c4b
TALK S00N
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Looks like someone violated the "bro" code
You see, the free Stealth Attraction video that
is making its rounds on the internet
Well
it was clearly intended for mens eyes only.
Because this video contains secrets women dont
want you to know.
It shows you how to bypass a womans rejection
m
> -Original Message-
> From: Pravin Shelar [mailto:pshe...@nicira.com]
> Sent: Thursday, March 12, 2015 7:20 AM
> To: Traynor, Kevin
> Cc: dev@openvswitch.org
> Subject: Re: [ovs-dev] [PATCH v8] netdev-dpdk: add dpdk vhost-cuse ports
>
> On Thu, Mar 5, 2015 at 1:42 PM, Kevin Traynor
> wr
On Thu, Mar 12, 2015 at 09:11:11AM +0100, Raul Suarez Marin wrote:
> I am trying to develop new actions for openvswitch, I have done all my work
> but looks like it does not work.
>
> What I have done:
> -> Enable ovs to read and parse new actions, so they appear on ovs-ofctl
> dump-flows command.
On Tue, Mar 10, 2015 at 03:43:24PM -0700, Jarno Rajahalme wrote:
> There is no need to do anything with wildcards when skip_wildcards is true.
>
> Signed-off-by: Jarno Rajahalme
Acked-by: Ben Pfaff
___
dev mailing list
dev@openvswitch.org
http://openv
This commit changes the semantics of 'netdev_set_multiq()' to allow OVS
DPDK to run on device with limited multi queue support.
* If a netdev doesn't have the requested number of rxqs it can simply
inform the datapath without failing.
* If a netdev doesn't have the requested number of txqs it sh
Dealing with CPU masks can be confusing and unnecessary for simple
configurations. This commit introduces the 'other_config:n-pmd-cores'
key to specify the desired number of CPU cores reserved to the PMD
threads. The 'other_config:pmd-cpu-mask' (if specified) overrides this
parameter.
Signed-off
If rte_mempool_create() fails with ENOMEM, try asking for a smaller
mempools. This patch enables OVS DPDK to run on systems without 1GB
hugepages
Signed-off-by: Daniele Di Proietto
---
lib/netdev-dpdk.c | 46 +-
1 file changed, 33 insertions(+), 13 del
This series improves OVS configuration with DPDK in three ways:
* netdev-dpdk is patched to work on smaller systems (without 1GB hugepages)
or with smaller NICs (without lots of transmission queues).
* the 'other_config:nonpmd-cpu-mask' key is introduced: it can be used to
limit OVS non PMD th
This will be used by next commit
Signed-off-by: Daniele Di Proietto
---
lib/ovs-thread.c | 51 +--
lib/ovs-thread.h | 13 +
2 files changed, 50 insertions(+), 14 deletions(-)
diff --git a/lib/ovs-thread.c b/lib/ovs-thread.c
index 7d38c
Signed-off-by: Daniele Di Proietto
---
INSTALL.DPDK.md | 32 ++--
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index 276fe56..e1efc8e 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -11,8 +11,6 @@ It has not bee
On Mon, Mar 09, 2015 at 06:36:15PM -0700, Alex Wang wrote:
> From: Peter Amidon
>
> This patch adds bash command-line completion script for ovs-vsctl.
> Therein, codes are added to ovs-vsctl to allow it to print the
> options and command arguments. The ovs-vsctl-bashcomp.bash will
> parse the vs
This commit introduces the 'other_config:nonpmd-cpu-mask' key to control
the CPU affinity of non PMD threads.
Signed-off-by: Daniele Di Proietto
---
lib/dpif-netdev.c | 62 +-
lib/dpif-provider.h| 5 +--
lib/dpif.c | 5 +--
lib/d
[copying to mailing list since it seems to have been unicast to me]
On Thu, Mar 12, 2015 at 12:49:34PM -0700, Peter Amidon wrote:
> On Thu, 12 Mar 2015 11:11:57 -0700: Ben Pfaff wrote:
>
> On Mon, Mar 09, 2015 at 06:36:15PM -0700, Alex Wang wrote:
> >> From: Peter Amidon
> >>
> >> This p
This patch adds initial support for OVN to ovs-sandbox. If you pass
"-o/--ovn" to ovs-sandbox, it will create a db from the ovn and ovn-nb
schemas and tell ovsdb-server to use them. It also adds ovn/ to $PATH
so that as ovn executables are added, they will be available in the
sandbox.
Signed-off
On Thu, Mar 12, 2015 at 04:57:18PM -0400, Russell Bryant wrote:
> This patch adds initial support for OVN to ovs-sandbox. If you pass
> "-o/--ovn" to ovs-sandbox, it will create a db from the ovn and ovn-nb
> schemas and tell ovsdb-server to use them. It also adds ovn/ to $PATH
> so that as ovn e
On Wed, Mar 11, 2015 at 03:17:23PM -0700, Justin Pettit wrote:
> The IPv6 examples in ovs-vswitchd.conf.db to configure the OpenFlow port
> used the OVSDB port number, which is confusing.
>
> Signed-off-by: Justin Pettit
Oops.
Acked-by: Ben Pfaff
___
On Thu, Mar 12, 2015 at 02:06:11PM -0700, Ben Pfaff wrote:
> On Wed, Mar 11, 2015 at 03:17:24PM -0700, Justin Pettit wrote:
> > We've been warning about the change since 2.1, which was released a year
> > ago.
> >
> > Signed-off-by: Justin Pettit
>
> I think that we should keep the warnings for
On Wed, Mar 11, 2015 at 03:17:24PM -0700, Justin Pettit wrote:
> We've been warning about the change since 2.1, which was released a year
> ago.
>
> Signed-off-by: Justin Pettit
I think that we should keep the warnings for a release or two, but
reword them, e.g. to something like "The default po
I'm so glad+proud to reach this milestone~!!!
Applied all 3 patches to master~
Thanks,
Alex Wang,
On Thu, Mar 12, 2015 at 1:42 PM, Ben Pfaff wrote:
> [copying to mailing list since it seems to have been unicast to me]
>
> On Thu, Mar 12, 2015 at 12:49:34PM -0700, Peter Amidon wrote:
> > On Thu
This commit adds the bash completion scripts to scripts_SCRIPTS target
and makes sure they are packaged correctly. Note, the scripts will only
be placed at the directory for scripts so that users can get them if needed.
Signed-off-by: Alex Wang
---
debian/openvswitch-switch.install |2 ++
r
On Thu, Mar 12, 2015 at 03:34:48PM -0700, Alex Wang wrote:
> This commit adds the bash completion scripts to scripts_SCRIPTS target
> and makes sure they are packaged correctly. Note, the scripts will only
> be placed at the directory for scripts so that users can get them if needed.
>
> Signed-o
Yeah, the reason I did it this way is in that the ovs-vsctl-bashcomp.bash
script changes the $COMP_WORDBREAKS variable:
"""
export COMP_WORDBREAKS=" "
"""
This global variable contains the delimiter used by the bash completion for
breaking the arguments. I'm a bit worried that this could cause th
Hmm, but it will make the completion a lot less useful if every user
has to enable it himself; hardly anyone will do that. Can you imagine
any workarounds?
On Thu, Mar 12, 2015 at 04:37:32PM -0700, Alex Wang wrote:
> Yeah, the reason I did it this way is in that the ovs-vsctl-bashcomp.bash
> scri
Sure, just found this link, will try the '_get_comp_words_by_ref' and make
some magic,
http://stackoverflow.com/questions/10528695/how-to-reset-comp-wordbreaks-without-effecting-other-completion-script
Thanks,
Alex Wang,
On Thu, Mar 12, 2015 at 4:42 PM, Ben Pfaff wrote:
> Hmm, but it will make
> On Mar 12, 2015, at 2:06 PM, Ben Pfaff wrote:
>
> On Thu, Mar 12, 2015 at 02:06:11PM -0700, Ben Pfaff wrote:
>> On Wed, Mar 11, 2015 at 03:17:24PM -0700, Justin Pettit wrote:
>>> We've been warning about the change since 2.1, which was released a year
>>> ago.
>>>
>>> Signed-off-by: Justin Pe
This patch series adds support for custom VXLAN tunnel port and for
multiple VXLAN tunnels. Because adding/removing tunnel ports is a
time-consuming process I have modified the Netlink library to support
asynchronous transactions as well.
Sorin Vinturis (3):
[PATCH v3 1/3] datapath-windows: Supp
Update 1: Modified the patch in order to report WFP operation status
to userspace.
The kernel datapath supports only port 4789 for VXLAN tunnel creation.
Added support in order to allow for the VXLAN tunnel port to be
configurable to any port number set by the userspace.
The patch also checks to
At the moment the OVS extension supports only one VXLAN tunnel that
is cached in the extension switch context. Replaced the latter
cached pointer with an array list that contains all VXLAN tunnel
vports.
Signed-off-by: Sorin Vinturis
Reported-by: Alin Gabriel Serdean
Reported-at: https://github.
Modified 'nl_sock_transact_multiple__' function to send asynchronous
I/O requests to the kernel driver.
Signed-off-by: Sorin Vinturis
Reported-by: Alin Gabriel Serdean
Reported-at: https://github.com/openvswitch/ovs-issues/issues/64
---
lib/netlink-socket.c | 26 ++
1 fi
Fantastic!
On Thu, Mar 12, 2015 at 05:01:57PM -0700, Alex Wang wrote:
> Sure, just found this link, will try the '_get_comp_words_by_ref' and make
> some magic,
>
> http://stackoverflow.com/questions/10528695/how-to-reset-comp-wordbreaks-without-effecting-other-completion-script
>
> Thanks,
> Al
Hey Macho?
Are you one? Are you brave enough to protect your love in any situation? Will
you do anything in life for her? Are you ready to love a girl till death
separates you? Well, I am in search of some macho and gentleman like that.
I am Victoriya, a Russian girl, and I am from a university
P«ïp_߬ü{A
hmNÝ(¿8Ê5b%sÇá'ëÖ6-Âå· U·ð8ñ½0O×^7PêW>
yëÅm°áá
Sd.í
yÙÑÖ^y?,H$²ÐgïtCáãY¶*o½ZLW°mí{/¢r]Òâ³_'NX»Ji¾w&
Âý¦wZgÊrR<[Pí*
M?ëµa¯Ì¶a6¯YÍ<È;fIýr~ÑÈ$Ý (*wíB£ëÁ¡íýd2MqÙ°Ó´);SàÇ;¦¬vø/} HSfÇòÓdéü
¿ldb¡
c&ÆH¦âø°Búôõ6À7SÒk^
0[nd%t^KJLqÀ¢{gz¾¾Î`<¦õ/¤Íaì
Hello,
(My email address had changed)
Thank you for your explanation about this matter. I understand and
agree that we should implement Egress Tables on OVS and use it
instead of hybrid VLAN.
(However unfortunately, I have currently no plan to implement Egress Tables)
Although it
37 matches
Mail list logo