Skip to content

Commit

Permalink
connectx4: Set debug = false
Browse files Browse the repository at this point in the history
Complete debug messages have become a little overwhelming now that we
are allocating thousands of pages of memory for the adapter. Just for
the moment disabling the hexdumps is the more sensible default.

More fine-grained debug logging is likely needed.
  • Loading branch information
lukego committed Jun 9, 2016
1 parent 92ec410 commit 13e6550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/mellanox/connectx4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ local cast = ffi.cast
local band, bor, shl, shr, bswap, bnot =
bit.band, bit.bor, bit.lshift, bit.rshift, bit.bswap, bit.bnot

local debug = true
local debug = false

ConnectX4 = {}
ConnectX4.__index = ConnectX4
Expand Down

0 comments on commit 13e6550

Please sign in to comment.