probably we can assign distinct pseudo odp port numbers for each
userland-only ports like patch ports and make datapath accept them
eg. for match. in that way, we can associate a packet in_port
corresponding to the port for the recirculating bridge, rather than
of the receiving bridge.
YAMAMOTO T
Hi,
As we know that Intel stopped its effort on OVDK and OVS DPDK support
will all be in OVS upstream, and I have one question after digging
OVDK and OVS DPDK architecture:
- IMHO, OVS DPDK support can follow the existing "fast/slow path"
model as being done in OVS linux kernel, i.e. just another
It seems recirculation action should be scoped within the same OF-bridge.
On Tue, Dec 16, 2014 at 4:43 PM, Alex Wang wrote:
> Hey Yamamoto,
>
> Justin and Ethan just raised the same question you asked,
>
> Yeah, there is an issue. If say, the vlan is set before recirc action,
> the recirc'ed flo
If ukey_acquire() returns ENOENT, then it is unable to locate the ukey
corresponding to the flow and the flow has disappeared since it was
dumped. Don't bother deleting the flow in this case, as it will fail.
Signed-off-by: Joe Stringer
---
ofproto/ofproto-dpif-upcall.c |4 +++-
1 file chang
Hey Yamamoto,
Justin and Ethan just raised the same question you asked,
Yeah, there is an issue. If say, the vlan is set before recirc action,
the recirc'ed flow will have a vlan id which could lead to totally
different handling result,
We will discuss further and address it,
Thanks,
Alex Wang
hi,
> Hey Yamamoto,
>
>
>> what will happen if the receiving bridge also has a bond port?
>>
>> YAMAMOTO Takashi
>>
>
>
> For each 'balance-tcp' bond, it will have a unique 'recirc_id'.
>
> If the receiving bridge has a 'balance-tcp' bond with recirc_id=ABCD,
> the bridge's internal table (Ta
Retry routing requests as the routing socket is unreliable.
Also, add some error checks and logs.
Signed-off-by: YAMAMOTO Takashi
---
lib/route-table-bsd.c | 60 ---
1 file changed, 52 insertions(+), 8 deletions(-)
diff --git a/lib/route-table-bs
This fixes a build failure introduced by the recent vlog change
commit e6211adce42c28453e0004c7a3e342a3d52bb97d.
("lib: Move vlog.h to ")
Signed-off-by: YAMAMOTO Takashi
---
lib/route-table-bsd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/route-table-bsd.c b/lib/rout
LGTM,
With some comments below:
Acked-by: Jarno Rajahalme
Jarno
On Dec 15, 2014, at 12:37 PM, Pravin B Shelar wrote:
> vSwitchd does not generate correct MPLS actions for multiple
> MPLS push or pop action.
> Datapath can handle multiple push action for in single action list.
> But for aft
Export OVS datapath performance counters via sFlow. The OVS
cache hit/miss counters and memory/CPU usage statistics have been identified
as important metrics when managing large deployments. This patch allows them
to be pushed periodically as part of the sFlow feed, and represents a more
efficient
Acked-by: Nithin Raju
On Dec 16, 2014, at 9:00 AM, Gurucharan Shetty
wrote:
> Without it, the build on Windows fails.
>
> Signed-off-by: Gurucharan Shetty
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Tue, Dec 16, 2014 at 11:16 AM, Alin Serdean
wrote:
> Acked-by: Alin Gabriel Serdean
Thank you, I applied this patch to master.
>
>
>
> -Mesaj original-
> De la: dev [mailto:dev-boun...@openvswitch.org] În numele Gurucharan Shetty
> Trimis: Tuesday, December 16, 2014 7:00 PM
> Către: de
Acked-by: Alin Gabriel Serdean
-Mesaj original-
De la: dev [mailto:dev-boun...@openvswitch.org] În numele Gurucharan Shetty
Trimis: Tuesday, December 16, 2014 7:00 PM
Către: dev@openvswitch.org
Cc: Gurucharan Shetty
Subiect: [ovs-dev] [PATCH] daemon-windows: Add a missing header.
Witho
Without it, the build on Windows fails.
Signed-off-by: Gurucharan Shetty
---
lib/daemon-windows.c |1 +
1 file changed, 1 insertion(+)
diff --git a/lib/daemon-windows.c b/lib/daemon-windows.c
index cb205ca..04e1f1a 100644
--- a/lib/daemon-windows.c
+++ b/lib/daemon-windows.c
@@ -19,6 +19,7
14 matches
Mail list logo