[ovs-dev] dpdk support vhost-user in tree

2014-08-18 Thread loy wolfe
Is there any plan of DPDK-OVS support upstream vhost-user? It is merged in
qemu and libvirt 1.2.7, also with vif-vhostuser BP in openstack. I think
this will accelerate adoption of dpdkovs use in openstack.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] how to match and set pkt_mark field in ofctl?

2014-08-31 Thread loy wolfe
Hi,

I see in the doc[1] that there is pkt_mark field, but I didn't find any
description in the ofctl manual. So, can I match against this field, and
set it in the action?
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] how to match and set pkt_mark field in ofctl?

2014-08-31 Thread loy wolfe
sorry, forgot the link

http://benpfaff.org/~blp/ovs-fields.pdf


On Mon, Sep 1, 2014 at 11:38 AM, loy wolfe  wrote:

> Hi,
>
> I see in the doc[1] that there is pkt_mark field, but I didn't find any
> description in the ofctl manual. So, can I match against this field, and
> set it in the action?
>
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] [PATCH] RFC: Add support for connection tracking.

2014-08-31 Thread loy wolfe
hi,

how about connmark support: save_mark and restore_mark?
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] RFC: conntrack Initial Design

2014-07-13 Thread loy wolfe
1) it's better to support connmark: save__mark & restore__mark, this
is very useful.

2) besides conntrack callback as an action, can we support other
netfilter chain hook callback(PREROUTING-raw, FORWARDING-filter...),
also as an action in the OVS flow table? This is not same as
linuxbridge iptable hook, which is a monolithic flow path and can not
be controlled at a per-flow basis.

this is useful for some feature like transparent NAT, and also make
sense in typical multi-tenant cloud system if we want to remove linux
bridge,using just OVS for security group. for example in openstack, a
tenant set SG with src ip and src port field will cause other tenant's
web server receiving huge concurrent http connections producing huge
amount of flow miss, as the megaflow has a single flat table in kernal
fast path.


On 05/22/14 at 01:39pm, Justin Pettit wrote:
>* Below, is a first cut of the design document I wrote for integrating with 
>the connection tracker.  As I mentioned at my OpenStack presentation, I have a 
>prototype that (largely) implements this, but it's not ready to be shared yet. 
> The goal is to have it in a released version of OVS by the end of the year.  
>If there are any conntrack experts, please let me know if you think I've 
>missed anything.  (And, since this is very early, it is all subject to change.)
*
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev