Finally, hard work paid off.
I was troubleshooting with wireshark and could observe receiving NetFlow
data (cflow) on the collector VM. Also, observed that the port 2055 was
giving "destination unreachable (port unreachable)" error.
I changed the NetFlow port to 2100 on openvswitch but then didn'
On Sat, May 21, 2016 at 02:48:12PM +0800, hanxueluo wrote:
> why use recirculation action for TCP-mode bond? what's the benefits,
> compared to the old implement?
Performance is much better.
> Is there any other situation using recirculation action?
Recirculation is used for MPLS, for connectio
could you explain for me about how the performance is improved? I can't quite
understand. In my opinion, there will be one more flow lookup in datapath.
thanks. On 2016-05-21 23:36 , Ben Pfaff Wrote: On Sat, May 21, 2016 at
02:48:12PM +0800, hanxueluo wrote: > why use recirculation action for TC
Recirculation avoids a round-trip to userspace.
On Sat, May 21, 2016 at 11:46:23PM +0800, hanxueluo wrote:
> could you explain for me about how the performance is improved? I can't quite
> understand. In my opinion, there will be one more flow lookup in datapath.
> thanks. On 2016-05-21 23:36 ,
wangweib...@163.com
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Hi,
I need to change a small amount of code on the ofproto folder that exists in
openvswitch. I try to run the ./configure and make commands afterwards but it
doesn't really seem to be working because the new version of the functions
arent being used. Is there some other way to compile the chan
On Sat, May 21, 2016 at 10:13:06PM +0500, Tooba Ahsen wrote:
> I need to change a small amount of code on the ofproto folder that
> exists in openvswitch. I try to run the ./configure and make commands
> afterwards but it doesn't really seem to be working because the new
> version of the functions
Yes, just set the output queue depending on the IP and MAC.
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Please do not drop the mailing list.
OVS does not implement meters.
OVS does implement queue-based QoS. See ovs-vswitchd.conf.db(5).
On Sun, May 22, 2016 at 11:32:51AM +0800, wangweib...@163.com wrote:
> thanks!
> I will try it. but some documents say that ovs has not implement meter. for
> ex