On Wed, Jul 14, 2010 at 02:28:15PM -0600, Tom Ammon wrote:

> Also, whether I use ib_read_bw or ib_write_bw, the machine I initiate 
> the test from (in this case "taildrop") shows one of its CPU cores 
> pegged at 100% for the duration of the test, but I see no CPU 
> utilization at all on the receiving node. Can someone explain to me 
> what's going on under the hood, here? I would think that read_bw would 
> load up the sending host but that write_bw would load up the receiving 
> host (or maybe vice versa), so this seems counterintuitive to me. when I 
> use the -b flag to do a bidirectional test, a single CPU core on both 
> machines pegs at 100%.

In all cases the master machine sits in a CPU bound loop waiting for
completions so it can issue more RDMA operations. The difference
between write and read is simply the RDMA op that is issued.

The slave side just sits there and the NIC does all the work.

Bi-directional mode runs a master operation on both sides..

Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to