Petri Savolainen(psavol) replied on github web page:

.travis.yml
line 7
@@ -53,9 +53,6 @@ env:
         - CONF=""
         - CONF="--disable-abi-compat"
         - CONF="--enable-deprecated"
-        - CONF="--enable-schedule-sp"
-        - CONF="--enable-schedule-iquery"
-        - CONF="--enable-schedule-scalable"
         - CONF="--enable-dpdk-zero-copy"


Comment:
Run time selection is good addition and can be even the default behavior. 
Anyway, I'd like to keep the build time selection also, since usually one 
application uses the same scheduler always. Fixing the scheduler at build time 
avoids accidentally usage of different schedulers in different servers (or VMs 
or test environments) and thus avoid problems/debugging caused by that.



https://github.com/Linaro/odp/pull/467#discussion_r167485963
updated_at 2018-02-12 08:17:27

Reply via email to