mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
IB/ehca: Activate scaling code by default
Change ehca's Kconfig to activates scaling code as default. After several measurements we saw that this feature prevents dropped packets (UD) in stress situation. Thus, enabling it helps to improve ehca's bandwidth through IPoIB. Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
parent
c58121143f
commit
f2c238a0c5
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ config INFINIBAND_EHCA
|
|||
config INFINIBAND_EHCA_SCALING
|
||||
bool "Scaling support (EXPERIMENTAL)"
|
||||
depends on IBMEBUS && INFINIBAND_EHCA && HOTPLUG_CPU && EXPERIMENTAL
|
||||
default y
|
||||
---help---
|
||||
eHCA scaling support schedules the CQ callbacks to different CPUs.
|
||||
|
||||
|
|
Loading…
Reference in a new issue