]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[DAPL2] UCM DAPL provider - go quietly during async event processing.
authorStan Smith <stan.smith@intel.com>
Fri, 10 Sep 2010 20:41:13 +0000 (20:41 +0000)
committerStan Smith <stan.smith@intel.com>
Fri, 10 Sep 2010 20:41:13 +0000 (20:41 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2913 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/WOF2-3/ulp/dapl2/dapl/openib_ucm/device.c
trunk/ulp/dapl2/dapl/openib_ucm/device.c

index 1959c767896f43a65e0afb9af06a0eda4a8c73fc..b7d9efd3a4eb3cade69add2121f2dacd7a6990b8 100644 (file)
@@ -581,8 +581,6 @@ void ucm_async_event(struct dapl_hca *hca)
        struct ibv_async_event event;
        struct _ib_hca_transport *tp = &hca->ib_trans;
 
-       dapl_log(DAPL_DBG_TYPE_WARN, " async_event(%p)\n", hca);
-
        if (!ibv_get_async_event(hca->ib_hca_handle, &event)) {
 
                switch (event.event_type) {
index 1959c767896f43a65e0afb9af06a0eda4a8c73fc..b7d9efd3a4eb3cade69add2121f2dacd7a6990b8 100644 (file)
@@ -581,8 +581,6 @@ void ucm_async_event(struct dapl_hca *hca)
        struct ibv_async_event event;
        struct _ib_hca_transport *tp = &hca->ib_trans;
 
-       dapl_log(DAPL_DBG_TYPE_WARN, " async_event(%p)\n", hca);
-
        if (!ibv_get_async_event(hca->ib_hca_handle, &event)) {
 
                switch (event.event_type) {