Re: [PATCH 1/1] Add config option for batched hcalls

2010-09-27 Thread Will Schmidt
On Sat, 2010-09-25 at 22:49 -0500, Olof Johansson wrote: On Fri, Sep 24, 2010 at 04:44:15PM -0500, Will Schmidt wrote: Add a config option for the (batched) MULTITCE and BULK_REMOVE h-calls. By default, these options are on and are beneficial for performance and throughput reasons.

Re: [PATCH 1/1] Add config option for batched hcalls

2010-09-25 Thread Olof Johansson
On Fri, Sep 24, 2010 at 04:44:15PM -0500, Will Schmidt wrote: Add a config option for the (batched) MULTITCE and BULK_REMOVE h-calls. By default, these options are on and are beneficial for performance and throughput reasons. If disabled, the code will fall back to using less optimal TCE

[PATCH 1/1] Add config option for batched hcalls

2010-09-24 Thread Will Schmidt
Add a config option for the (batched) MULTITCE and BULK_REMOVE h-calls. By default, these options are on and are beneficial for performance and throughput reasons. If disabled, the code will fall back to using less optimal TCE and REMOVE hcalls. The ability to easily disable these options is