[ovs-discuss] Doing port mirroring for KVM guests

2017-04-03 Thread C. L. Martinez
Hi all, I have installed Openvswitch 2.5.2 in a RHEL 7.3 KVM host fully patched. I need to implement port mirroring for some kvm guests (not all). According to openvswitch's docs this can be done using the following command: ovs-vsctl -- --id=@m create mirror name=tapmirror -- add bridge

Re: [ovs-discuss] ovs-ofctl add-group with selection_method=hash, fields

2017-04-03 Thread Yi-Hung Wei
From 'man ovs-ofctl', how about fields(ip_src, nw_proto, tcp_src). -Yi-Hung On Mon, Apr 3, 2017 at 11:53 AM, Ching Sun wrote: > Hi all, > > > > I tried add group with selection_method=hash and multiple fields, like the > following: > > > > ovs-ofctl -O OpenFlow13 add-group

[ovs-discuss] (no subject)

2017-04-03 Thread Sreekaanth Ganesan
Hello, Could someone please tell me the method to understand the high level architecture of OVS source code?.Please let me know if any documentation as such exists for the same Thanks, Sreekaanth Ganesan ___ discuss mailing list disc...@openvswitch.org

[ovs-discuss] support for ct argument alg=ftp when running openvswitch with dpdk in userspace

2017-04-03 Thread Patrick Bergamin
Hi, It doesn't appear that openvswitch using dpdk and running in userspace supports the ct argument alg=ftp. I was wondering if anyone is currently working on adding support for it? If not has any thought been put into how it might be implemented. Would it be done in a similar fashion to the

[ovs-discuss] ovs-ofctl add-group with selection_method=hash, fields

2017-04-03 Thread Ching Sun
Hi all, I tried add group with selection_method=hash and multiple fields, like the following: ovs-ofctl -O OpenFlow13 add-group br-int "group_id=1, type=select, selection_method=hash, fields=ip_src, nw_proto, tcp_src, bucket=actions=set_field:0x1->metadata, resubmit(,40),

Re: [ovs-discuss] support for ct argument alg=ftp when running openvswitch with dpdk in userspace

2017-04-03 Thread Darrell Ball
I am working on it. Thanks Darrell On 4/3/17, 8:40 AM, "ovs-discuss-boun...@openvswitch.org on behalf of Patrick Bergamin" wrote: Hi, It doesn't appear that openvswitch using dpdk and running in