[ovs-dev] Stochastic Group Bucket Selection in OVS 2.1

2014-02-15 Thread Mohammad Ali Salahuddin
Hello Everyone, I am experimenting with group "select" feature in OVS 2.1 prerelease (branch-2.1). I have *only* modified the "group_best_live_bucket" function to stochastically choose a bucket based on bucket weights (as shown below). // for stochastic switchingstatic const struct ofputil_bucket

[ovs-dev] Stochastic Group Bucket Selection

2014-02-15 Thread Mohammad Ali Salahuddin
Hello Everyone, I am experimenting with group "select" feature in OVS 2.1 prerelease branch-2.1. I have *only* modified the "group_best_live_bucket()" function in "ofproto-dpif-xlate.c" to stochastically choose a bucket based on bucket weights (as shown below). I did not change the "xlate_select