[ofa-general] Re: [PATCH 2/10] IB/core: Add creation flags to QPs

Hoang-Nam Nguyen HNGUYEN at de.ibm.com
Thu Mar 20 12:59:59 PDT 2008


Hi Roland and Eli!
>+enum qp_create_flags {
>+    QP_CREATE_LSO = 1 << 0,
>+};
Our ehca2 supports sort of low-latency QP for UD and RC. It would be great
if we can e.g. enhance above enum like this
QP_CREATE_LL = 1 << 1
If you agree with, I'll create a patch. For kernel space the changes within
ehca should not be that much.
Thx
Nam




More information about the general mailing list