Cool thanks for trying it out. I'll merge soon.
Ethan
On Mon, May 18, 2015 at 1:22 PM, Traynor, Kevin wrote:
>
>> -Original Message-
>> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ethan Jackson
>> Sent: Monday, May 18, 2015 5:08 PM
>> To: dev@openvswitch.org
>> Subject:
Cool thanks for trying it out. I'll merge soon.
Ethan
On Mon, May 18, 2015 at 1:22 PM, Traynor, Kevin wrote:
>
>> -Original Message-
>> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ethan Jackson
>> Sent: Monday, May 18, 2015 5:08 PM
>> To: dev@openvswitch.org
>> Subject:
Thanks I'll merge soon
On Mon, May 18, 2015 at 1:26 PM, Daniele Di Proietto
wrote:
>
> Acked-by: Daniele Di Proietto
>
> On 18/05/2015 16:53, "Ethan Jackson" wrote:
>
>>These are all minor style issues.
>>
>>Signed-off-by: Ethan Jackson
>>---
>> lib/netdev-dpdk.c | 22 ++
>
I think you're running into the issue that sparse doesn't understand
the "gnu_inline" macro which is used extensively in the DPDK header
files. If you run tip of master sparse
(git://git.kernel.org/pub/scm/devel/sparse/sparse.git) it should work
for you.
In the past we've typically required relat
Based on offline discussion, we want to change the type of 'chassis' column
in 'Binding' table from string to weak reference of 'Chassis' table entry.
Already sent new patch.
Thanks,
Alex Wang,
On Tue, May 19, 2015 at 9:09 AM, Alex Wang wrote:
>
>
> On Tue, May 19, 2015 at 8:31 AM, Ben Pfaff
This commit changes the type of 'chassis' column in 'Binding' table
from string to weak reference of 'Chassis' table entry. This will
make accessing the chassis from binding more efficient.
Signed-off-by: Alex Wang
---
ovn/controller/binding.c | 35 ++-
ovn/co
This patch simplifies Rx/Tx NIC configuration by removing
custom values and using the defaults provided by the DPDK
PMDs. This also enables Rx vectorisation which improves
performance.
Signed-off-by: Kevin Traynor
---
lib/netdev-dpdk.c | 32 ++--
1 files changed, 2
Thank you both Ben and Jarno for the review. Pushed to master.
On Tue, May 19, 2015 at 11:42 AM, Jarno Rajahalme wrote:
> LGTM,
>
> Jarno
>
> Acked-by: Jarno Rajahalme
>
>> On May 18, 2015, at 6:26 PM, Andy Zhou wrote:
>>
>> The output of 'ovs-ofctl dump-flows' command prints recirc_id in dec
Hello.
I am new to the openvswitch code, while going through the user space and
kernel space codes, I have one question which confused me a bit:
When kernel space can not find a flow entry in its table, it will pop up
the packet to user space level. After user space knows the corresponding
rule,
LGTM,
Jarno
Acked-by: Jarno Rajahalme
> On May 18, 2015, at 6:26 PM, Andy Zhou wrote:
>
> The output of 'ovs-ofctl dump-flows' command prints recirc_id in decimal
> in action parts of the output, while prints that in hex in matching
> parts of the same output.
>
> This patch fixes the inco
This patch implements two functionalities needed for an active manager:
1. ARP lookup
2. Next hop
The first functionality relies on the internal Windows API:
https://urldefense.proofpoint.com/v2/url?u=https-3A__msdn.microsoft.com_en-2Dus_library_windows_desktop_aa365956-2528v-3Dvs.85-2529.aspx&d=A
Acked-by: Eitan Eliahu
Thanks.
Eitan
-Original Message-
From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean
Sent: Tuesday, May 19, 2015 10:02 AM
To: dev@openvswitch.org
Subject: [ovs-dev] [PATCH] ARP lookup and next hop functionality on windows
This patch implement
This patch implements two functionalities needed for an active manager:
1. ARP lookup
2. Next hop
The first functionality relies on the internal Windows API:
https://urldefense.proofpoint.com/v2/url?u=https-3A__msdn.microsoft.com_en-2Dus_library_windows_desktop_aa365956-2528v-3Dvs.85-2529.aspx&d=A
On 5/14/15 3:33 AM, Pravin Shelar wrote:
On Tue, May 12, 2015 at 5:06 PM, Thomas F Herbert
wrote:
Add support for 802.1ad including the ability to push and pop double
tagged vlans.
Signed-off-by: Thomas F Herbert
...
+ if (is_mask)
+ SW_FLOW_KEY_PUT(match
Nithin, thanks for your review. Please see my answers inline.
-Original Message-
From: Nithin Raju [mailto:nit...@vmware.com]
Sent: Thursday, 14 May, 2015 18:12
To: Sorin Vinturis
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] [PATCH 3/5] datapath-windows: Multiple NBLs support for
ingre
Hi Nithin,
Yes, I will do that.
Thanks,
Sorin
-Original Message-
From: Nithin Raju [mailto:nit...@vmware.com]
Sent: Tuesday, 19 May, 2015 16:54
To: Sorin Vinturis
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] [PATCH 5/5] datapath-windows: Multiple NBLs support for
VXLAN packets
> On
On Tue, May 19, 2015 at 8:31 AM, Ben Pfaff wrote:
> On Mon, May 18, 2015 at 06:58:15PM -0700, Alex Wang wrote:
> > The 'chassis' member in the 'struct sbrec_binding' must always be
> > non-null. However, this is not case when creating the binding
> > in "set_bindings()". And it causes segfault
On Mon, May 18, 2015 at 06:58:15PM -0700, Alex Wang wrote:
> The 'chassis' member in the 'struct sbrec_binding' must always be
> non-null. However, this is not case when creating the binding
> in "set_bindings()". And it causes segfault while starting northd
> with existing ovnnb configuration.
>
On Mon, May 18, 2015 at 06:26:28PM -0700, Andy Zhou wrote:
> The output of 'ovs-ofctl dump-flows' command prints recirc_id in decimal
> in action parts of the output, while prints that in hex in matching
> parts of the same output.
>
> This patch fixes the inconsistency by always printing recirc_i
> >
> > I'm performing a series of VM2VM communication testing where a virtual
> > machine is a packet generator while the other one just receives all
> > the packets.
> >
> > When I tested dpdk-ovs[1] I used a port type called dpdkclient: this
> > port has 4 rings, (tx, rx, alloc_q and free_q), al
On Mon, May 18, 2015 at 1:55 PM, Eitan Eliahu wrote:
> Acked-by: Eitan Eliahu
I applied this, thank you!
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
-·MËî²
3dµE%¤â©òª´48Q,zÖÀJlÌ¥OH«#)HSüªÕaàW¹¬tÐd8/-Ï2IeD±çø>UZ3Ä¢üsÓ9(K°s«'»XkÏ1èsƨºP°bÝÍâG1çû¿|
á}ïÒKc
Ý6àðæ8è_üZ¸·CÑ1k¯¼[éjÇ«çú$
®*öæ\RÖÏϯÁÞge9&,þ±äþÈi-ºÔmñ5´áX¹´×fzÑ',Ðwy[s4G2?î¼¢×¹e3ªV2
{ÉJqT$mC
Uk§oõ¢åD-¬_a9y"WÚå*;óäû-¥Èðh'zG}Ý|wÝòÑI½¥àËË~H
> On May 18, 2015, at 2:01 AM, Sorin Vinturis
> wrote:
>
> Hi Nithin,
>
> I agree with you. We can drop this patch then.
Sounds good. So, I presume you’ll send out a v2 or v3 with the comments
addressed and only including the required patches?
I’m reviewing the other patches.
thanks,
-- Nit
Send me a F#ckFriends request so we can hook up
My usename is Suck4Fun2
http://cc4.co/QBGNU";>my profile is here IM ONLINE
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On 18/05/2015 23:41, "Pravin Shelar" wrote:
>On Mon, May 18, 2015 at 10:47 AM, Daniele Di Proietto
> wrote:
>> This series contains different tweaks to improve the performance of the
>> userspace datapath with DPDK ports.
>>
>> The first commits reduce the size of struct dp_packet to three
>>cac
On 05/19/2015 12:20 AM, Ciara Loftus wrote:
This patch adds support for a new port type to the userspace
datapath called dpdkvhostuser.
A new dpdkvhostuser port will create a unix domain socket which
when provided to QEMU is used to facilitate communication between
the virtio-net device on the V
Hi team
I have a question regarding the flow isolation in OVS:
Do all the incoming packets queued in a FIFO queue in ovs? Is it possible
that we process packet of different flows differently (e.g. by modifying
ovs code)?
ps, I know it can be done in some linux toolkit such as tc etc.. However, I
27 matches
Mail list logo