Re: [ovs-discuss] Turn bridge into a HUB

2018-04-02 Thread Luiz Angelo Daros de Luca
Thanks! Both did the trick. I only changed flood_vlans to flood_vlans=0-4095 to include untagged vlans Regards, Em ter, 20 de mar de 2018 às 17:14, Ben Pfaff escreveu: > By default, VLAN tags will be preserved. > > If you don't need any MAC learning, then you could omit the >

Re: [ovs-discuss] [openvswitch 2.9.0] testsuite: 787 1011 1932 1933 1934 1935 1936 1937 1941 1943 failed

2018-04-02 Thread Ben Pfaff
On Sun, Apr 01, 2018 at 11:17:55PM +0100, Stuart Cardall wrote: > The majority of the failures were due to Busybox's diff. With the patch > & _without_ diffutils: Thanks for testing. I sent a patch that skips those tests if "normal" diff is unavailable:

Re: [ovs-discuss] Error in "Make" after patching OVS

2018-04-02 Thread Mark Michelson
ovs_be16 is defined in a userspace header file and shouldn't be used in the Linux datapath code. You probably should be using __be16 instead. On 04/02/2018 01:46 AM, Taimur Hafeez wrote: Dear all, I patched OVS successfully but when I issue "make" command it gives following error:

Re: [ovs-discuss] Setting TCP rwnd value in Open vSwitch

2018-04-02 Thread Ali Volkan Atli
Hi Taimur The patch is from a different branch than the original OVS. Also it is based on DPDK, I have never used it using kernel-based OvS. I just sent it to you as an example. - Volkan From: ovs-discuss-boun...@openvswitch.org

Re: [ovs-discuss] Setting TCP rwnd value in Open vSwitch

2018-04-02 Thread Taimur Hafeez
Dear Volkan, Could you please tell *version* of OVS on which you applied *"tcp_rwnd.diff"* patch? Thanks in advance! On Fri, Mar 23, 2018 at 5:11 PM, Taimur Hafeez wrote: > I applied the patch but it I am unable to do it properly. For this reason, > i am sharing

[ovs-discuss] Error in "Make" after patching OVS

2018-04-02 Thread Taimur Hafeez
Dear all, I patched OVS successfully but when I issue "make" command it gives following error: taimur@ubuntuibm:~/openvswitch-2.6.0$ make make all-recursive make[1]: Entering directory `/home/taimur/openvswitch-2.6.0' Making all in datapath make[2]: Entering directory