summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/memory-hotplug/config
blob: 2fde30191a47e6251c4fc6477548d70a394269e1 (plain)
1
2
3
4
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_NOTIFIER_ERROR_INJECTION=y
CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m
g Tianhong <dingtianhong@huawei.com>2014-01-08 10:53:39 +0800 committerRoland Dreier <roland@purestorage.com>2014-01-22 23:22:26 -0800 commit79adc5321e4dfe4df8ad19a805ed81c3b35c16dd (patch) treefe225102012f018b06608091d5677a4bb0c1c56d /drivers/infiniband parentd9d5713ca628dc211d8b4a1da5fb9e0cfe592b92 (diff)
RDMA/nes: Slight optimization of Ethernet address compare
Use the possibly more efficient ether_addr_equal() instead of memcmp(). Signed-off-by: Wang Weidong <wangweidong1@huawei.com> Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband')