On 11/1/2013 5:05 PM, Bart Van Assche wrote:
On 31/10/2013 5:24, Sagi Grimberg wrote:
+static u8 bs_selector(int block_size)
+{
+    switch (block_size) {
+    case 512:        return 0x1;
+    case 520:        return 0x2;
+    case 4096:        return 0x3;
+    case 4160:        return 0x4;
+    case 1073741824:    return 0x5;
+    default:        return 0;
+    }
+}

Would it be possible to provide some more information about how the five supported block sizes have been chosen ?

Thanks,

Bart.


These block_sizes were chosen from our costumers who were interested in signature.
This is the current HCA support for the time being.

Sagi.
--
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